@zythegit/agentforge 0.2.2 → 0.2.3-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/aforge.js +414 -389
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -108,6 +108,8 @@ aforge mcp add # 登记 MCP 服务器,sync 时翻译成各 Agent
|
|
|
108
108
|
- [learning](docs/learning.md)——`learn` / `promote` 闭环与 `auto_capture`
|
|
109
109
|
- [迁移 SoT](docs/bundle.md)——`bundle export/import` 换机器、备份
|
|
110
110
|
- [平台注意事项与已知限制](docs/platform.md)——Windows 路径 / 换行 / 编码,并发与 symlink 边界,尚未实现的字段
|
|
111
|
+
- [在 CI 中使用 aforge](docs/ci.md)——CI 里能做什么、漂移门禁 workflow、退出码排障与串行约束
|
|
112
|
+
- [路线图与实现状态](docs/roadmap.md)——各 Phase 的完成度、不予实现的决策与非目标
|
|
111
113
|
- 规格与需求:[AgentForge-Spec.md](AgentForge-Spec.md)、[AgentForge-PRD.md](AgentForge-PRD.md)
|
|
112
114
|
|
|
113
115
|
---
|