acp-protocol-cli 0.0.1

CLI for the AI Context Protocol - index codebases for AI-assisted development
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 5.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ddunnock

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