Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Tasker Contrib Documentation

DocumentDescription
README.mdRepository overview, vision, and structure
DEVELOPMENT.mdLocal development and cross-repo setup

Implementation Specifications

TicketStatusDescription
TAS-126🚧 In ProgressFoundations: repo structure, vision, CLI plugin design

TAS-126 Documents

DocumentDescription
README.mdTicket summary and deliverables
foundations.mdArchitectural deep-dive and design rationale
rails.mdRails-specific implementation plan
cli-plugin-architecture.mdCLI plugin system design

Architecture

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

Milestones

MilestoneStatusDescription
Foundations and CLI🚧 In ProgressTAS-126: Repo structure, vision, CLI plugin design
Rails📋 Plannedtasker-contrib-rails gem, generators, event bridge
Python📋 Plannedtasker-contrib-fastapi, pytest integration
TypeScript📋 Plannedtasker-contrib-bun, Bun.serve patterns

Framework Guides

Coming soon as packages are implemented

  • Rails Integration Guide
  • FastAPI Integration Guide
  • Bun Integration Guide
  • Axum Integration Guide

Operational Guides

Coming soon

  • Helm Chart Deployment
  • Terraform Infrastructure
  • Monitoring Setup
  • Production Checklist