@gobing-ai/spur 0.3.39 → 0.3.41

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.
@@ -1,20 +1,6 @@
1
1
  {
2
2
  "note": "Accepted `spur task check` / `spur feature check` errors. This is a POLICY file, not a status dump: it is an INPUT to `bun run corpus-check`, so it must be committed — an untracked baseline means the gate behaves differently on every clone and CI, and the first person to meet 8 unexplained failures disables it. Do not move it under `.spur/` (gitignored, ephemeral run artifacts). The gate fails on any error NOT listed here, and ALSO on any entry that no longer reproduces, so this cannot rot into a silent suppression list. Every entry needs a real diagnosis, a reason, and a date — 'pre-existing, not investigated' is not a reason.",
3
3
  "entries": [
4
- {
5
- "kind": "task",
6
- "id": "0368",
7
- "code": "L3.required-section-placeholder",
8
- "reason": "RATCHET DRIFT, not a bypass. Closed 2026-07-28; the rule that flags it landed 2026-08-01 (f373e90b), four days later. It was legally closed under the rules of its day and became non-compliant retroactively. Backfill Testing/Solution or exempt permanently when someone next touches it.",
9
- "since": "2026-08-07"
10
- },
11
- {
12
- "kind": "task",
13
- "id": "0454",
14
- "code": "L3.solution-file-line",
15
- "reason": "GENUINE PRE-FIX BYPASS. Closed 2026-08-06, well after the rule existed (2026-07-24), via the `--no-lifecycle` hole closed on 2026-08-07. Its Solution needs one file:line citation. The only entry here representing real unpaid debt.",
16
- "since": "2026-08-07"
17
- },
18
4
  {
19
5
  "kind": "feature",
20
6
  "id": "F821",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gobing-ai/spur",
3
- "version": "0.3.39",
3
+ "version": "0.3.41",
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",
package/spur.js CHANGED
@@ -81625,7 +81625,7 @@ init_dist6();
81625
81625
  var CLI_CONFIG = {
81626
81626
  binaryName: "spur",
81627
81627
  binaryLabel: "spur",
81628
- binaryVersion: "0.3.39",
81628
+ binaryVersion: "0.3.41",
81629
81629
  configDir: ".spur",
81630
81630
  configFile: ".spur/config.yaml",
81631
81631
  databaseFile: ".spur/spur.db"