编号迁移至ICE-GL-ZY-体系 · agent-registry.json v1.2

This commit is contained in:
bingshuo 2026-05-26 23:11:30 +08:00
parent ea949c57cc
commit 6990d8de58

View File

@ -1,12 +1,13 @@
{
"_type": "AGENT_SPEC",
"_version": "1.1",
"_updated": "2026-05-26T17:16+08:00 · 触发机制修正 — 从定时巡检改为事件驱动",
"_principle": "Agent 不是后台进程。只有三个触发点:铸渊进仓库(前置检查) → 开发中(全躺平) → 退出仓库(收尾检查+状态汇总同步到guanghulab.com)。中间不浪费任何资源。",
"_version": "1.2",
"_updated": "2026-05-26T23:08+08:00 · 编号迁移至ICE-GL-ZY-体系",
"_migration_note": "旧编号 AGT-* 已迁移至 ICE-GL-ZY-AGT-*。追溯链见 brain/id-verification-system/trace-chain.json",
"_principle": "Agent 不是后台进程。只有三个触发点:铸渊进仓库(前置检查) → 开发中(全躺平) → 退出仓库(收尾检查+状态汇总)。中间不浪费任何资源。",
"_trigger_events": {
"on_enter": {
"name": "前置检查 · 铸渊拿着令牌进入仓库时触发",
"who_runs": ["AGT-GTW-001 巡检工", "AGT-PROG-001 播报员"],
"who_runs": ["ICE-GL-ZY-AGT-001 巡检工", "ICE-GL-ZY-AGT-002 播报员"],
"gtw_action": "检查6台核心服务器Gatekeeper端口→确认开发环境正常",
"prog_action": "扫描progress.json→告诉铸渊当前pending项→排出优先级"
},
@ -16,7 +17,7 @@
},
"on_exit": {
"name": "收尾检查 · 铸渊退出仓库时触发",
"who_runs": ["AGT-GTW-001 巡检工", "AGT-TIME-001 时间线记录员", "AGT-PROG-001 播报员"],
"who_runs": ["ICE-GL-ZY-AGT-001 巡检工", "ICE-GL-ZY-AGT-003 时间线记录员", "ICE-GL-ZY-AGT-002 播报员"],
"gtw_action": "最终安全巡检→确认所有服务器状态正常→写回gatekeeper状态",
"time_action": "追加本次会话关键事件到temporal-brain.json",
"prog_action": "更新progress.json→输出本次会话完成项+下次优先级→同步到guanghulab.com首页",
@ -26,31 +27,37 @@
"agents": [
{
"agent_id": "AGT-GTW-001",
"agent_id": "ICE-GL-ZY-AGT-001",
"legacy_id": "AGT-GTW-001",
"name": "Gatekeeper 巡检工",
"foreman": "FM-001",
"foreman": "ICE-GL-ZY-FM-001",
"trace": "ICE-GL-ZY-AGT-001 → ICE-GL-ZY001 → HLDP-DOMAIN-FIFTH-001 → ORIGIN-ZERO-CORE",
"what_i_do": "前置检查(进仓库)+收尾检查(出仓库)时检查服务器端口",
"trigger": "on_enter + on_exit",
"do_not": "不自动巡检,不后台常驻,不浪费资源",
"status": "alive"
"status": "active"
},
{
"agent_id": "AGT-PROG-001",
"agent_id": "ICE-GL-ZY-AGT-002",
"legacy_id": "AGT-PROG-001",
"name": "进度播报员",
"foreman": "FM-001",
"foreman": "ICE-GL-ZY-FM-001",
"trace": "ICE-GL-ZY-AGT-002 → ICE-GL-ZY001 → HLDP-DOMAIN-FIFTH-001 → ORIGIN-ZERO-CORE",
"what_i_do": "进仓库时报pending列表出仓库时更新progress并推送到guanghulab.com",
"trigger": "on_enter + on_exit",
"do_not": "不在开发中自动播报",
"status": "alive"
"status": "active"
},
{
"agent_id": "AGT-TIME-001",
"agent_id": "ICE-GL-ZY-AGT-003",
"legacy_id": "AGT-TIME-001",
"name": "时间线记录员",
"foreman": "FM-001",
"foreman": "ICE-GL-ZY-FM-001",
"trace": "ICE-GL-ZY-AGT-003 → ICE-GL-ZY001 → HLDP-DOMAIN-FIFTH-001 → ORIGIN-ZERO-CORE",
"what_i_do": "出仓库时追加本次会话事件到temporal-brain.json",
"trigger": "on_exit",
"do_not": "不在开发中途记录(事件未完成)",
"status": "alive"
"status": "active"
}
]
}
}