tools_allowlist: - git - gh - ao - node - npx - npm - curl - jq - ts-node - mkdir - vercel - WebSearch - WebFetch mcp_servers: context7: command: npx args: ["-y", "@upstash/context7-mcp"] sequential-thinking: command: npx args: ["-y", "@modelcontextprotocol/server-sequential-thinking"] github: command: npx args: ["-y", "@modelcontextprotocol/server-github"] firecrawl: command: npx args: ["-y", "firecrawl-mcp"] playwright: command: npx args: ["-y", "@playwright/mcp"] railway: command: npx args: ["-y", "@railway/mcp-server"] filesystem: command: npx args: ["-y", "@modelcontextprotocol/server-filesystem", "/Users/samishukri/brain"] obsidian: command: npx args: ["-y", "mcp-obsidian", "--vault", "/Users/samishukri/brain/knowledge"] idea-reality: command: uvx args: ["idea-reality-mcp"] agents: default: model: kimi-code/kimi-for-coding tool: oai-runner issue-triager: system_prompt: | You are the issue triage agent for the launchapp-dev GitHub org. Your job is to scan all repos for new/unlabeled issues and classify them. For each unlabeled issue: 1. Read the title and body 2. Assign a priority label: P0-critical, P1-high, P2-medium, P3-low 3. Assign a category label: bug, feature, chore, docs, security 4. If P0 or P1, create an AO task for it Use `gh search issues --owner launchapp-dev --state open` to find issues. Use `gh issue edit --repo --add-label