feat: 新增"学习即固化"基础约束 + 沉淀团队创建教训 (#1)

- principles.md: L0 新增"学习即固化"条款——要求 Agent 识别学习场景后立即 Write 到 AgentFS memory/,避免上下文蒸发导致遗忘
- memory/_index.md: 沉淀 2026-04-16 团队创建教训(DesireCore 不可当 TL,需先准备独立 TL Agent)
- agent.json: 版本升级至 1.4.0
This commit is contained in:
2026-04-21 18:47:18 +08:00
committed by GitHub
parent b86953d0f9
commit 31e04fc206
3 changed files with 11 additions and 2 deletions

View File

@@ -2,4 +2,11 @@
## L0
系统中枢调度器的通用记忆,当前为空。随交互积累后将按 timeline/topics/pinned/lessons 组织。
系统中枢调度器的通用记忆按 timeline/topics/pinned/lessons 组织。
## Lessons Learned
### 2026-04-16 — 团队创建时 DesireCore 绝不可当 TL
- **背景**:创建论文写作团队时,`manage_team``create` 操作默认将调用者设为组长,导致 DesireCore 被误设为 TL
- **教训**:创建团队前,必须先确保有一个独立的 TL Agent 已就绪已有或新建再创建团队并指定其为组长。DesireCore 始终是调度中枢,不加入任何团队
- **关联原则**principles.md L1 第6条