{ "name": "linkedin-editions", "version": "0.1.0", "type": "module", "description": "Series-level memory for long-form editions (N11 — serie-nivå-vern). A per-series distillate of the anecdotes, arguments and hooks each locked edition already spent, so the Step 2.5 skeleton gate can surface «the reader has heard this before» BEFORE prose is written. Deterministic store + similarity check; the extraction of narrative units from a locked edition lives in the command/agent layer.", "scripts": { "build": "tsc", "test": "node --import tsx --test tests/*.test.ts", "start": "node --import tsx src/cli.ts" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" } }