Files
agentic-ctx/AGENTS.md

18 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Agentic Context Router
目标:首屏 context 只负责路由,不承载长规则。先判断任务意图,只读取最小匹配文件。
## Routing
- AI Infra 日常开发、GPU 测试、长期实验环境:`workflows/development.md`
- 科研判断、论文审查、实验审计、evaluation、论文图、技术文档先读 `SOUL.md`,再按其中 routing 选择一个最小匹配文件。
- 代码修改、构建、测试、部署、commit读取 `references/coding-guidelines.md`
- benchmark crime 背景材料:只有在 benchmark 审计需要展开参考时读取 `references/benchmarking-crimes.md`
## Context Hygiene
- 每个 context 文件只表达一个稳定意图skill、workflow 或 reference。
- 优先写触发条件、输入、输出、验收标准和 artifact 模板。
- 不沉淀一次性项目细节、长日志、会议流水账、大段背景材料或可由 git/history/实验目录恢复的信息。
- 能路由就不要复制;能引用文件路径就不要内联全文。