lee-spec-kit 0.9.14 → 0.9.15
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/dist/bootstrap-Q77MTW3Q.js +0 -0
- package/dist/chunk-3AFCPGGS.js +0 -0
- package/dist/chunk-7V7RMGEU.js +0 -0
- package/dist/chunk-GR7JQBWF.js +0 -0
- package/dist/hooks-C5UYSNRR.js +0 -0
- package/dist/index.js +885 -806
- package/dist/index.js.map +1 -1
- package/package.json +13 -15
- package/templates/en/common/agents/agents.md +2 -0
- package/templates/ko/common/agents/agents.md +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lee-spec-kit",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.15",
|
|
4
4
|
"description": "Document-centered harness engineering toolkit for AI agent development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -15,18 +15,6 @@
|
|
|
15
15
|
"resources",
|
|
16
16
|
"THIRD_PARTY_NOTICES.md"
|
|
17
17
|
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"build": "tsup",
|
|
20
|
-
"dev": "tsup --watch",
|
|
21
|
-
"lint": "eslint src",
|
|
22
|
-
"lint:test": "eslint tests",
|
|
23
|
-
"typecheck": "tsc --noEmit",
|
|
24
|
-
"typecheck:test": "tsc -p tsconfig.tests.json --noEmit",
|
|
25
|
-
"test": "pnpm build && vitest run",
|
|
26
|
-
"test:race": "pnpm build && vitest run tests/race.test.mjs",
|
|
27
|
-
"format": "prettier --write .",
|
|
28
|
-
"prepublishOnly": "pnpm build"
|
|
29
|
-
},
|
|
30
18
|
"keywords": [
|
|
31
19
|
"docs",
|
|
32
20
|
"template",
|
|
@@ -68,5 +56,15 @@
|
|
|
68
56
|
"typescript": "^5.9.3",
|
|
69
57
|
"vitest": "^4.0.18"
|
|
70
58
|
},
|
|
71
|
-
"
|
|
72
|
-
|
|
59
|
+
"scripts": {
|
|
60
|
+
"build": "tsup",
|
|
61
|
+
"dev": "tsup --watch",
|
|
62
|
+
"lint": "eslint src",
|
|
63
|
+
"lint:test": "eslint tests",
|
|
64
|
+
"typecheck": "tsc --noEmit",
|
|
65
|
+
"typecheck:test": "tsc -p tsconfig.tests.json --noEmit",
|
|
66
|
+
"test": "pnpm build && vitest run",
|
|
67
|
+
"test:race": "pnpm build && vitest run tests/race.test.mjs",
|
|
68
|
+
"format": "prettier --write ."
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -106,3 +106,5 @@ This document defines workflow policy, not a custom runtime loop.
|
|
|
106
106
|
- Replies: English unless project policy overrides it
|
|
107
107
|
- Code and filenames: English
|
|
108
108
|
- Dates and times: use the user's local system time
|
|
109
|
+
|
|
110
|
+
When chaining audit and commit in a shell, use `commit-audit --json --enforce`. With `--json` alone, inspect the JSON status: a blocked audit can exit zero. Changes limited to lee-spec-kit managed rules and tooling configuration are not Knowledge output changes.
|