@stackbilt/cli 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/__tests__/classify.test.d.ts +0 -0
- package/dist/__tests__/classify.test.d.ts.map +0 -0
- package/dist/__tests__/classify.test.js +0 -0
- package/dist/__tests__/classify.test.js.map +0 -0
- package/dist/bin.d.ts +0 -0
- package/dist/bin.d.ts.map +0 -0
- package/dist/bin.js +0 -0
- package/dist/bin.js.map +0 -0
- package/dist/commands/audit.d.ts +0 -0
- package/dist/commands/audit.d.ts.map +0 -0
- package/dist/commands/audit.js +0 -0
- package/dist/commands/audit.js.map +0 -0
- package/dist/commands/classify.d.ts +0 -0
- package/dist/commands/classify.d.ts.map +0 -0
- package/dist/commands/classify.js +0 -0
- package/dist/commands/classify.js.map +0 -0
- package/dist/commands/doctor.d.ts +0 -0
- package/dist/commands/doctor.d.ts.map +0 -0
- package/dist/commands/doctor.js +0 -0
- package/dist/commands/doctor.js.map +0 -0
- package/dist/commands/drift.d.ts +0 -0
- package/dist/commands/drift.d.ts.map +0 -0
- package/dist/commands/drift.js +0 -0
- package/dist/commands/drift.js.map +0 -0
- package/dist/commands/init.d.ts +0 -0
- package/dist/commands/init.d.ts.map +0 -0
- package/dist/commands/init.js +0 -0
- package/dist/commands/init.js.map +0 -0
- package/dist/commands/setup.d.ts +0 -0
- package/dist/commands/setup.d.ts.map +0 -0
- package/dist/commands/setup.js +0 -0
- package/dist/commands/setup.js.map +0 -0
- package/dist/commands/validate.d.ts +0 -0
- package/dist/commands/validate.d.ts.map +0 -0
- package/dist/commands/validate.js +0 -0
- package/dist/commands/validate.js.map +0 -0
- package/dist/config.d.ts +0 -0
- package/dist/config.d.ts.map +0 -0
- package/dist/config.js +0 -0
- package/dist/config.js.map +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.d.ts.map +0 -0
- package/dist/index.js +0 -0
- package/dist/index.js.map +0 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -2,15 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
CLI entry point for Charter Kit -- a local-first governance toolkit for software repositories. Orchestrates all other `@stackbilt/*` packages to parse commit trailers, score risk, detect blessed-stack drift, and classify change scope. No LLM calls at runtime.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
> **This is the only package most users need.** One install gives you the full Charter Kit toolkit.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
npm install -g @stackbilt/cli
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
This pulls in all Charter Kit packages automatically. You get the `charter` command globally.
|
|
14
|
+
|
|
15
|
+
For CI pipelines, install as a dev dependency instead:
|
|
14
16
|
|
|
15
17
|
```bash
|
|
16
18
|
npm install --save-dev @stackbilt/cli
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/bin.d.ts
CHANGED
|
File without changes
|
package/dist/bin.d.ts.map
CHANGED
|
File without changes
|
package/dist/bin.js
CHANGED
|
File without changes
|
package/dist/bin.js.map
CHANGED
|
File without changes
|
package/dist/commands/audit.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/commands/audit.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/commands/doctor.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/commands/drift.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/commands/drift.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/commands/init.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/commands/init.js
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/commands/setup.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/commands/setup.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/config.d.ts
CHANGED
|
File without changes
|
package/dist/config.d.ts.map
CHANGED
|
File without changes
|
package/dist/config.js
CHANGED
|
File without changes
|
package/dist/config.js.map
CHANGED
|
File without changes
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.d.ts.map
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/index.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackbilt/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Charter CLI — repo-level governance checks",
|
|
5
5
|
"bin": {
|
|
6
6
|
"charter": "./dist/bin.js"
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"build": "pnpm exec tsc -p tsconfig.json"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@stackbilt/types": "
|
|
41
|
-
"@stackbilt/core": "
|
|
42
|
-
"@stackbilt/git": "
|
|
43
|
-
"@stackbilt/classify": "
|
|
44
|
-
"@stackbilt/validate": "
|
|
45
|
-
"@stackbilt/drift": "
|
|
40
|
+
"@stackbilt/types": "^0.1.3",
|
|
41
|
+
"@stackbilt/core": "^0.1.3",
|
|
42
|
+
"@stackbilt/git": "^0.1.4",
|
|
43
|
+
"@stackbilt/classify": "^0.1.4",
|
|
44
|
+
"@stackbilt/validate": "^0.1.4",
|
|
45
|
+
"@stackbilt/drift": "^0.1.4"
|
|
46
46
|
},
|
|
47
47
|
"license": "Apache-2.0"
|
|
48
48
|
}
|