| Document | Description |
| README.md | Repository overview, vision, and structure |
| DEVELOPMENT.md | Local development and cross-repo setup |
| Ticket | Status | Description |
| TAS-126 | 🚧 In Progress | Foundations: repo structure, vision, CLI plugin design |
The foundations document covers:
- Design rationale (why separate repos, why Railtie over Engine)
- Framework integration patterns (lifecycle, events, generators)
- Configuration architecture (three-layer model)
- Testing architecture (unit, integration, E2E)
- Versioning strategy
| Milestone | Status | Description |
| Foundations and CLI | 🚧 In Progress | TAS-126: Repo structure, vision, CLI plugin design |
| Rails | 📋 Planned | tasker-contrib-rails gem, generators, event bridge |
| Python | 📋 Planned | tasker-contrib-fastapi, pytest integration |
| TypeScript | 📋 Planned | tasker-contrib-bun, Bun.serve patterns |
Coming soon as packages are implemented
- Rails Integration Guide
- FastAPI Integration Guide
- Bun Integration Guide
- Axum Integration Guide
Coming soon
- Helm Chart Deployment
- Terraform Infrastructure
- Monitoring Setup
- Production Checklist