有据可查的 agentic coding 实践手册 + 三个配套 CLI 工具(lint / doctor / init)。内容原则:每条断言必须带官方出处,过期即删。
| 用途 | 命令 |
|---|---|
| 测试 | npm test |
| 单工具测试 | node --test tools/agentsmd-lint/test/lint.test.mjs |
| 手册自检 | npm run lint:self(README + rosetta + practices 全部过 agentsmd-lint) |
| 仓库体检 | node tools/agents-doctor/index.mjs . |
| 本地预览站点 | python3 -m http.server 8877(index.html 直接 fetch 仓库 Markdown 渲染,零构建) |
.envrosetta/README.md 的单元格事实,除非同时附上官方文档链接(每格文字本身就是链接)改了 assets/readme/*.svg 要用 sips -s format png x.svg --out /tmp/x.png 渲染后肉眼检查再提交;站点无需构建,push 即部署(GitHub Pages,~2 分钟生效)。