const SEED_MANIFEST: &str = "{\n \"version\": 6,\n \"agents\": [\n {\n \"id\": \"claude\",\n \"name\": \"Claude\",\n \"icon\": \"\u{2716}\",\n \"provider\": \"claude\",\n \"agent_type\": \"host\",\n \"description\": \"Anthropic\'s coding agent\",\n \"working_directory\": \"\",\n \"shell\": \"pwsh\",\n \"agent_bus_id\": \"claude\",\n \"content\": {\n \"env\": \"AGENT_NAME=claude\\nAGENTMUX_AGENT_ID=Claude\",\n \"startup\": \"## Verification Round\\n\\nRun each check below. Fix failures before proceeding. Report results in a table.\\n\\n### 1. Identity\\n```bash\\ngh auth status\\ngit config user.name && git config user.email\\n```\\nIf `gh auth status` fails, run `gh auth login`.\\n\\n### 2. Dev Tools\\nInstall if missing, then verify:\\n```bash\\nnpm list -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health 2>/dev/null | grep \'@a5af/\' || npm install -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health\\n```\\nVerify key tools:\\n```bash\\nsecrets --version && deploy --version && reagent --version\\n```\\n\\n### 3. Secrets Access\\n```bash\\nsecrets health services/infra services/prod\\n```\\n\\n### 4. MCP Servers\\nCheck AgentBus connectivity \u{2014} list available peer agents.\\n\\n### Report\\n\\n| Check | Status | Details |\\n|-------|--------|--------|\\n| GitHub | OK/FAIL | username |\\n| Git Identity | OK/FAIL | name, email |\\n| Dev Tools | OK/FAIL | count installed |\\n| Secrets | OK/FAIL | accessible secrets |\\n| MCP AgentBus | OK/FAIL | peer count |\\n\\nIf all pass: \\\"Verification complete \u{2014} ready to work.\\\"\\nIf any FAIL: attempt fix. If unfixable, report and ask.\"\n },\n \"skills\": [\n {\n \"name\": \"Startup Verification\",\n \"trigger\": \"startup\",\n \"skill_type\": \"prompt\",\n \"description\": \"Re-run tool verification checks and report status table\",\n \"content\": \"Run the verification round from your startup instructions. Check identity (gh, git), dev-tools (@a5af/* packages \u{2014} install if missing), secrets access, and MCP servers. Report a status table with OK/FAIL for each check. Fix any failures automatically if possible.\"\n }\n ]\n },\n {\n \"id\": \"codex\",\n \"name\": \"Codex\",\n \"icon\": \"\u{2726}\",\n \"provider\": \"codex\",\n \"agent_type\": \"host\",\n \"description\": \"OpenAI\'s coding agent\",\n \"working_directory\": \"\",\n \"shell\": \"pwsh\",\n \"agent_bus_id\": \"codex\",\n \"content\": {\n \"env\": \"AGENT_NAME=codex\\nAGENTMUX_AGENT_ID=Codex\",\n \"startup\": \"## Verification Round\\n\\nRun each check below. Fix failures before proceeding. Report results in a table.\\n\\n### 1. Identity\\n```bash\\ngh auth status\\ngit config user.name && git config user.email\\n```\\nIf `gh auth status` fails, run `gh auth login`.\\n\\n### 2. Dev Tools\\nInstall if missing, then verify:\\n```bash\\nnpm list -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health 2>/dev/null | grep \'@a5af/\' || npm install -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health\\n```\\nVerify key tools:\\n```bash\\nsecrets --version && deploy --version && reagent --version\\n```\\n\\n### 3. Secrets Access\\n```bash\\nsecrets health services/infra services/prod\\n```\\n\\n### 4. MCP Servers\\nCheck AgentBus connectivity \u{2014} list available peer agents.\\n\\n### Report\\n\\n| Check | Status | Details |\\n|-------|--------|--------|\\n| GitHub | OK/FAIL | username |\\n| Git Identity | OK/FAIL | name, email |\\n| Dev Tools | OK/FAIL | count installed |\\n| Secrets | OK/FAIL | accessible secrets |\\n| MCP AgentBus | OK/FAIL | peer count |\\n\\nIf all pass: \\\"Verification complete \u{2014} ready to work.\\\"\\nIf any FAIL: attempt fix. If unfixable, report and ask.\"\n },\n \"skills\": [\n {\n \"name\": \"Startup Verification\",\n \"trigger\": \"startup\",\n \"skill_type\": \"prompt\",\n \"description\": \"Re-run tool verification checks and report status table\",\n \"content\": \"Run the verification round from your startup instructions. Check identity (gh, git), dev-tools (@a5af/* packages \u{2014} install if missing), secrets access, and MCP servers. Report a status table with OK/FAIL for each check. Fix any failures automatically if possible.\"\n }\n ]\n },\n {\n \"id\": \"gemini\",\n \"name\": \"Gemini\",\n \"icon\": \"\u{26a1}\",\n \"provider\": \"gemini\",\n \"agent_type\": \"host\",\n \"description\": \"Google\'s coding agent\",\n \"working_directory\": \"\",\n \"shell\": \"pwsh\",\n \"agent_bus_id\": \"gemini\",\n \"content\": {\n \"env\": \"AGENT_NAME=gemini\\nAGENTMUX_AGENT_ID=Gemini\",\n \"startup\": \"## Verification Round\\n\\nRun each check below. Fix failures before proceeding. Report results in a table.\\n\\n### 1. Identity\\n```bash\\ngh auth status\\ngit config user.name && git config user.email\\n```\\nIf `gh auth status` fails, run `gh auth login`.\\n\\n### 2. Dev Tools\\nInstall if missing, then verify:\\n```bash\\nnpm list -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health 2>/dev/null | grep \'@a5af/\' || npm install -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health\\n```\\nVerify key tools:\\n```bash\\nsecrets --version && deploy --version && reagent --version\\n```\\n\\n### 3. Secrets Access\\n```bash\\nsecrets health services/infra services/prod\\n```\\n\\n### 4. MCP Servers\\nCheck AgentBus connectivity \u{2014} list available peer agents.\\n\\n### Report\\n\\n| Check | Status | Details |\\n|-------|--------|--------|\\n| GitHub | OK/FAIL | username |\\n| Git Identity | OK/FAIL | name, email |\\n| Dev Tools | OK/FAIL | count installed |\\n| Secrets | OK/FAIL | accessible secrets |\\n| MCP AgentBus | OK/FAIL | peer count |\\n\\nIf all pass: \\\"Verification complete \u{2014} ready to work.\\\"\\nIf any FAIL: attempt fix. If unfixable, report and ask.\"\n },\n \"skills\": [\n {\n \"name\": \"Startup Verification\",\n \"trigger\": \"startup\",\n \"skill_type\": \"prompt\",\n \"description\": \"Re-run tool verification checks and report status table\",\n \"content\": \"Run the verification round from your startup instructions. Check identity (gh, git), dev-tools (@a5af/* packages \u{2014} install if missing), secrets access, and MCP servers. Report a status table with OK/FAIL for each check. Fix any failures automatically if possible.\"\n }\n ]\n },\n {\n \"id\": \"kimi\",\n \"name\": \"Kimi\",\n \"icon\": \"\u{25c8}\",\n \"provider\": \"kimi\",\n \"agent_type\": \"host\",\n \"description\": \"Moonshot\'s 262k-context agent\",\n \"working_directory\": \"\",\n \"shell\": \"pwsh\",\n \"agent_bus_id\": \"kimi\",\n \"content\": {\n \"env\": \"AGENT_NAME=kimi\\nAGENTMUX_AGENT_ID=Kimi\",\n \"startup\": \"## Verification Round\\n\\nRun each check below. Fix failures before proceeding. Report results in a table.\\n\\n### 1. Identity\\n```bash\\ngh auth status\\ngit config user.name && git config user.email\\n```\\nIf `gh auth status` fails, run `gh auth login`.\\n\\n### 2. Dev Tools\\nInstall if missing, then verify:\\n```bash\\nnpm list -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health 2>/dev/null | grep \'@a5af/\' || npm install -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health\\n```\\nVerify key tools:\\n```bash\\nsecrets --version && deploy --version && reagent --version\\n```\\n\\n### 3. Secrets Access\\n```bash\\nsecrets health services/infra services/prod\\n```\\n\\n### 4. MCP Servers\\nCheck AgentBus connectivity \u{2014} list available peer agents.\\n\\n### Report\\n\\n| Check | Status | Details |\\n|-------|--------|--------|\\n| GitHub | OK/FAIL | username |\\n| Git Identity | OK/FAIL | name, email |\\n| Dev Tools | OK/FAIL | count installed |\\n| Secrets | OK/FAIL | accessible secrets |\\n| MCP AgentBus | OK/FAIL | peer count |\\n\\nIf all pass: \\\"Verification complete \u{2014} ready to work.\\\"\\nIf any FAIL: attempt fix. If unfixable, report and ask.\"\n },\n \"skills\": [\n {\n \"name\": \"Startup Verification\",\n \"trigger\": \"startup\",\n \"skill_type\": \"prompt\",\n \"description\": \"Re-run tool verification checks and report status table\",\n \"content\": \"Run the verification round from your startup instructions. Check identity (gh, git), dev-tools (@a5af/* packages \u{2014} install if missing), secrets access, and MCP servers. Report a status table with OK/FAIL for each check. Fix any failures automatically if possible.\"\n }\n ]\n },\n {\n \"id\": \"pi\",\n \"name\": \"Pi\",\n \"icon\": \"\u{3c0}\",\n \"provider\": \"pi\",\n \"agent_type\": \"host\",\n \"description\": \"Plandex\'s multi-provider agent\",\n \"working_directory\": \"\",\n \"shell\": \"pwsh\",\n \"agent_bus_id\": \"pi\",\n \"content\": {\n \"env\": \"AGENT_NAME=pi\\nAGENTMUX_AGENT_ID=Pi\",\n \"startup\": \"## Verification Round\\n\\nRun each check below. Fix failures before proceeding. Report results in a table.\\n\\n### 1. Identity\\n```bash\\ngh auth status\\ngit config user.name && git config user.email\\n```\\nIf `gh auth status` fails, run `gh auth login`.\\n\\n### 2. Dev Tools\\nInstall if missing, then verify:\\n```bash\\nnpm list -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health 2>/dev/null | grep \'@a5af/\' || npm install -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health\\n```\\nVerify key tools:\\n```bash\\nsecrets --version && deploy --version && reagent --version\\n```\\n\\n### 3. Secrets Access\\n```bash\\nsecrets health services/infra services/prod\\n```\\n\\n### 4. MCP Servers\\nCheck AgentBus connectivity \u{2014} list available peer agents.\\n\\n### Report\\n\\n| Check | Status | Details |\\n|-------|--------|--------|\\n| GitHub | OK/FAIL | username |\\n| Git Identity | OK/FAIL | name, email |\\n| Dev Tools | OK/FAIL | count installed |\\n| Secrets | OK/FAIL | accessible secrets |\\n| MCP AgentBus | OK/FAIL | peer count |\\n\\nIf all pass: \\\"Verification complete \u{2014} ready to work.\\\"\\nIf any FAIL: attempt fix. If unfixable, report and ask.\"\n },\n \"skills\": [\n {\n \"name\": \"Startup Verification\",\n \"trigger\": \"startup\",\n \"skill_type\": \"prompt\",\n \"description\": \"Re-run tool verification checks and report status table\",\n \"content\": \"Run the verification round from your startup instructions. Check identity (gh, git), dev-tools (@a5af/* packages \u{2014} install if missing), secrets access, and MCP servers. Report a status table with OK/FAIL for each check. Fix any failures automatically if possible.\"\n }\n ]\n },\n {\n \"id\": \"openclaw\",\n \"name\": \"OpenClaw\",\n \"icon\": \"\u{25ce}\",\n \"provider\": \"openclaw\",\n \"agent_type\": \"host\",\n \"description\": \"Open-source personal AI assistant (model-agnostic, local-first)\",\n \"working_directory\": \"\",\n \"shell\": \"pwsh\",\n \"agent_bus_id\": \"openclaw\",\n \"content\": {\n \"env\": \"AGENT_NAME=openclaw\\nAGENTMUX_AGENT_ID=OpenClaw\",\n \"startup\": \"## Verification Round\\n\\nRun each check below. Fix failures before proceeding. Report results in a table.\\n\\n### 1. Identity\\n```bash\\ngh auth status\\ngit config user.name && git config user.email\\n```\\nIf `gh auth status` fails, run `gh auth login`.\\n\\n### 2. Dev Tools\\nInstall if missing, then verify:\\n```bash\\nnpm list -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health 2>/dev/null | grep \'@a5af/\' || npm install -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health\\n```\\nVerify key tools:\\n```bash\\nsecrets --version && deploy --version && reagent --version\\n```\\n\\n### 3. Secrets Access\\n```bash\\nsecrets health services/infra services/prod\\n```\\n\\n### 4. MCP Servers\\nCheck AgentBus connectivity \u{2014} list available peer agents.\\n\\n### Report\\n\\n| Check | Status | Details |\\n|-------|--------|--------|\\n| GitHub | OK/FAIL | username |\\n| Git Identity | OK/FAIL | name, email |\\n| Dev Tools | OK/FAIL | count installed |\\n| Secrets | OK/FAIL | accessible secrets |\\n| MCP AgentBus | OK/FAIL | peer count |\\n\\nIf all pass: \\\"Verification complete \u{2014} ready to work.\\\"\\nIf any FAIL: attempt fix. If unfixable, report and ask.\"\n },\n \"skills\": [\n {\n \"name\": \"Startup Verification\",\n \"trigger\": \"startup\",\n \"skill_type\": \"prompt\",\n \"description\": \"Re-run tool verification checks and report status table\",\n \"content\": \"Run the verification round from your startup instructions. Check identity (gh, git), dev-tools (@a5af/* packages \u{2014} install if missing), secrets access, and MCP servers. Report a status table with OK/FAIL for each check. Fix any failures automatically if possible.\"\n }\n ]\n },\n {\n \"id\": \"copilot\",\n \"name\": \"Copilot\",\n \"icon\": \"\u{26f6}\",\n \"provider\": \"copilot\",\n \"agent_type\": \"host\",\n \"description\": \"Microsoft\'s coding agent\",\n \"working_directory\": \"\",\n \"shell\": \"pwsh\",\n \"agent_bus_id\": \"copilot\",\n \"content\": {\n \"env\": \"AGENT_NAME=copilot\\nAGENTMUX_AGENT_ID=Copilot\",\n \"startup\": \"## Verification Round\\n\\nRun each check below. Fix failures before proceeding. Report results in a table.\\n\\n### 1. Identity\\n```bash\\ngh auth status\\ngit config user.name && git config user.email\\n```\\nIf `gh auth status` fails, run `gh auth login`.\\n\\n### 2. Dev Tools\\nInstall if missing, then verify:\\n```bash\\nnpm list -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health 2>/dev/null | grep \'@a5af/\' || npm install -g @a5af/secrets @a5af/deploy-cli @a5af/database-cli @a5af/api-testing @a5af/file-tools @a5af/e2e-cli @a5af/reagent-cli @a5af/workspace-health\\n```\\nVerify key tools:\\n```bash\\nsecrets --version && deploy --version && reagent --version\\n```\\n\\n### 3. Secrets Access\\n```bash\\nsecrets health services/infra services/prod\\n```\\n\\n### 4. MCP Servers\\nCheck AgentBus connectivity \u{2014} list available peer agents.\\n\\n### Report\\n\\n| Check | Status | Details |\\n|-------|--------|--------|\\n| GitHub | OK/FAIL | username |\\n| Git Identity | OK/FAIL | name, email |\\n| Dev Tools | OK/FAIL | count installed |\\n| Secrets | OK/FAIL | accessible secrets |\\n| MCP AgentBus | OK/FAIL | peer count |\\n\\nIf all pass: \\\"Verification complete \u{2014} ready to work.\\\"\\nIf any FAIL: attempt fix. If unfixable, report and ask.\"\n },\n \"skills\": [\n {\n \"name\": \"Startup Verification\",\n \"trigger\": \"startup\",\n \"skill_type\": \"prompt\",\n \"description\": \"Re-run tool verification checks and report status table\",\n \"content\": \"Run the verification round from your startup instructions. Check identity (gh, git), dev-tools (@a5af/* packages \u{2014} install if missing), secrets access, and MCP servers. Report a status table with OK/FAIL for each check. Fix any failures automatically if possible.\"\n }\n ]\n }\n ]\n}\n";Expand description
The embedded seed manifest JSON.