agent/pkg/lib/flow/npm.md
Snider e58986a3b4 revert fcb9c189e5
revert fix(agentic): harden TODO workspace write

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-23 12:32:57 +01:00

231 B

npm Package Flow

  1. npm ci — clean install
  2. npm run lint — lint
  3. npm test — tests
  4. npm run build — build
  5. npm pack --dry-run — verify package contents
  6. npm publish — publish (tag releases only)