fix(spec): replace @Claude with @bot in Prelude and Run

This commit is contained in:
2026-07-12 18:55:52 +08:00
parent be4260bcd0
commit 3fa6a5a5a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ structure Identifiers where
/-- Project explorer folder 标识(`OPEN` 表示;ADR-0021 透明组织节点,非权限资源)。 -/
FolderId : Type
/-- 一次 agent 任务的标识(`OPEN` 表示;锁的 owner、审计主体,`AgentRun`。provider 无关,
ADR-0017;`@Claude` 仅为触发品牌,不承诺 provider)。 -/
ADR-0017;`@bot` 仅为触发品牌,不承诺 provider)。 -/
RunId : Type
/-- 长生命周期 agent 会话标识(`OPEN` 表示;**provider/model 绑定, ADR-0017**——一次
session 不跨 provider/model;切 model 即新 session,跨 session 连续性由 ADR-0003 项目
+1 -1
View File
@@ -1,7 +1,7 @@
/-!
# Run —— AgentRun 状态机
一次 `@Claude` 创建一个 `AgentRun`(ADR-0001),它在终止时释放项目锁(ADR-0002)。
一次 `@bot` 创建一个 `AgentRun`(ADR-0001),它在终止时释放项目锁(ADR-0002)。
合法转移关系在任何 ADR / likec4 散文里都未定下,故本模块只刻画**状态**与**终止
判定**(后者是 Lock 排他不变式的依赖),不臆造转移边。
-/