Skip to content

Commit a091f05

Browse files
chore(release): bump all packages to v0.6.0
All 4 phases landed (10 issues, 10 PRs, 251 tests). CHANGELOG [Unreleased] moved to [0.6.0] - 2026-03-03. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 23883e7 commit a091f05

File tree

12 files changed

+13
-11
lines changed

12 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on Keep a Changelog and follows Semantic Versioning.
66

77
## [Unreleased]
88

9+
## [0.6.0] - 2026-03-03
10+
911
### Added
1012
- **Content-based module routing for migrate** ([#6](https://github.com/Stackbilt-dev/charter/issues/6), [#15](https://github.com/Stackbilt-dev/charter/pull/15)): `adf migrate` now routes rules to on-demand modules by matching content against manifest trigger keywords, not just markdown headings. Rules mentioning "React" under a generic "Conventions" heading now correctly route to `frontend.adf` instead of falling through to `core.adf`. New `TriggerMap` type (`Record<string, string[]>`) exported from `@stackbilt/adf`.
1113
- **`docs` stack preset** ([#3](https://github.com/Stackbilt-dev/charter/issues/3), [#16](https://github.com/Stackbilt-dev/charter/pull/16)): New `--preset docs` for documentation-only and planning-heavy workspaces. `setup` auto-detects docs workspaces via directory signals (`docs/`, `ADR/`, `adrs/`, `decisions/`, `papers/`, `rfcs/`) or when root files are predominantly markdown (>=50%). Bootstrap scaffolds `decisions.adf` and `planning.adf` modules with governance-focused patterns instead of irrelevant frontend/backend scaffolds.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"typescript": "~5.8.2",
3232
"vitest": "^4.0.18",
3333
"zod": "^3.24.1",
34-
"@stackbilt/cli": "0.5.0"
34+
"@stackbilt/cli": "0.6.0"
3535
}
3636
}

packages/adf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackbilt/adf",
33
"sideEffects": false,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "ADF (Attention-Directed Format) — AST-backed context format for AI agents",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackbilt/ci",
33
"sideEffects": false,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "GitHub Actions adapter for Charter governance checks",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/classify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackbilt/classify",
33
"sideEffects": false,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "Heuristic change classification (SURFACE/LOCAL/CROSS_CUTTING)",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackbilt/cli",
33
"sideEffects": false,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "Charter CLI — repo-level governance checks",
66
"bin": {
77
"charter": "./dist/bin.js"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackbilt/core",
33
"sideEffects": false,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "Core schemas, sanitization, and error handling for Charter Kit",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/drift/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackbilt/drift",
33
"sideEffects": false,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "Drift scanner — detects codebase divergence from governance patterns",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackbilt/git",
33
"sideEffects": false,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "Git trailer parsing, commit risk scoring, and PR validation",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackbilt/types",
33
"sideEffects": false,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"description": "Shared type definitions for the Charter Kit",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)