Actio is an AI-sidecar framework that provides structured context to AI coding agents to reduce hallucinations and enforce architecture rules.
go install github.com/PRAX200OK/actio@latestDownload the latest binary from the releases page.
- Initialize Actio in your project:
actio init- Create a new project with Actio:
actio create my-project
cd my-project- Validate your Actio setup:
actio validateactio init- Initialize Actio sidecar in an existing repositoryactio create <name>- Create a new project with Actio sidecaractio validate- Validate Actio sidecar structure and configurationactio doctor- Check project health and print issuesactio mcp- Start an MCP-compatible server exposing Actio contextactio version- Print version information
Actio provides a structured approach to AI context management:
- actio/router.yaml - Project index and metadata
- actio/architecture/ - System architecture documentation
- actio/interfaces/ - Contract definitions
- actio/patterns/ - Reusable patterns
- actio/rules/ - Coding rules and constraints
- actio/tasks/ - Task-specific guides
Contributions are welcome! Please see CONTRIBUTING.md for details.
This project is licensed under the MIT License - see the LICENSE file for details.