Skip to content

Commit 39f2fd1

Browse files
authored
docs: point two references at the modules that own them now (#5115)
1 parent 3869689 commit 39f2fd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎docs/development/control-plane-course/06-quota-decision-kernel.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ workspace guard 在这里覆盖 capability/self-repair,是因为任何会写 r
610610

611611
### 4. `terminal_no_followup` 必须由完整 closure 推导
612612

613-
`loopx/control_plane/goals/goal_frontier.py` 把 terminal 拆成两次验证。
613+
`loopx/control_plane/goals/goal_frontier/terminal.py` 把 terminal 拆成两次验证。
614614

615615
第一次验证 user/agent todo source:
616616

‎docs/reference/protocols/long-horizon-agent-state-protocol-v0.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ them directly.
4343
| `loopx_rollout_event_v0` | `loopx/rollout_event_log.py` | Append-only public-safe event stream for todo, validation, PR, handoff, quota, repair, and failure events. |
4444
| `operator_gate` | `loopx operator-gate`, `loopx/review_packet.py`, `loopx/status.py` | User/controller decision point with decision, reason, follow-up, and optional handoff command. |
4545
| `human_reward` | `loopx reward`, `loopx/history.py`, `loopx/status.py` | Run-bound human judgment overlay; not generic write-control. |
46-
| `delivery_outcome` | `loopx/delivery_outcome.py`, `loopx/history.py`, `loopx/status.py` | Machine-readable result tier: surface-only, outcome gap, outcome progress, or primary goal outcome. |
46+
| `delivery_outcome` | `loopx/control_plane/work_items/delivery_outcome.py`, `loopx/history.py`, `loopx/status.py` | Machine-readable result tier: surface-only, outcome gap, outcome progress, or primary goal outcome. |
4747
| `rollback_packet_v0` | `docs/reference/protocols/rollback-packet-v0.md` | Compensating action record linking todo, commit, event, decision, external resource, and validation plan. |
4848

4949
### Candidate discovery and command retirement

0 commit comments

Comments
 (0)