Skip to content

feat: offline-first run command + .gitignore (closes #4)#9

Merged
stackbilt-admin merged 2 commits into
mainfrom
feat/offline-run
Jun 12, 2026
Merged

feat: offline-first run command + .gitignore (closes #4)#9
stackbilt-admin merged 2 commits into
mainfrom
feat/offline-run

Conversation

@stackbilt-admin

Copy link
Copy Markdown
Member

Changes

run.ts — offline-first scaffold (closes #4)

stackbilt run now uses buildScaffold() from @stackbilt/scaffold-core@1.2.0 by default — fully offline, zero network, no API key required.

  • Default: local buildScaffold() — always works offline
  • --gateway: explicit opt-in to Stackbilt gateway (TarotScript tier-2, requires API key)
  • --persist: POST scaffold to platform account after building (requires API key)
  • --oracle: request LLM polish on the persisted scaffold (requires --persist)

Auth-wiring tests updated to reflect offline-first semantics (3 tests rewritten).

.gitignore

Added — dist/ and node_modules/ were previously untracked and got accidentally committed. This cleans up the repo.

Closes

  • stackbilt-build#4

Part of Stackbilt package release checklist.

stackbilt-admin and others added 2 commits June 12, 2026 09:09
 #4)

stackbilt run is now fully offline by default — no API key or network
required. buildScaffold() replaces the auto-gateway path.

- Default: local buildScaffold() (zero network, <1ms)
- --gateway: explicit opt-in to Stackbilt gateway (TarotScript tier-2)
- --persist: POST scaffold to platform account (requires API key)
- --oracle: request LLM polish on persisted scaffold (requires --persist)

Bumps @stackbilt/scaffold-core dep to ^1.2.0.
Updates auth-wiring tests to reflect offline-first semantics.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@stackbilt-admin stackbilt-admin merged commit b72a38c into main Jun 12, 2026
1 check passed
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.

feat: wire @stackbilt/scaffold-core for inference-free local scaffold

1 participant