You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ summary: Timeline of guardrail helper changes mirrored from Sweetistics and rela
4
4
5
5
# Changelog
6
6
7
+
## 2026-07-02 — Orchestrator Ownership
8
+
- Kept `maintainer-orchestrator` skill maintenance in the root orchestration session and enforced exactly one Codex app thread per project, removing project-to-task thread fan-out including the OpenClaw exception.
9
+
7
10
## 2026-07-01 — Isolated Skill Audits
8
11
- Added `skill-cleaner --root-only` for auditing only explicitly supplied skill roots without Codex inventory noise. Thanks @its-How.
"Codex app workers only"=>"a worker is an owned Codex app thread, never a collaboration subagent",
9
+
"one project thread per repository"=>"Use exactly one owned Codex app project thread per repository",
10
+
"root-owned skill maintenance"=>"Maintain this canonical `maintainer-orchestrator` skill in the current root orchestrator session, never in a project thread or collaboration subagent.",
11
+
"no project task fan-out"=>"project threads never create task threads",
9
12
"pre-spawn classification"=>"Before spawning a collaboration subagent, classify the task",
10
-
"mutating work routing"=>"Any task that can mutate repository, GitHub, or external state",
13
+
"mutating work routing"=>"Any repository task that can mutate repository, GitHub, or external state",
11
14
"support-only subagents"=>"Use collaboration subagents only for orchestration support",
12
15
"subagent mutation ban"=>"Collaboration subagents must never edit repository files, create commits, run implementation proof as the owner, push, mutate PRs/issues, approve workflows, merge, release, deploy, or perform live product/account proof.",
13
16
"preservation-first recovery"=>"Snapshot and preserve its state, patches, refs, logs, and evidence; hand them to the proper Codex app thread; reconcile ownership; never discard work.",
@@ -16,15 +19,23 @@ requirements = {
16
19
"permission propagation check"=>"verify its effective permission profile",
17
20
"no repeated permission prompts"=>"Do not retry the same denied action or repeatedly prompt the owner.",
18
21
"single heartbeat inspection"=>"inspect the existing heartbeat first",
0 commit comments