Tk 10965 Zero Price Analysis
Search the build
-
25256212026-09-22 Fix: prevention test imports canonical master, not stale local copy (TK-11786) -
c57e84a2026-09-08 Reload fixture truth and serialize competing Vienna CLI writers -
76455832026-09-08 Freeze Vienna executor scope and journal offline mutations safely -
7fb358c2026-09-08 Reject unsafe inventory CLI arguments before initialization -
55f88042026-08-31 chore: lint, refactor, v1.1.1 (session close) -
7709f2c2026-08-30 isolate fixture runs from canary heartbeat -
ee159c02026-08-30 fix(A): execute on_hand=0 remediation on 1743 live variants — verify CLEAN, reversible via restore-maps -
bb56e7c2026-08-30 TK-10965 Fix A executed: 1,743 zero-price sellable variants set on_hand=0 (non-orderable); env-override for sanctioned inventory token; verify CLEAN -
0bf52962026-08-30 feat: Fix B prevention guard (inventory-stamp invariant) + test + apply guide, v1.1.0 -
f46558f2026-08-30 paginate zero-price canary variants -
66960932026-08-30 snapshot concurrent zero-price remediation evidence -
ae6d8842026-08-30 auto-data-snapshot: 2026-08-30T15:20:13 (1 data files) — tk10964-canary-guard/data/latest.json -
7f8dbb22026-08-30 chore: syntax-validate + VERSION 1.0.0 (session close) -
7e1dd312026-08-30 auto-data-snapshot: 2026-08-30T14:42:48 (4 data files) — tk10964-canary-guard/README.md tk10964-canary-guard/com.steve.zero-price-orderable-canary.plist tk10964-canary-guard/rollback/TK-10974-preinstall/com.steve.zero-price-orderable-canary.plist tk10964-canary-guard/rollback/TK-10974-preinstall/failed-bootstrap-library-copy.plist -
2a6ecb42026-08-30 make zero-price canary scheduler-visible -
db7f9932026-08-30 snapshot live zero-price evidence before canary install -
3b4e9b82026-08-30 add hardened zero-price orderable canary guard -
7eb582b2026-08-30 Add apply-fix.mjs (restore-map-first, canary-batched, rollback) — needs write_inventory scope -
31761c32026-08-30 Add multi-location caveat (Kimi second-model confirm) to remediation -
8b81bcc2026-08-30 TK-10965: zero-price-orderable root-cause analysis + verify harness
Authors
- Steve15
- codex-109652
- auto-commit-fleet2
- vp-dw-commerce1
Agents used
Skills used
- /com2
- /rollback2
- /dw-guards1
- /claude1
- /code1
- /data1
- /latest1
- /failed-bootstrap-library-copy1
Creative ideas + design notes
2525621 · 2026-09-22 · Fix: prevention test imports canonical master, not stale local copy (TK-11786)
Replace the 75-line vendored inventory-stamp-guard.mjs with a portable shim that re-exports from the canonical master at ~/Projects/_shared/dw-guards/. The prevention test now validates against the current guard implementation, not a diverged local snapshot. The portable shim resolves via DW_SHARED_GUARDS env or home-dir fallback, enabling the guard to work on Kamatera (/root), Mac1, and any other machine. ESM consumers (import) work correctly. CJS consumers (require) fail safely with ERR_REQUIRE_ASYNC_MODULE, preventing silent bad defaults. All 8 test cases pass: guard correctly stamps 0 on the $0-orderable class, 2026 otherwise. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WoD95uATtwJXUZvQ7PNPsB
bb56e7c · 2026-08-30 · TK-10965 Fix A executed: 1,743 zero-price sellable variants set on_hand=0 (non-orderable); env-override for sanctioned inventory token; verify CLEAN
- apply-fix.mjs: prefer SHOPIFY_ADMIN_ACCESS_TOKEN (write_inventory) via env override - run-with-inventory-token.sh: loads sanctioned importer token, injects into child env - runs/: restore-maps for canary(50) + all(1693) — full reversibility - verify.mjs RESULT: CLEAN (exit 0), all 4 vendors 0 zero-price-orderable Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8b81bcc · 2026-08-30 · TK-10965: zero-price-orderable root-cause analysis + verify harness
Root cause: all 1281 flagged PR variants are DENY + qty=2026 + tracked (year-literal stamped by setInventory2026), NOT inventory_policy=CONTINUE as previously diagnosed. True blast radius = 1743 (PR 1281 + Fentucci 462); canary undercounts by 462 (Fentucci not tagged quote-only). READ-ONLY. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
File tree
- .gitignore
- FINDINGS.md
- README.md
- REMEDIATION.md
- VERSION
- VIENNA-EXECUTOR.md
- apply-fix.mjs
- cli-args.mjs
- evidence/credential-scope-2026-08-30.json
- evidence/tk10965_probe.mjs
- evidence/tk10965_quant.mjs
- evidence/tk10965_vendors.mjs
- evidence/verify-latest.json
- prevention/APPLY.md
- prevention/inventory-stamp-guard.mjs
- prevention/inventory-stamp-guard.test.mjs
- run-with-inventory-token.sh
- runs/restore-map-2026-08-31T04-04-05-077Z.json
- runs/restore-map-2026-08-31T04-05-23-670Z.json
- runs/restore-map-2026-08-31T04-07-37-801Z.json
- test/cli-preflight.test.mjs
- test/deny-side-effects.cjs
- test/fixtures/vienna-manifest.json
- test/fixtures/vienna-manifest.sha256
- test/vienna-boundaries.cjs
- test/vienna-executor.test.mjs
- tk10964-canary-guard/README.md
- tk10964-canary-guard/check.mjs
- tk10964-canary-guard/com.steve.zero-price-orderable-canary.plist
- tk10964-canary-guard/data/latest.json
- tk10964-canary-guard/fixtures/mixed.json
- tk10964-canary-guard/rollback/TK-10974-preinstall/check.mjs
- tk10964-canary-guard/rollback/TK-10974-preinstall/com.steve.zero-price-orderable-canary.plist
- tk10964-canary-guard/rollback/TK-10974-preinstall/failed-bootstrap-library-copy.plist
- tk10964-canary-guard/test.mjs
- tk10964-canary-guard/verification/e2e-proof.json
- verification/cli-preflight-e2e-proof-7fb358c.json
- verification/cli-preflight-test-output.txt
- verification/e2e-proof.json
- verification/vienna-e2e-proof.json
- verify.mjs
- vienna-executor.mjs
- vienna-offline-adapter.mjs