chore: rebuild five skills' stale bundles (drift sweep on main) - #37
Conversation
The full-catalogue drift sweep on main (97a70d8) found committed .zip/.skill bundles lagging their sources — prior commits edited skill directories without rebuilding: - spacecraft-standard-constitution: SKILL.md + references/CHANGELOG.md stale (the v1.45 §11.6 sync, #31, shipped without a rebuild — the bundle still served v1.44-era content with no System Theme section) - steelbore-color-palette: SKILL.md + assets/steelbore.toml stale, and assets/steelbore.scm missing from the bundle entirely - spacecraft-theme-factory: SKILL.md stale - spacecraft-accessibility-support: SKILL.md stale - spacecraft-cli-preference: references/zellij.md stale (6a76d78) No source changes — bundles only, rebuilt with the canonical zip -qr / zip -qrD pattern. Post-rebuild sweep is clean across the catalogue. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
When this archive is rebuilt to pick up the changed references/zellij.md, the generated perplexity-skills/spacecraft-cli-preference.zip is left unchanged. Running python3 perplexity-skills/build.py at this commit changes its references/shells-and-terminal.md to include the Unlock First preset, proving that Perplexity users still receive the stale Default-only instructions while other consumers receive the repaired content; rebuild and commit that generated archive too.
AGENTS.md reference: AGENTS.md:L23-L26
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
What
The full-catalogue bundle drift sweep on main (
97a70d8, run after #35/#36 merged) found committed.zip/.skillbundles lagging their sources in five skills — prior commits edited the skill directories without rebuilding, so consumers installing from these bundles get stale content:spacecraft-standard-constitutionSKILL.mdandreferences/CHANGELOG.md— the v1.45 §11.6 sync (#31) shipped without a rebuild, so the bundle still served v1.44-era content with no System Theme Declaration sectionsteelbore-color-paletteSKILL.md,assets/steelbore.toml, andassets/steelbore.scmwas missing from the bundle entirelyspacecraft-theme-factorySKILL.mdspacecraft-accessibility-supportSKILL.mdspacecraft-cli-preferencereferences/zellij.md(6a76d78)Change
Bundles only — zero source edits. All ten bundles rebuilt with the canonical pattern (
zip -qrfor.zip,zip -qrDfor.skill), each including exactly the shippable files present in its directory (constitution: SKILL.md + references; palette: SKILL.md + LICENSE.md + assets; theme-factory: SKILL.md + LICENSE.md; accessibility: SKILL.md + references; cli-preference: SKILL.md + CREDITS.md + references).Verification
Post-rebuild, the AGENTS.md drift sweep (content diff of every bundled file + missing-file check) is clean across the whole catalogue.
spacecraft-cli-standardandspacecraft-agentic-cliwere already clean from #35.Note
#33 and #34 branches also carry un-rebuilt
spacecraft-agentic-clibundles — whichever merges after this should re-run the sweep.🤖 Generated with Claude Code