Skip to content

Commit d27c903

Browse files
Kurt Overmierclaude
andcommitted
fix: wire CLI run to gateway materializer + publish 0.9.1
- run command uses gateway /api/scaffold when API key is set - Produces 9 deployment-ready files (wrangler.toml, .ai/, tests) - Falls back to engine when no key (with tip message) - Bumped to 0.9.1 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent acb45af commit d27c903

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
"vitest": "^4.0.18",
4444
"zod": "^3.24.1"
4545
},
46-
"version": "0.9.0"
46+
"version": "0.9.1"
4747
}

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.9.0",
4+
"version": "0.9.1",
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.9.0",
4+
"version": "0.9.1",
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.9.0",
4+
"version": "0.9.1",
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.9.0",
4+
"version": "0.9.1",
55
"description": "Charter CLI — repo-level governance checks + architecture scaffolding",
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.9.0",
4+
"version": "0.9.1",
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.9.0",
4+
"version": "0.9.1",
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.9.0",
4+
"version": "0.9.1",
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.9.0",
4+
"version": "0.9.1",
55
"description": "Shared type definitions for the Charter Kit",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

packages/validate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackbilt/validate",
33
"sideEffects": false,
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"description": "Citation validation, message classification, and governance checks",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)