@gobing-ai/spur 0.3.3 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobing-ai/spur",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Spur CLI — local-first harness for mainstream coding agents: constraint checking, workflow orchestration, agent health, and history analytics. Bun-native; exposes the `spur` command.",
5
5
  "keywords": [
6
6
  "spur",
@@ -49,13 +49,13 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@commander-js/extra-typings": "^14.0.0",
52
- "@gobing-ai/ts-ai-runner": "^0.4.3",
53
- "@gobing-ai/ts-dual-workflow-engine": "^0.4.3",
54
- "@gobing-ai/ts-infra": "^0.4.3",
55
- "@gobing-ai/ts-llm-jsonl-importer": "^0.4.3",
56
- "@gobing-ai/ts-rule-engine": "^0.4.3",
57
- "@gobing-ai/ts-runtime": "^0.4.3",
58
- "@gobing-ai/ts-utils": "^0.4.3",
52
+ "@gobing-ai/ts-ai-runner": "^0.4.4",
53
+ "@gobing-ai/ts-dual-workflow-engine": "^0.4.4",
54
+ "@gobing-ai/ts-infra": "^0.4.4",
55
+ "@gobing-ai/ts-llm-jsonl-importer": "^0.4.4",
56
+ "@gobing-ai/ts-rule-engine": "^0.4.4",
57
+ "@gobing-ai/ts-runtime": "^0.4.4",
58
+ "@gobing-ai/ts-utils": "^0.4.4",
59
59
  "@types/bun": "1.3.14",
60
60
  "@types/figlet": "^1.7.0",
61
61
  "@types/node-notifier": "8.0.5",
@@ -23,7 +23,7 @@ exclude:
23
23
  rules:
24
24
  - id: every-export-has-tsdoc
25
25
  description: >
26
- Exported declarations must have a preceding TSDoc comment.
26
+ Exported declarations must have a preceding doc comment (JSDoc `/** */` or line `//`).
27
27
  severity: error
28
28
  enabled: true
29
29
  evaluator:
@@ -120,7 +120,7 @@ states:
120
120
  command: "bun run lint"
121
121
 
122
122
  - id: review
123
- description: SECUA-framework code review via /sp:dev-review (Security, Efficiency, Correctness, Usability, Architecture).
123
+ description: Three-dimensional code review via /sp:dev-review (functional requirements traceability + SECUA framework (Security, Efficiency, Correctness, Usability, Architecture) + architecture depth), findings written to `## Review`.
124
124
  onEnter:
125
125
  - kind: agent.run
126
126
  options: