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

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-18 11:22:27 +00:00

7 lines
194 B
Markdown

# TypeScript Build Flow
1. `npm ci` — install deps (clean)
2. `npx tsc --noEmit` — type check
3. `npx eslint .` — lint
4. `npm test` — run tests
5. `npm run build` — production build