@dzhechkov/skills-feature-adr 1.5.6 → 1.5.7

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/.dz-manifest.json CHANGED
@@ -13,7 +13,7 @@
13
13
  },
14
14
  {
15
15
  "path": "README.md",
16
- "sha256": "2dbd3c18b3b927adb1b3b220ccc1df298db8bf0b7f8de67c6796b91fc4290d8b"
16
+ "sha256": "4ab808507be5c64cfa7b74ef3c186145d0654cd9c2fad86229685edaac6edb10"
17
17
  },
18
18
  {
19
19
  "path": "bin/cli.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  {
27
27
  "path": "package.json",
28
- "sha256": "38c97a3eea3e5007d479ce50207068f65baee4be049797ae8d72f2b8c9deeca0"
28
+ "sha256": "1efad8edf817286284ef35578e3b5046205350603b7e9cb9b979993a69f85c8a"
29
29
  },
30
30
  {
31
31
  "path": "src/cli.js",
@@ -313,7 +313,7 @@
313
313
  },
314
314
  {
315
315
  "path": "templates/.claude/workflows/feature-adr.js",
316
- "sha256": "587b36287ce9e9b85b1dfc41fc50d95297f5ac6be32e1e702e0b89b5df0a7892"
316
+ "sha256": "f5454faf9cca12a3cbef5444a3fe586823bfe2a164ab391c9589ed206a0b9b9f"
317
317
  },
318
318
  {
319
319
  "path": "templates/lib/memory-protocol.md",
@@ -325,5 +325,5 @@
325
325
  }
326
326
  ]
327
327
  },
328
- "signature": "m7+klENS8u5kS4x5SFp5QmxI/t+ymAD1rm1aVKRTtdH1Ti44wrNA+dE8FS1BTmiIzJ4KFEZKWsHOb68cq3IaAg=="
328
+ "signature": "iuNdrUAvCEsJrxokWl6qDVTsiQJb9/v+oSUREgL2dkMEEzslnKnzYH144Cxg/qxpNZqocyHqvsH2A8I1Eu2wCQ=="
329
329
  }
package/README.md CHANGED
@@ -169,7 +169,7 @@ refused BY NAME: `path traversal ('..' segment)`, `degenerate path segment`, `em
169
169
  `illegal character '<c>'`, `empty stem after the leading dot`. The old substring traversal test also
170
170
  rejected the ordinary filename `foo..bar.ts`; it is a segment test now.
171
171
 
172
- ### The Step-8 amendment gate runs a command instead of judging (v1.5.6)
172
+ ### The Step-8 amendment gate runs a command instead of judging (v1.5.7)
173
173
 
174
174
  Every `AM-N` row must resolve to a test found INSIDE the file the row names, and the check is
175
175
  `dz amendment-check --slug <slug> --json` rather than a paragraph asking the reviewer to confirm it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/skills-feature-adr",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Adaptive Feature Development skill pack for Claude Code — 11-step pipeline with Complexity Router (S/M/L/XL), ADR-driven architecture, 15 agentic-qe skills, multi-agent fleet QE. Supports --full-qe, --full-qe-extended, --with-learning, and --knowledge-extractor modes.",
5
5
  "bin": {
6
6
  "skills-feature-adr": "./bin/cli.js"
package/sbom.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "hashes": [
36
36
  {
37
37
  "alg": "SHA-256",
38
- "content": "2dbd3c18b3b927adb1b3b220ccc1df298db8bf0b7f8de67c6796b91fc4290d8b"
38
+ "content": "4ab808507be5c64cfa7b74ef3c186145d0654cd9c2fad86229685edaac6edb10"
39
39
  }
40
40
  ]
41
41
  },
@@ -69,7 +69,7 @@
69
69
  },
70
70
  {
71
71
  "name": "dz:canonical-json-sha256-v2",
72
- "value": "38c97a3eea3e5007d479ce50207068f65baee4be049797ae8d72f2b8c9deeca0"
72
+ "value": "1efad8edf817286284ef35578e3b5046205350603b7e9cb9b979993a69f85c8a"
73
73
  }
74
74
  ]
75
75
  },
@@ -789,7 +789,7 @@
789
789
  "hashes": [
790
790
  {
791
791
  "alg": "SHA-256",
792
- "content": "587b36287ce9e9b85b1dfc41fc50d95297f5ac6be32e1e702e0b89b5df0a7892"
792
+ "content": "f5454faf9cca12a3cbef5444a3fe586823bfe2a164ab391c9589ed206a0b9b9f"
793
793
  }
794
794
  ]
795
795
  },
@@ -1397,8 +1397,12 @@ async function codexExecAgent(stage, prompt, phaseName, scoped, files) {
1397
1397
  return await runCodexQeCommand(stage, inner, phaseName, stage + ':codex-exec', probed, 'B', 'declared-targets(' + (files || []).length + ' declared, <=' + SCOPED_QE_MAX_FILES + ' reviewed)', files || [], true)
1398
1398
  }
1399
1399
 
1400
- const DEFAULT_CODE_LANDING_MAX_WAIT_MS = 120000
1401
- const DEFAULT_CODE_LANDING_BACKOFF_MS = [1000, 2000, 2000, 5000, 5000, 10000, 10000, 15000, 20000, 25000, 25000]
1400
+ // Widened 2026-08-28 (MEASURED — see feature-adr-routing.ts for the reproducer): slop-lint's coder
1401
+ // job was confirmed STILL RUNNING at 16m38s while the old 120s window had already declared
1402
+ // "genuinely not landed" to Step-8 QE, producing a grade-D report about an absence that was never
1403
+ // real.
1404
+ const DEFAULT_CODE_LANDING_MAX_WAIT_MS = 1020000
1405
+ const DEFAULT_CODE_LANDING_BACKOFF_MS = [1000, 2000, 2000, 5000, 5000, 10000, 10000, 15000, 20000, 25000, 25000, 30000, 30000, 60000, 60000, 60000, 90000, 90000, 120000, 120000, 120000, 120000]
1402
1406
  const CODE_LANDED_BARRIER_SLEEPS_SECONDS = DEFAULT_CODE_LANDING_BACKOFF_MS.map((ms) => ms / 1000)
1403
1407
  const CODE_LANDING_PIPELINE_PREFIXES = ['features/', '.dz/', '.agentic-qe/', 'roam/']
1404
1408