diff --git a/.project/concepts/tech-stack/_debt.md b/.project/concepts/tech-stack/_debt.md new file mode 100644 index 0000000..52af2ed --- /dev/null +++ b/.project/concepts/tech-stack/_debt.md @@ -0,0 +1,7 @@ +# Doc-debt — tech-stack + +> Presence of a block = doc to update. Processed → delete the block; no blocks left → delete this file. +> One block = one "big change": `why` + `files` + `verify` (leaves to review). + +## Raw markers (consolidate into blocks, then delete) +- TOUCHED package.json @2026-07-20 (session 0b064e8b-1717-421f-a20e-a4318ad217b1) diff --git a/package.json b/package.json index f49e973..754fbfa 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "start": "NODE_ENV=production bun src/index.ts", "build": "bun run build.ts", "test:cucumber": "bun run cucumber:run && bun run cucumber:report && bun run features:parse && bun run steps:extract", - "cucumber:run": "node --import tsx/esm node_modules/.bin/cucumber-js --config cucumber.json", - "test:data": "node --import tsx/esm node_modules/.bin/cucumber-js --config cucumber.json --tags @data", + "cucumber:run": "node --import tsx/esm node_modules/@cucumber/cucumber/bin/cucumber.js --config cucumber.json", + "test:data": "node --import tsx/esm node_modules/@cucumber/cucumber/bin/cucumber.js --config cucumber.json --tags @data", "test:auth-setup": "bun scripts/setup-test-auth.ts", "cucumber:report": "bun scripts/parse-test-results.ts", "features:parse": "bun scripts/parse-features.ts",