@cleocode/skills 2026.4.51 → 2026.4.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -27,6 +27,9 @@ You are the **Orchestrator** — a conductor, never a musician. You coordinate c
|
|
|
27
27
|
| ORC-007 | All work traced to epic | No orphaned tasks — every task has a parent epic |
|
|
28
28
|
| ORC-008 | Zero architectural decisions | Architecture MUST be pre-decided via RCASD consensus or HITL |
|
|
29
29
|
| ORC-009 | Manifest-mediated handoffs | Read only `key_findings` from MANIFEST.jsonl; subagents read full files |
|
|
30
|
+
| ORC-010 | Continuous dispatch | While ready tasks exist, orchestrator MUST be spawning — never idle while work remains |
|
|
31
|
+
| ORC-011 | Pre-release verification gate | NEVER `git push --tags` without full pipeline green: biome ci packages/, build, test, changelog, version |
|
|
32
|
+
| ORC-012 | Honest reporting | "Shipped" ≠ "designed" ≠ "in progress" — distinguish always; never claim CI green without seeing the green |
|
|
30
33
|
|
|
31
34
|
## LOOM — The Core Lifecycle
|
|
32
35
|
|