Skip to content

chore: regenerate the skills manifest - #3203

Merged
miguel-heygen merged 1 commit into
mainfrom
fix/skills-manifest-refresh
Aug 11, 2026
Merged

chore: regenerate the skills manifest#3203
miguel-heygen merged 1 commit into
mainfrom
fix/skills-manifest-refresh

Conversation

@miguel-heygen

Copy link
Copy Markdown
Collaborator

What

Regenerates skills-manifest.json so the hyperframes-cli entry matches the skill on disk.

Why

hyperframes-cli gained the search-miss report in #3199 and its content hash moved with it. The manifest is the published freshness fingerprint the CLI reads, so a skill edit that leaves it behind makes the manifest claim a version of the skill that no longer exists. CI caught it on main: skills-manifest.json is out of date - a skill changed without regenerating it.

It reached main because the Detect changes gate on #3199 failed on an unrelated deletion check, which left every downstream job in that run skipped, including this one.

How

bun packages/cli/scripts/gen-skills-manifest.ts. One hash changed; no other skill moved.

Test plan

  • bun packages/cli/scripts/gen-skills-manifest.ts --check passes locally, which is the exact command the failing job runs.
  • Diff is a single line in a generated file, so the CI run on this branch is the verification that matters.

Not covered: nothing else in the manifest was touched, and no skill content changes here.

The hyperframes-cli skill gained the search-miss report and its content hash
moved with it. The manifest is the published freshness fingerprint, so it has
to be regenerated in the same change.
@miguel-heygen
miguel-heygen merged commit 0156b56 into main Aug 11, 2026
13 checks passed
@miguel-heygen
miguel-heygen deleted the fix/skills-manifest-refresh branch August 11, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant