Skip to content

Commit a61ad52

Browse files
docs(changelog): add 0.3.0 entry — offline-first run + classify command
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b72a38c commit a61ad52

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project are documented in this file.
44

55
The format is based on Keep a Changelog and follows Semantic Versioning.
66

7+
## [0.3.0] - 2026-06-12
8+
9+
### Changed
10+
- **`stackbilt run` is now offline-first**`buildScaffold()` from `@stackbilt/scaffold-core` is the default path; zero network, zero credentials required. Pass `--gateway` to opt into the Stackbilt gateway for cloud classification.
11+
- `--persist` flag: POST the scaffold to the platform (`/api/flows`) to save it to the user's account.
12+
- `--oracle` flag (requires `--persist`): request LLM polish on the persisted scaffold.
13+
- Removed implicit gateway routing from API key presence — gateway is now always explicit opt-in.
14+
15+
### Added
16+
- **`stackbilt classify <description>`** — zero-cost intent classification using the local scaffold-core engine. Prints pattern, confidence, traits, and tier-2 recommendation to stdout. No API key required.
17+
- `localScaffoldToResult()` adapter — maps `LocalScaffoldResult``ScaffoldResult` with canonical role normalization (`entry→scaffold`, `adf→governance`, `readme→doc`).
18+
- `.gitignore``node_modules/`, `dist/`, `*.tsbuildinfo`, `.charter/`.
19+
20+
Closes stackbilt-build#4 (offline-first run), stackbilt-build#3 (classify command)
21+
722
## [0.1.0] - 2026-05-23
823

924
Initial release — commercial surface extracted from `@stackbilt/cli` per [RFC #112](https://github.com/Stackbilt-dev/charter/issues/112).

0 commit comments

Comments
 (0)