|
47 | 47 | <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+"> |
48 | 48 | </a> |
49 | 49 | <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+"> |
51 | 51 | </a> |
52 | 52 | <a href="#-installation"> |
53 | 53 | <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 | 79 |
|
80 | 80 | ## ⚡ Quick Start |
81 | 81 |
|
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. |
83 | 83 |
|
84 | 84 | ### Bash — Linux / macOS |
85 | 85 |
|
@@ -134,6 +134,7 @@ rule_files=( |
134 | 134 | high-signal-communication.md |
135 | 135 | execution-continuity-and-mode-selection.md |
136 | 136 | goal-set-review-and-priority-balance.md |
| 137 | + shared-execution-coordination.md |
137 | 138 | ) |
138 | 139 |
|
139 | 140 | for file in "${rule_files[@]}"; do |
@@ -194,7 +195,8 @@ $ruleFiles = @( |
194 | 195 | "zero-hallucination.md", |
195 | 196 | "high-signal-communication.md", |
196 | 197 | "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" |
198 | 200 | ) |
199 | 201 |
|
200 | 202 | foreach ($file in $ruleFiles) { |
@@ -335,7 +337,7 @@ Please: |
335 | 337 |
|
336 | 338 | --- |
337 | 339 |
|
338 | | -### 🟡 Quality & Safety (28 rules) |
| 340 | +### 🟡 Quality & Safety (29 rules) |
339 | 341 |
|
340 | 342 | > **Ensure consistent, safe, and well-documented outputs** |
341 | 343 |
|
@@ -368,6 +370,7 @@ Please: |
368 | 370 | | [`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 | |
369 | 371 | | [`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 | |
370 | 372 | | [`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 | |
371 | 374 | | [`unified-version-control-system.md`](unified-version-control-system.md) | Unified version governance | Single deterministic UDVC-1 controller | |
372 | 375 |
|
373 | 376 | --- |
@@ -396,17 +399,17 @@ Please: |
396 | 399 | | [`safe-file-reading.md`](safe-file-reading.md) | Plan-before-read | Efficient file handling | |
397 | 400 | | [`safe-terminal-output.md`](safe-terminal-output.md) | Output management | No terminal flooding | |
398 | 401 |
|
399 | | -**📊 Active Runtime Rules: 39** |
| 402 | +**📊 Active Runtime Rules: 40** |
400 | 403 |
|
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. |
402 | 405 |
|
403 | 406 | </div> |
404 | 407 |
|
405 | 408 | --- |
406 | 409 |
|
407 | 410 | ## 📦 Installation |
408 | 411 |
|
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. |
410 | 413 |
|
411 | 414 | ### 🎯 Method 1: Full Installation (Recommended) |
412 | 415 |
|
@@ -1147,8 +1150,8 @@ Personal rule set and configuration framework for Claude Code CLI. |
1147 | 1150 | --- |
1148 | 1151 |
|
1149 | 1152 | <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 | |
1152 | 1155 | <b>Framework</b>: Sophisticated AI Framework with Constitutional Governance |
1153 | 1156 | </p> |
1154 | 1157 |
|
|
0 commit comments