Skip to content

fix(cli): generate oclif manifest as part of CLI build#20

Merged
jheddings merged 1 commit intomainfrom
fix/cli-manifest-build
Mar 30, 2026
Merged

fix(cli): generate oclif manifest as part of CLI build#20
jheddings merged 1 commit intomainfrom
fix/cli-manifest-build

Conversation

@jheddings
Copy link
Copy Markdown
Collaborator

Summary

  • Moved npx oclif manifest into the CLI's build recipe so the manifest is always current after a build
  • Removed the standalone manifest recipe from cli/.justfile
  • Updated root .justfile test recipe to use cd cli && just build instead of cd cli && just manifest

Previously, a fresh just build would leave the oclif manifest stale, causing newly added commands (like view) to be missing at runtime.

Test plan

  • just build now produces a manifest with all commands including view
  • just test passes (32 tests)
  • npm run preview works from the hello example after a clean build

🤖 Generated with Claude Code

The manifest was only regenerated during the test recipe, so a fresh
`just build` would leave the manifest stale and miss new commands.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jheddings jheddings merged commit 687aed1 into main Mar 30, 2026
2 checks passed
@jheddings jheddings deleted the fix/cli-manifest-build branch March 30, 2026 22:15
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