Node.js CLI framework constraints and rules for REPL Works spec-kit projects.
specify extension add replworks-node-cliRequires the core preset:
specify preset add replworks-coreAfter installation, generate FRAMEWORK.md from commands/framework.md.
Reference FRAMEWORK.md in all architecture and implementation decisions.
- Stack: Node.js 22+ + TypeScript + Commander.js + pnpm + tsup + Vitest
- Structure rules:
src/commands/,src/lib/,src/config/ - DO_NOT_INTRODUCE constraints for architecture discipline
- ESM-first build output patterns
MIT © 2026 Samgu Lee