Recommended
.smithers/ with:
| Directory / File | Contents |
|---|---|
.smithers/workflows/ | Pre-built workflows (implement, review, plan, ralph, debug, …) |
.smithers/prompts/ | Shared MDX prompt templates |
.smithers/components/ | Reusable TSX components (Review, ValidationLoop, …) |
.smithers/agents.ts | Auto-detected agent configuration |
.smithers/smithers.config.ts | Repo-level config (lint, test, coverage commands) |
Manual Installation
See JSX Installation for manual package setup and TypeScript configuration.Requirements
- Bun >= 1.3
- TypeScript >= 5
- Model or provider credentials (e.g.
ANTHROPIC_API_KEY)
Next Steps
- JSX Installation — Manual setup with TSX and optional MDX prompts.
- CLI Reference — Run, resume, inspect workflows.
- Tools Integration — Built-in tool sandbox.