Skip to content

Commit c482b08

Browse files
committed
docs(fix): mark fix/40 done — bump-skill reclassified internal
1 parent f090854 commit c482b08

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/fix/40-bump-skill-internal-only/SPEC.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,20 +165,20 @@ ticks tasks here.
165165

166166
### P2 — Hardening & PR
167167

168-
- [ ] Run `bump-skill` on `bump-skill` (recommended **minor** bump —
168+
- [x] Run `bump-skill` on `bump-skill` (recommended **minor** bump —
169169
metadata reclassification, zero behavior change; if `bump-skill`'s own
170170
diff analysis judges the removal of the `/bump-skill` menu surface a
171171
contract change, **major** is acceptable — the executor decides). Ensure
172172
it adds the changelog rows AND **moves** `bump-skill`'s per-skill table to
173173
the **Internal (`user-invocable: false`)** subsection in both
174174
`CHANGELOG.md` and `CHANGELOG.es.md` (an existing table is not auto-moved —
175175
move it by hand if the tool leaves it under "User-facing").
176-
- [ ] Re-run the project's full verification gate (commands + exit codes pasted):
176+
- [x] Re-run the project's full verification gate (commands + exit codes pasted):
177177
`python3 -c "import json;d=json.load(open('.claude-plugin/plugin.json'));assert './skills/bump-skill' not in d['skills'] and len(d['skills'])==27"`
178178
(exit 0); `npx skills add . --list` (discovers 28); the Acceptance
179179
grep checks (all pass).
180-
- [ ] Pending-docs check: `git status --porcelain -- docs/` → empty
181-
- [ ] Set the fix-index row status to `done` and commit the flip
180+
- [x] Pending-docs check: `git status --porcelain -- docs/` → empty
181+
- [x] Set the fix-index row status to `done` and commit the flip
182182
- [ ] `git push`
183183
- [ ] Open the PR (`gh pr create --body-file <path>` — body written as a
184184
Markdown file, real backticks, never inline `--body`/heredoc) and
@@ -333,4 +333,4 @@ implementation phase + the standard close-out.
333333

334334
## Status
335335

336-
`pending`
336+
`done`

docs/fix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ this table — history lives in git log + closed issues.
1717
| [33-stale-envelope-contract](33-stale-envelope-contract/SPEC.md) | Pre-feature-10 envelope contract still stated in orchestration-envelope's head + schema-package README | done || [#33](https://github.com/gtrabanco/agentic-workflow/issues/33) |
1818
| [35-single-pass-closeout-phase](35-single-pass-closeout-phase/SPEC.md) | Single-pass units drop the close-out chain — always emit a final Hardening & PR phase (≥ 2 phases) | done · [#36](https://github.com/gtrabanco/agentic-workflow/pull/36) || [#35](https://github.com/gtrabanco/agentic-workflow/issues/35) |
1919
| [39-publish-schema-oidc-403](39-publish-schema-oidc-403/SPEC.md) | `publish-schema.yml` E403 OIDC — make the failure self-serve in-repo; authorization repair is a manual npm Trusted Publisher step (blocks #38) | done · [#41](https://github.com/gtrabanco/agentic-workflow/pull/41) || [#39](https://github.com/gtrabanco/agentic-workflow/issues/39) |
20-
| [40-bump-skill-internal-only](40-bump-skill-internal-only/SPEC.md) | Reclassify `bump-skill` as internal (`user-invocable: false` + drop from plugin manifest) so the `/bump-skill` menu entry stops leaking into every consumer install; reconcile the 15+13 → 14+14 skill-count docs | pending || [#40](https://github.com/gtrabanco/agentic-workflow/issues/40) |
20+
| [40-bump-skill-internal-only](40-bump-skill-internal-only/SPEC.md) | Reclassify `bump-skill` as internal (`user-invocable: false` + drop from plugin manifest) so the `/bump-skill` menu entry stops leaking into every consumer install; reconcile the 15+13 → 14+14 skill-count docs | done || [#40](https://github.com/gtrabanco/agentic-workflow/issues/40) |
2121

2222

2323
---

0 commit comments

Comments
 (0)