Expand description
§ACP CLI
Command-line interface for the AI Context Protocol.
⚠️ This is a placeholder release. Full functionality coming soon.
§What is ACP?
The AI Context Protocol (ACP) is an open standard for embedding machine-readable context in codebases for AI-assisted development. It enables:
- Annotations: Document code structure and intent for AI consumption
- Constraints: Protect critical code from unintended AI modifications
- Variables: Token-efficient references to code elements
- Indexing: Generate queryable cache of codebase structure
§Coming Soon
acp-protocol init- Initialize ACP in your projectacp-protocol index- Index your codebaseacp-protocol query- Query the indexacp-protocol constraints- View file constraintsacp-protocol vars- Generate variables
§Links
§License
MIT License - see repository for details.
Functions§
- version
- Placeholder for ACP CLI functionality.