codeflash-internal/js/CLAUDE.md
Kevin Turcios c13835963c docs: restructure CLAUDE.md files into modular rules
Slim down CLAUDE.md files and move content into path-scoped
.claude/rules/ files to reduce context bloat.
2026-02-14 19:36:21 -05:00

648 B

JS Packages

Four TypeScript packages: cf-api, cf-webapp, common, VSC-Extension. See .claude/rules/js-packages.md for patterns and gotchas.

Commands (run from each package directory)

Package Dev Build Test Lint Format
cf-api npm run dev npm run build npm test npm run lint npm run format
cf-webapp npm run dev npm run build npm test npm run lint npm run format
common npm run build npm run format
VSC-Extension npm run dev npm run build npm test npm run lint npm run format