feat: bootstrap @stackbilt/build package#2
Merged
Conversation
…om @stackbilt/cli Ports login, architect, run, scaffold commands + credentials, http-client, flags, and scaffold-contract-types from @stackbilt/cli. Removes the deprecation-warning shim (not needed in the new home). Adds release workflow mirroring charter's OIDC trusted-publisher pattern, adapted for a single-package non-monorepo repo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 tasks
Member
Author
|
Blocking issues found in PR #2:
Please address these blockers, then I can re-review quickly. |
Member
Author
|
Follow-up re-review on PR #2 after latest push. Some blockers were fixed, but there are still blocking issues:
Once these are fixed and CI is green, I’ll mark this merge-ready. |
Member
Author
|
Re-review update: previous blockers are fixed, but PR #2 is still not merge-ready due to a new CI/typecheck failure. Current failing check:
Failure details:
Interpretation:
Once this is fixed and CI is green, I’m ready to sign off. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
login,architect,run,scaffoldcommands from@stackbilt/cliinto this dedicated commercial-surface packagecredentials,http-client,flags,types/scaffold-contract-typesdeprecation-warningshim (its job was to point users here — not needed in the new home)package.json(no monorepo loop)Closes Phase 2 of RFC Stackbilt-dev/charter#112. See Stackbilt-dev/charter#125 for acceptance criteria.
Test plan
src/__tests__/credentials.test.ts— 9 tests forresolveApiKeyenv/disk priority; ported verbatimsrc/__tests__/auth-wiring.test.ts— 5 tests verifyingarchitectandrungateway routing; ported verbatim with.jsextension importssrc/__tests__/login.test.ts— 1 test for env-var report path; 3 deprecation-specific tests dropped (code they tested no longer exists)npm run build— verify TypeScript compiles cleanly with NodeNext module resolutionnpm test— run all 3 test files via vitest🤖 Generated with Claude Code