Skip to content

PRAX200OK/Actio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actio

Go Report Card GoDoc

Actio is an AI-sidecar framework that provides structured context to AI coding agents to reduce hallucinations and enforce architecture rules.

Installation

From Source

go install github.com/PRAX200OK/actio@latest

From Releases

Download the latest binary from the releases page.

Quick Start

  1. Initialize Actio in your project:
actio init
  1. Create a new project with Actio:
actio create my-project
cd my-project
  1. Validate your Actio setup:
actio validate

Commands

  • actio init - Initialize Actio sidecar in an existing repository
  • actio create <name> - Create a new project with Actio sidecar
  • actio validate - Validate Actio sidecar structure and configuration
  • actio doctor - Check project health and print issues
  • actio mcp - Start an MCP-compatible server exposing Actio context
  • actio version - Print version information

Architecture

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

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Actio — AI Context Toolkit for Intelligent Orchestration.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors