@cleocode/skills 2026.5.102 → 2026.5.104

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleocode/skills",
3
- "version": "2026.5.102",
3
+ "version": "2026.5.104",
4
4
  "description": "CLEO skill definitions - bundled with CLEO monorepo",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -139,6 +139,18 @@ For source-only releases, pass `--no-artifacts` to skip the artifact-publish han
139
139
  7. Manifest entry MUST set `agent_type: "documentation"` and record the full chain via `record_release()`.
140
140
  8. Always validate via `cleo check protocol --protocolType release` before declaring the release done.
141
141
 
142
+ ## CI Job Inventory
143
+
144
+ The authoritative reference for every job that runs in this repo's GitHub Actions pipeline — including which jobs run on PR-to-main vs push-to-main vs tag-push, branch-protection cross-check, and documented divergences — lives at:
145
+
146
+ - [docs/release/job-inventory.md](../../../../docs/release/job-inventory.md) (T10106 · Saga T10099)
147
+
148
+ Consult the inventory whenever:
149
+
150
+ 1. A release verb fails CI and you need to know which gate is blocking.
151
+ 2. Branch-protection required status checks need to be reconciled against actual workflow jobs.
152
+ 3. A new workflow is added or an existing trigger changes — regenerate the matrix per the "How this document is maintained" section at the bottom of the inventory.
153
+
142
154
  ## See also / References
143
155
 
144
156
  This skill binds to the **release** LOOM lifecycle stage. Governing ADRs: