kairos-development
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseKAIROS development — agent instructions for kairos-dev MCP
KAIROS开发 — 针对kairos-dev MCP的Agent使用说明
Use this skill when an AI agent should run protocols or workflow tests against kairos-dev (the KAIROS MCP in this repo’s dev environment). All instructions assume MCP-only usage: no shell, no filesystem except writing to .
reports/当AI Agent需要针对kairos-dev(本仓库开发环境中的KAIROS MCP)运行协议或工作流测试时,使用本Skill。所有说明均假设仅使用MCP:不涉及Shell,除了写入目录外不访问文件系统。
reports/When to use which flow
不同流程的适用场景
| Flow | File | Use when |
|---|---|---|
| AI–MCP integration | ai-mcp-integration.md | Agent runs protocols one by one from a real-user perspective: import each protocol from |
| Workflow test | workflow-test.md | Agent runs the four scenarios (imports; search + workflows; update step; update chain). Single summary report at |
- For one-by-one protocol runs (e.g. scripted or “run each example as a user”): use ai-mcp-integration.md.
- For full workflow test (four scenarios, one run): use workflow-test.md.
| 流程 | 文件 | 适用场景 |
|---|---|---|
| AI–MCP集成 | ai-mcp-integration.md | Agent从真实用户的视角逐个运行协议:从 |
| 工作流测试 | workflow-test.md | Agent运行四个场景(导入操作;搜索+工作流;更新步骤;更新链)。在 |
- 若需逐个运行协议(例如脚本化操作或“像用户一样运行每个示例”):使用ai-mcp-integration.md。
- 若需完整工作流测试(四个场景,一次运行):使用workflow-test.md。
Related
相关资源
- Mintable protocol examples: (do not read
docs/examples/protocol-example-*.mdwhen under ai-mcp-integration constraints).docs/examples/README.md - Test harness and automated import test: and
tests/workflow-test//npm run dev:ai-mcp-integration.npm run dev:test -- tests/integration/kairos-mint-docs-examples.test.ts - MCP payload (tools, prompts, resources) is in and served by the server at runtime.
src/embed-docs/
- 可铸造协议示例:(在AI-MCP集成约束下,请勿读取
docs/examples/protocol-example-*.md)。docs/examples/README.md - 测试工具和自动化导入测试:,以及命令
tests/workflow-test//npm run dev:ai-mcp-integration。npm run dev:test -- tests/integration/kairos-mint-docs-examples.test.ts - MCP有效负载(工具、提示词、资源)位于,由服务器在运行时提供。
src/embed-docs/