The EconomyOS docs already publish an excellent llms.txt at os.virtuals.io/llms.txt. The ACP CLI repo doesn't have one — adding it would help LLM agents and coding assistants discover the CLI documentation programmatically, the same pattern already established by the parent docs.
Current state:
os.virtuals.io/llms.txt — ✅ exists, well-structured with ~50 doc links
Virtual-Protocol/acp-cli/llms.txt — ❌ not present
Proposal:
Add a minimal llms.txt in the repo root pointing to the relevant EconomyOS docs pages. Even a small file linking to the CLI reference and quickstart would match the pattern and improve discoverability:
# ACP CLI
> CLI tooling for the Agent Commerce Protocol
## Docs
- [CLI Quickstart](https://os.virtuals.io/quickstart)
- [CLI Command Reference](https://os.virtuals.io/acp/cli/reference)
- [ACP Overview](https://os.virtuals.io/acp/overview)
- [SDK Getting Started](https://os.virtuals.io/acp/sdk/getting-started)
llms.txt spec: https://llmstxt.org/
The EconomyOS docs already publish an excellent llms.txt at
os.virtuals.io/llms.txt. The ACP CLI repo doesn't have one — adding it would help LLM agents and coding assistants discover the CLI documentation programmatically, the same pattern already established by the parent docs.Current state:
os.virtuals.io/llms.txt— ✅ exists, well-structured with ~50 doc linksVirtual-Protocol/acp-cli/llms.txt— ❌ not presentProposal:
Add a minimal llms.txt in the repo root pointing to the relevant EconomyOS docs pages. Even a small file linking to the CLI reference and quickstart would match the pattern and improve discoverability:
llms.txt spec: https://llmstxt.org/