Skip to content

Commit 9e1be37

Browse files
NagyViktNagyVikt
andauthored
docs(protocol): mark 20 shipped improvements with PR refs (state-drift sweep) (#199)
Audited docs/future/PROTOCOL.md against the actual repo + git history and flipped 20 stale `state: PROPOSED` lines to `state: SHIPPED` for items whose implementation has clearly landed on main. Each item's acceptance verification command runs green and the touched script/file already implements the proposal. Updates (section → slug → representative PR): - 1.4.1 Formal lifecycle states for every improvement entry → PR #171 (scripts/protocol/{protocol-state,check-states}.sh + state lines) - 7.4.1 --help/--version on stall-watcher.sh → PR #1 - 9.4.1 --help/--version on plan-watcher.sh → PR #46 - 10.4.1 --help/--version on review-queue.sh → PR #37 - 11.4.1 --help/--version on review-pane-scanner.sh → PR #41 - 12.4.1 --help/--version on auto-reviewer.sh → PR #99 - 17.4.1 --help/--version on show-fleet.sh → PR #139 - 18.4.1 --help/--version on token-meter.sh → PR #17 - 19.4.1 --help/--version on warm-pool.sh → PR #1 - 20.4.1 --help/--version on spawn-fleet.sh → PR #1 - 21.4.1 --help/--version on dispatch-plan.sh → PR #133 - 23.4.1 --help/--version on proactive-probe.sh → PR #1 - 24.4.1 --help/--version on claim-trigger.sh → PR #1 - 27.4.1 --help/--version on claude-supervisor.sh → PR #116 - 33.4.1 --help/--version on plan-tree-pin.sh → PR #1 - 36.4.1 --help/--version on supervisor.sh → PR #1 - 37.4.1 --help/--version on patch-codex-prompts.sh → PR #1 - 39.4.1 --help/--version on down.sh → PR #1 - 41.4.1 --help/--version on add-workers.sh → PR #1 - 42.4.1 --help/--version on codex-fleet-2.sh → PR #1 Diff is exactly 20 `- state: PROPOSED` → `- state: SHIPPED` line edits in docs/future/PROTOCOL.md; nothing else touched. Both governance checks still pass: bash scripts/protocol/check-states.sh # exit 0 bash scripts/protocol/protocol-state.sh --summary # SHIPPED: 0 → 20 PR refs live in this commit body / PR description rather than inline in the state line, because both check-states.sh and protocol-state.sh require the state token to be the bare enum value (e.g. `SHIPPED`); any suffix breaks both checks. Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
1 parent 42da011 commit 9e1be37

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

docs/future/PROTOCOL.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Define how this docs/future protocol itself is reviewed, accepted, and converted
157157

158158
#### 1.4.1 Formal lifecycle states for every improvement entry
159159

160-
- state: PROPOSED
160+
- state: SHIPPED
161161
- lane: docs lane; no Rust changes
162162

163163
**Problem.** Improvements live or die without a tracked state, so readers cannot triage them.
@@ -1060,7 +1060,7 @@ Make `stall-watcher.sh` reliable, debuggable, and self-documenting. It triggers
10601060

10611061
#### 7.4.1 Add `--help` and `--version` to stall-watcher.sh
10621062

1063-
- state: PROPOSED
1063+
- state: SHIPPED
10641064
- lane: scripts lane
10651065

10661066
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -1352,7 +1352,7 @@ Make `plan-watcher.sh` reliable, debuggable, and self-documenting. It surfaces p
13521352

13531353
#### 9.4.1 Add `--help` and `--version` to plan-watcher.sh
13541354

1355-
- state: PROPOSED
1355+
- state: SHIPPED
13561356
- lane: scripts lane
13571357

13581358
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -1498,7 +1498,7 @@ Make `review-queue.sh` reliable, debuggable, and self-documenting. It feeds the
14981498

14991499
#### 10.4.1 Add `--help` and `--version` to review-queue.sh
15001500

1501-
- state: PROPOSED
1501+
- state: SHIPPED
15021502
- lane: scripts lane
15031503

15041504
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -1644,7 +1644,7 @@ Make `review-pane-scanner.sh` reliable, debuggable, and self-documenting. It aut
16441644

16451645
#### 11.4.1 Add `--help` and `--version` to review-pane-scanner.sh
16461646

1647-
- state: PROPOSED
1647+
- state: SHIPPED
16481648
- lane: scripts lane
16491649

16501650
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -1790,7 +1790,7 @@ Make `auto-reviewer.sh` reliable, debuggable, and self-documenting. It automates
17901790

17911791
#### 12.4.1 Add `--help` and `--version` to auto-reviewer.sh
17921792

1793-
- state: PROPOSED
1793+
- state: SHIPPED
17941794
- lane: scripts lane
17951795

17961796
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -2520,7 +2520,7 @@ Make `show-fleet.sh` reliable, debuggable, and self-documenting. It prints fleet
25202520

25212521
#### 17.4.1 Add `--help` and `--version` to show-fleet.sh
25222522

2523-
- state: PROPOSED
2523+
- state: SHIPPED
25242524
- lane: scripts lane
25252525

25262526
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -2666,7 +2666,7 @@ Make `token-meter.sh` reliable, debuggable, and self-documenting. It surfaces pe
26662666

26672667
#### 18.4.1 Add `--help` and `--version` to token-meter.sh
26682668

2669-
- state: PROPOSED
2669+
- state: SHIPPED
26702670
- lane: scripts lane
26712671

26722672
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -2812,7 +2812,7 @@ Make `warm-pool.sh` reliable, debuggable, and self-documenting. It keeps a warm
28122812

28132813
#### 19.4.1 Add `--help` and `--version` to warm-pool.sh
28142814

2815-
- state: PROPOSED
2815+
- state: SHIPPED
28162816
- lane: scripts lane
28172817

28182818
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -2958,7 +2958,7 @@ Make `spawn-fleet.sh` reliable, debuggable, and self-documenting. It is the lowe
29582958

29592959
#### 20.4.1 Add `--help` and `--version` to spawn-fleet.sh
29602960

2961-
- state: PROPOSED
2961+
- state: SHIPPED
29622962
- lane: scripts lane
29632963

29642964
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -3104,7 +3104,7 @@ Make `dispatch-plan.sh` reliable, debuggable, and self-documenting. It publishes
31043104

31053105
#### 21.4.1 Add `--help` and `--version` to dispatch-plan.sh
31063106

3107-
- state: PROPOSED
3107+
- state: SHIPPED
31083108
- lane: scripts lane
31093109

31103110
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -3396,7 +3396,7 @@ Make `proactive-probe.sh` reliable, debuggable, and self-documenting. It periodi
33963396

33973397
#### 23.4.1 Add `--help` and `--version` to proactive-probe.sh
33983398

3399-
- state: PROPOSED
3399+
- state: SHIPPED
34003400
- lane: scripts lane
34013401

34023402
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -3542,7 +3542,7 @@ Make `claim-trigger.sh` reliable, debuggable, and self-documenting. It triggers
35423542

35433543
#### 24.4.1 Add `--help` and `--version` to claim-trigger.sh
35443544

3545-
- state: PROPOSED
3545+
- state: SHIPPED
35463546
- lane: scripts lane
35473547

35483548
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -3980,7 +3980,7 @@ Make `claude-supervisor.sh` reliable, debuggable, and self-documenting. It super
39803980

39813981
#### 27.4.1 Add `--help` and `--version` to claude-supervisor.sh
39823982

3983-
- state: PROPOSED
3983+
- state: SHIPPED
39843984
- lane: scripts lane
39853985

39863986
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -4856,7 +4856,7 @@ Make `plan-tree-pin.sh` reliable, debuggable, and self-documenting. It pins a pl
48564856

48574857
#### 33.4.1 Add `--help` and `--version` to plan-tree-pin.sh
48584858

4859-
- state: PROPOSED
4859+
- state: SHIPPED
48604860
- lane: scripts lane
48614861

48624862
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -5294,7 +5294,7 @@ Make `supervisor.sh` reliable, debuggable, and self-documenting. It is the legac
52945294

52955295
#### 36.4.1 Add `--help` and `--version` to supervisor.sh
52965296

5297-
- state: PROPOSED
5297+
- state: SHIPPED
52985298
- lane: scripts lane
52995299

53005300
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -5440,7 +5440,7 @@ Make `patch-codex-prompts.sh` reliable, debuggable, and self-documenting. It pat
54405440

54415441
#### 37.4.1 Add `--help` and `--version` to patch-codex-prompts.sh
54425442

5443-
- state: PROPOSED
5443+
- state: SHIPPED
54445444
- lane: scripts lane
54455445

54465446
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -5732,7 +5732,7 @@ Make `down.sh` reliable, debuggable, and self-documenting. It tears down the fle
57325732

57335733
#### 39.4.1 Add `--help` and `--version` to down.sh
57345734

5735-
- state: PROPOSED
5735+
- state: SHIPPED
57365736
- lane: scripts lane
57375737

57385738
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -6024,7 +6024,7 @@ Make `add-workers.sh` reliable, debuggable, and self-documenting. It adds worker
60246024

60256025
#### 41.4.1 Add `--help` and `--version` to add-workers.sh
60266026

6027-
- state: PROPOSED
6027+
- state: SHIPPED
60286028
- lane: scripts lane
60296029

60306030
**Problem.** Discoverability is poor; flags are guessed from source.
@@ -6170,7 +6170,7 @@ Make `codex-fleet-2.sh` reliable, debuggable, and self-documenting. It is an alt
61706170

61716171
#### 42.4.1 Add `--help` and `--version` to codex-fleet-2.sh
61726172

6173-
- state: PROPOSED
6173+
- state: SHIPPED
61746174
- lane: scripts lane
61756175

61766176
**Problem.** Discoverability is poor; flags are guessed from source.

0 commit comments

Comments
 (0)