Skip to content

fix(cli): package spec for CLI command - #175

Open
juliosuas wants to merge 1 commit into
google-labs-code:mainfrom
juliosuas:fix/spec-command-package-path
Open

fix(cli): package spec for CLI command#175
juliosuas wants to merge 1 commit into
google-labs-code:mainfrom
juliosuas:fix/spec-command-package-path

Conversation

@juliosuas

Copy link
Copy Markdown
Contributor

Fixes #153.

What changed

Copy docs/spec.md to both bundle entry-point directories during the CLI build. The linter entry point continues to resolve dist/linter/spec.md, while the CLI entry point can now resolve dist/spec.md as expected by getSpecContent().

Verification

This PR does not change .github/workflows. Org-level zizmor can still fail on pre-existing unpinned actions in test.yml; that is outside the scope of #153.


Restored after an accidental fork deletion. Same commits as #173.

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.

spec command fails on v0.3.0: reads dist/spec.md but the build emits dist/linter/spec.md

1 participant