acp-protocol-cli

Crates.ioacp-protocol-cli
lib.rsacp-protocol-cli
version0.0.1
created_at2025-12-17 19:06:16.293533+00
updated_at2025-12-17 19:06:16.293533+00
descriptionCLI for the AI Context Protocol - index codebases for AI-assisted development
homepagehttps://github.com/acp-protocol/acp-spec
repositoryhttps://github.com/acp-protocol/acp-spec
max_upload_size
id1990980
size6,057
DavidAD (ddunnock)

documentation

https://github.com/acp-protocol/acp-spec

README

ACP CLI

⚠️ Placeholder Release - Full functionality coming soon.

Command-line interface for the AI Context Protocol.

What is ACP?

The AI Context Protocol (ACP) is an open standard for embedding machine-readable context in codebases for AI-assisted development.

/**
 * @acp-protocol:lock restricted
 * @acp-protocol:domain authentication
 * @acp-protocol:summary "Validates JWT tokens - security critical"
 */
function validateToken(token) {
  // AI tools will respect the constraints above
}

Features (Coming Soon)

  • acp init - Initialize ACP in your project
  • acp index - Index your codebase to .acp.cache.json
  • acp query - Query symbols, files, and domains
  • acp constraints - View file constraints
  • acp vars - Generate token-efficient variables

Installation

cargo install acp-protocol-cli

Links

License

MIT License - Copyright (c) 2024 ACP Protocol Contributors

Commit count: 0

cargo fmt