Skip to content

Commit c47e0dd

Browse files
DarKWinGTMclaude
andcommitted
Create shared execution coordination rule chain.
Add a first-class coordination owner for multi-session shared execution boards, bounded companion deferrals, 40-rule runtime sync, and release-ready governance artifacts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7307fa5 commit c47e0dd

29 files changed

Lines changed: 864 additions & 52 deletions

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<img src="https://img.shields.io/badge/⚡_Quick_Start-5_seconds-brightgreen?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCI+PHBhdGggZmlsbD0iIzI1RTEyNiIgZD0iTTEzIDJoLTh2MmMwIC4zNS4wNy42OS4xOCAxLjAzLjM1IDEuMDguOTkgMS44MyAxLjgzLjk5LjM0LjM1LjY5LjQyIDEuMDMuMTIuNDkuMDUuOTguMjIgMS40Ni40OWwtMS44My0uMzVjLS4zNS0uMDctLjY5LS4xNC0xLjAzLS4xOC0uMzUtLjA1LS42OS0uMTItMS4wMy0uMzUtMS4wOC0uOTktMS44My0xLjgzLS45OS0uMzQtLjM1LS42OS0uNDItMS4wMy0uMTItLjQ5LS4wNS0uOTgtLjIyLTEuNDYtLjQ5bDEuODMuMzV6Ii8+PC9zdmc+">
4848
</a>
4949
<a href="#-rule-files">
50-
<img src="https://img.shields.io/badge/📁_Rules-39_Policies-orange?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0Y5NzgxNiIgZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyszQuNDggMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bS0yIDE1bC01IDUgNS01IDUtNS01IDV6Ii8+PC9zdmc+">
50+
<img src="https://img.shields.io/badge/📁_Rules-40_Policies-orange?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0Y5NzgxNiIgZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyszQuNDggMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bS0yIDE1bC01IDUgNS01IDUtNS01IDV6Ii8+PC9zdmc+">
5151
</a>
5252
<a href="#-installation">
5353
<img src="https://img.shields.io/badge/📦_Install-Copy_&_Paste-blue?style=for-the-badge&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzI1ODFGNiIgZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEydjJMMTQgN2g0bDItMnYtMmgybC0yIDJoLTRsLTItMnYtMmgybC0yIDJ2MmgybDItMnYtMmgybC0yIDJoLTRMNCAydjJ6Ii8+PC9zdmc+">
@@ -79,7 +79,7 @@
7979

8080
## ⚡ Quick Start
8181

82-
Use the script for your platform. Both install the same 39 active runtime rules only.
82+
Use the script for your platform. Both install the same 40 active runtime rules only.
8383

8484
### Bash — Linux / macOS
8585

@@ -134,6 +134,7 @@ rule_files=(
134134
high-signal-communication.md
135135
execution-continuity-and-mode-selection.md
136136
goal-set-review-and-priority-balance.md
137+
shared-execution-coordination.md
137138
)
138139

139140
for file in "${rule_files[@]}"; do
@@ -194,7 +195,8 @@ $ruleFiles = @(
194195
"zero-hallucination.md",
195196
"high-signal-communication.md",
196197
"execution-continuity-and-mode-selection.md",
197-
"goal-set-review-and-priority-balance.md"
198+
"goal-set-review-and-priority-balance.md",
199+
"shared-execution-coordination.md"
198200
)
199201
200202
foreach ($file in $ruleFiles) {
@@ -335,7 +337,7 @@ Please:
335337

336338
---
337339

338-
### 🟡 Quality & Safety (28 rules)
340+
### 🟡 Quality & Safety (29 rules)
339341

340342
> **Ensure consistent, safe, and well-documented outputs**
341343
@@ -368,6 +370,7 @@ Please:
368370
| [`project-documentation-standards.md`](project-documentation-standards.md) | Project documentation standards | Standardized docs for all projects plus startup artifact gate, explicit live-task-list-vs-durable-TODO distinction, same-objective live task-list continuity, explicit execution-discovery surfaces during active execution, non-default startup patch posture for greenfield baseline formation, portable public onboarding/install guidance, and portable-by-default package-local support assets when they are reusable source content |
369371
| [`portable-implementation-and-hardcoding-control.md`](portable-implementation-and-hardcoding-control.md) | Portable implementation control | Keep shared artifacts, reusable support/package source artifacts, and public onboarding/install guidance portable by default, bind environment-specific values late, and prevent machine-local hardcoding drift |
370372
| [`execution-continuity-and-mode-selection.md`](execution-continuity-and-mode-selection.md) | Execution continuity and mode selection | Separates discussion mode from execution mode, keeps work moving when execution mode is active, and discovers the next unfinished slice from execution surfaces when that path is already visible |
373+
| [`shared-execution-coordination.md`](shared-execution-coordination.md) | Shared execution coordination | Makes the shared task list a first-class execution-coordination layer with session lease/handoff semantics, continuity-first retention, anti-overclear policy, optional memsearch support, and future-optional peer-messaging boundaries |
371374
| [`unified-version-control-system.md`](unified-version-control-system.md) | Unified version governance | Single deterministic UDVC-1 controller |
372375

373376
---
@@ -396,17 +399,17 @@ Please:
396399
| [`safe-file-reading.md`](safe-file-reading.md) | Plan-before-read | Efficient file handling |
397400
| [`safe-terminal-output.md`](safe-terminal-output.md) | Output management | No terminal flooding |
398401

399-
**📊 Active Runtime Rules: 39**
402+
**📊 Active Runtime Rules: 40**
400403

401-
Latest refinement: the active runtime set now includes bounded next-work discovery from execution surfaces across the continuity, task-list, phase, and repository-model owner set, while the active runtime count remains 39.
404+
Latest refinement: the active runtime set now includes a first-class shared execution coordination owner for multi-session shared boards, session lease/handoff behavior, continuity-first retention, anti-overclear policy, and optional memsearch / future optional peer-messaging boundaries.
402405

403406
</div>
404407

405408
---
406409

407410
## 📦 Installation
408411

409-
The Quick Start block above is still the canonical runtime-only install block. The methods below use the same active 39-rule set and describe when to use each path without repeating the long file list.
412+
The Quick Start block above is still the canonical runtime-only install block. The methods below use the same active 40-rule set and describe when to use each path without repeating the long file list.
410413

411414
### 🎯 Method 1: Full Installation (Recommended)
412415

@@ -1147,8 +1150,8 @@ Personal rule set and configuration framework for Claude Code CLI.
11471150
---
11481151

11491152
<p>
1150-
<b>Version</b>: 9.21 |
1151-
<b>Last Updated</b>: 2026-04-12 |
1153+
<b>Version</b>: 9.22 |
1154+
<b>Last Updated</b>: 2026-04-13 |
11521155
<b>Framework</b>: Sophisticated AI Framework with Constitutional Governance
11531156
</p>
11541157

TODO.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Claude Code Rules - TODO
22

3-
> **Last Updated:** 2026-04-12
3+
> **Last Updated:** 2026-04-13
44
55
---
66

77
## ✅ Completed
88

9+
- [x] Create first-class `shared-execution-coordination` so multi-session shared execution boards now have one semantic owner for shared-board semantics, session lease/handoff behavior, continuity-first retention, anti-overclear policy, optional memsearch support, and future-optional peer-messaging boundaries; integrate bounded companion deferrals across task/phase/execution/memory/repository owners; update master surfaces; and resync installed runtime copies.
910
- [x] Make execution-ready work discover the next unfinished slice from active execution surfaces by updating `execution-continuity-and-mode-selection`, `todo-standards`, `phase-implementation`, and `project-documentation-standards`; add bounded `phase-035` / `patch/next-work-discovery-from-execution-surfaces.patch.md` artifacts; update master surfaces; and resync installed runtime copies.
1011
- [x] Keep one live task-list surface across the same active objective by updating `todo-standards`, `phase-implementation`, `artifact-initiation-control`, and `project-documentation-standards`; add bounded `phase-034` / `patch/task-list-continuity-and-objective-boundary-retention.patch.md` artifacts; update master surfaces; and bundle the already-open `accurate-communication.md` micro-compression so the runtime copy falls below the 40.0k warning threshold.
1112
- [x] Create first-class `execution-continuity-and-mode-selection` and `goal-set-review-and-priority-balance` rule chains, integrate bounded companion updates without expanding `accurate-communication.md`, add the bounded `phase-033` / `patch/continuous-execution-and-goal-set-review.patch.md` wave artifacts, and update master inventory/install surfaces from 37 to 39 active runtime rules.
@@ -94,6 +95,7 @@
9495

9596
| Date | Changes |
9697
|------|---------|
98+
| 2026-04-13 | Created first-class `shared-execution-coordination`, added bounded companion deferrals across `todo-standards`, `phase-implementation`, `execution-continuity-and-mode-selection`, `project-documentation-standards`, `memory-governance-and-session-boundary`, and `authority-and-scope`, then synchronized master surfaces and resynced installed runtime copies. |
9799
| 2026-04-12 | Added next-work discovery from execution surfaces across `execution-continuity-and-mode-selection`, `todo-standards`, `phase-implementation`, and `project-documentation-standards`; added bounded `phase-035` / `patch/next-work-discovery-from-execution-surfaces.patch.md` artifacts; synchronized master surfaces; and resynced the touched runtime rules. |
98100
| 2026-04-12 | Added same-objective task-list continuity and retention across `todo-standards`, `phase-implementation`, `artifact-initiation-control`, and `project-documentation-standards`; added bounded `phase-034` / `patch/task-list-continuity-and-objective-boundary-retention.patch.md` artifacts; and bundled `accurate-communication.md` micro-compression so the runtime copy now falls below the 40.0k warning threshold. |
99101
| 2026-04-12 | Created first-class `execution-continuity-and-mode-selection` and `goal-set-review-and-priority-balance` owner chains, added bounded `phase-033` / `patch/continuous-execution-and-goal-set-review.patch.md` artifacts, integrated bounded companion updates without expanding `accurate-communication.md`, and updated the active runtime inventory/install set from 37 to 39 rules. |

authority-and-scope.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Authority and scope
22

3-
> **Current Version:** 2.2
4-
> **Design:** [design/authority-and-scope.design.md](design/authority-and-scope.design.md) v2.2
3+
> **Current Version:** 2.3
4+
> **Design:** [design/authority-and-scope.design.md](design/authority-and-scope.design.md) v2.3
55
> **Session:** 11c4bd2f-216e-4779-81bf-26d34a4fcaeb
66
> **Full history:** [changelog/authority-and-scope.changelog.md](changelog/authority-and-scope.changelog.md)
77
@@ -29,6 +29,7 @@ This rule defines precedence, tie-break behavior, and override handling so new u
2929
- Assistant-created team expansion is advisory and should not happen by default when an existing teammate already covers the same role or when the new teammate has no clearly distinct job.
3030
- Do not generate unnecessary user-choice branches when one continuation path is already implied by the request and can be executed safely.
3131
- Mode selection and continuous-execution defaults defer to `execution-continuity-and-mode-selection.md` when the question is whether work should keep going versus remain in discussion mode.
32+
- Shared-board multi-session coordination semantics such as session lease, handoff, retention/aging, and optional-extension support defer to `shared-execution-coordination.md` when the question is how several sessions coordinate work on one active execution board.
3233
- If the user issues a fresh directive that changes scope, task, or action, that fresh directive overrides previously offered assistant options immediately.
3334
- After compact or compacted-session resume, re-anchor to the latest active user directive and active governing basis before continuing.
3435
- Do not let stale assistant framing, stale option branches, or compressed-away detail become active truth after compact unless the surviving evidence still justifies it.

changelog/authority-and-scope.changelog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog - Authority and Scope
22

33
> **Parent Document:** [../authority-and-scope.md](../authority-and-scope.md)
4-
> **Current Version:** 2.2
4+
> **Current Version:** 2.3
55
> **Session:** dd0bf4af-a66b-4b07-bb9d-a90a0e57b54e
66
77
---
@@ -10,6 +10,7 @@
1010

1111
| Version | Date | Changes | Session ID |
1212
|---------|------|---------|------------|
13+
| 2.3 | 2026-04-13 | **[Deferred shared-board multi-session coordination semantics to the new coordination owner](#version-23)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1314
| 2.2 | 2026-04-12 | **[Deferred mode-selection semantics to the new execution-continuity owner](#version-22)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1415
| 2.1 | 2026-04-09 | **[Added path-scoped memory applicability boundary and current-scope-wins protection](#version-21)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1516
| 2.0 | 2026-04-09 | **[Added RULES-first-over-memory authority boundary](#version-20)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
@@ -33,6 +34,23 @@
3334

3435
---
3536

37+
<a id="version-23"></a>
38+
## Version 2.3: Deferred shared-board multi-session coordination semantics to the new coordination owner
39+
40+
**Date:** 2026-04-13
41+
**Session:** 11c4bd2f-216e-4779-81bf-26d34a4fcaeb
42+
43+
### Changes
44+
- Updated `authority-and-scope.md` from v2.2 to v2.3.
45+
- Updated `design/authority-and-scope.design.md` from v2.2 to v2.3.
46+
- Added explicit deferral that shared-board multi-session coordination semantics such as session lease, handoff, retention/aging, and optional-extension support now live in `shared-execution-coordination.md`.
47+
- Preserved overall precedence, user authority, and fresh-directive override behavior.
48+
49+
### Summary
50+
Authority-and-scope now keeps top-level precedence and user-authority behavior while deferring shared-board coordination protocol details to the new coordination owner.
51+
52+
---
53+
3654
<a id="version-22"></a>
3755
## Version 2.2: Deferred mode-selection semantics to the new execution-continuity owner
3856

changelog/changelog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Master Changelog - Claude Code Rules
22

33
> **Project:** Claude Code Rules System
4-
> **Current Version:** 9.21
4+
> **Current Version:** 9.22
55
> **Session:** 11c4bd2f-216e-4779-81bf-26d34a4fcaeb
66
77
---
@@ -10,6 +10,7 @@
1010

1111
| Version | Date | Changes | Session ID |
1212
|---------|------|---------|------------|
13+
| 9.22 | 2026-04-13 | **[Created shared execution coordination as a first-class rule chain](#version-922)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1314
| 9.21 | 2026-04-12 | **[Added next-work discovery from execution surfaces](#version-921)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1415
| 9.20 | 2026-04-12 | **[Added same-objective task-list continuity and retention](#version-920)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1516
| 9.19 | 2026-04-12 | **[Added first-class execution continuity and goal-set review owners](#version-919)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
@@ -60,6 +61,23 @@
6061

6162
---
6263

64+
<a id="version-922"></a>
65+
## Version 9.22: Created shared execution coordination as a first-class rule chain
66+
67+
**Date:** 2026-04-13
68+
**Session:** 11c4bd2f-216e-4779-81bf-26d34a4fcaeb
69+
70+
### Changes
71+
- Created `shared-execution-coordination` as a new first-class runtime/design/changelog chain for multi-session shared execution boards, session lease/handoff behavior, continuity-first retention, anti-overclear policy, optional memsearch support, and future-optional peer-messaging boundaries.
72+
- Updated `todo-standards`, `phase-implementation`, `execution-continuity-and-mode-selection`, `project-documentation-standards`, `memory-governance-and-session-boundary`, and `authority-and-scope` with bounded deferrals to the new coordination owner.
73+
- Updated master design/README/TODO/phase surfaces and expanded the active runtime install set from 39 to 40 rules.
74+
- Preserved the existing phase, tracking, memory, and execution-continuity owners rather than replacing them with one super-rule.
75+
76+
### Summary
77+
The RULES repository now has one explicit coordination owner for multi-session shared execution boards, while the existing task, phase, memory, and execution owners keep their narrower roles.
78+
79+
---
80+
6381
<a id="version-921"></a>
6482
## Version 9.21: Added next-work discovery from execution surfaces
6583

changelog/execution-continuity-and-mode-selection.changelog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog - Execution Continuity and Mode Selection
22

33
> **Parent Document:** [../execution-continuity-and-mode-selection.md](../execution-continuity-and-mode-selection.md)
4-
> **Current Version:** 1.1
4+
> **Current Version:** 1.2
55
> **Session:** 11c4bd2f-216e-4779-81bf-26d34a4fcaeb
66
77
---
@@ -10,12 +10,30 @@
1010

1111
| Version | Date | Changes | Session ID |
1212
|---------|------|---------|------------|
13+
| 1.2 | 2026-04-13 | **[Deferred shared-board coordination semantics to the new coordination owner](#version-12)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1314
| 1.1 | 2026-04-12 | **[Added execution-surface-driven next-work discovery](#version-11)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1415
| 1.0 | 2026-04-12 | **[Created first-class execution continuity and mode-selection rule chain](#version-10)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1516
| | | Summary: Created a new rule chain that separates discussion mode from execution mode and keeps execution flowing once the active path is already sufficiently clear | |
1617

1718
---
1819

20+
<a id="version-12"></a>
21+
## Version 1.2: Deferred shared-board coordination semantics to the new coordination owner
22+
23+
**Date:** 2026-04-13
24+
**Session:** 11c4bd2f-216e-4779-81bf-26d34a4fcaeb
25+
26+
### Changes
27+
- Updated `execution-continuity-and-mode-selection.md` from v1.1 to v1.2.
28+
- Updated `design/execution-continuity-and-mode-selection.design.md` from v1.1 to v1.2.
29+
- Clarified that session-lease, handoff, retention/aging, anti-overclear, and optional-extension coordination semantics defer to `shared-execution-coordination.md`.
30+
- Preserved execution-mode selection, stop-gate logic, and next-work discovery ownership.
31+
32+
### Summary
33+
Execution continuity now keeps its continue/stop/discover role while deferring shared-board coordination protocol details to the new first-class coordination owner.
34+
35+
---
36+
1937
<a id="version-11"></a>
2038
## Version 1.1: Added execution-surface-driven next-work discovery
2139

changelog/memory-governance-and-session-boundary.changelog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog - Memory Governance and Session Boundary
22

33
> **Parent Document:** [../memory-governance-and-session-boundary.md](../memory-governance-and-session-boundary.md)
4-
> **Current Version:** 1.0
4+
> **Current Version:** 1.1
55
> **Session:** 11c4bd2f-216e-4779-81bf-26d34a4fcaeb
66
77
---
@@ -10,11 +10,29 @@
1010

1111
| Version | Date | Changes | Session ID |
1212
|---------|------|---------|------------|
13+
| 1.1 | 2026-04-13 | **[Added optional extension recall boundary for memsearch-style layers](#version-11)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1314
| 1.0 | 2026-04-09 | **[Created first-class memory-governance-and-session-boundary rule chain](#version-10)** | 11c4bd2f-216e-4779-81bf-26d34a4fcaeb |
1415
| | | Summary: Created a new design/runtime/changelog triad that governs memory role boundaries, root `MEMORY.md` index behavior, `global/path/archive` taxonomy, path-primary applicability, session provenance, canonical `SCOPE.md`, and archive lifecycle | |
1516

1617
---
1718

19+
<a id="version-11"></a>
20+
## Version 1.1: Added optional extension recall boundary for memsearch-style layers
21+
22+
**Date:** 2026-04-13
23+
**Session:** 11c4bd2f-216e-4779-81bf-26d34a4fcaeb
24+
25+
### Changes
26+
- Updated `memory-governance-and-session-boundary.md` from v1.0 to v1.1.
27+
- Updated `design/memory-governance-and-session-boundary.design.md` from v1.0 to v1.1.
28+
- Added an explicit optional-extension recall boundary so memsearch-like extension/plugin layers are treated as supplemental context bridges rather than required infrastructure or semantic truth.
29+
- Added explicit deferral that coordination ownership for optional recall-layer usage lives in `shared-execution-coordination.md`.
30+
31+
### Summary
32+
Memory-governance now keeps native memory authority boundaries explicit while modeling memsearch-style recall layers as optional supplemental context bridges rather than required core behavior.
33+
34+
---
35+
1836
<a id="version-10"></a>
1937
## Version 1.0: Created first-class memory-governance-and-session-boundary rule chain
2038

0 commit comments

Comments
 (0)