Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stack-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
stack-agent
AI-powered CLI that helps developers choose and scaffold full-stack applications through a fullscreen terminal UI.
A senior software architect in your terminal — it recommends your entire stack, lets you review and refine each decision, then scaffolds the project with integration code.
Usage
export ANTHROPIC_API_KEY=your-key-here
npx stack-agent # Start or resume a session
npx stack-agent --fresh # Clear saved progress and start overRequirements
- Node.js 20+
- An Anthropic API key
Development
npm install
npm run dev # Run with tsx
npm run mockup # Run interactive TUI mockup (no LLM calls)
npm test # Run tests (176 tests)
npm run build # Build with tsupLicense
MIT