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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lee-spec-kit",
3
- "version": "0.9.14",
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
- "packageManager": "pnpm@10.7.0"
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.
@@ -108,3 +108,5 @@
108
108
  - 답변: 한국어
109
109
  - 코드/파일명: 영어
110
110
  - 날짜/시간: 사용자 로컬 시스템 시간
111
+
112
+ 셸에서 감사와 커밋을 연결할 때는 `commit-audit --json --enforce`를 사용합니다. `--json`만 사용하면 `status: blocked`여도 종료코드는 0일 수 있으므로 JSON 상태를 확인해야 합니다. lee-spec-kit 관리 블록과 도구 설정 변경은 OpenWiki 생성물 변경으로 분류하지 않습니다.