@autonomos/cli
v0.0.3
Published
CLI tool for the Autonomos Agent Protocol
Maintainers
Readme
@autonomos/cli
A command-line interface for managing the Autonomos Agent Protocol.
Installation
# Locally in your project
pnpm add -D @autonomos/cli
# Or globally
pnpm add -g @autonomos/cliCommands
init
Initialize the Agent Protocol in the current directory.
autonomos init
autonomos init --dry-runupdate
Update the project's Protocol to the latest version embedded in the CLI.
autonomos updatestatus
Show project status and a summary of tasks from TASKS.md.
autonomos statusagents
List all AGENT.md files in the project.
autonomos agents # Search from current directory
autonomos agents --all # Search from project rootversion
Show current CLI and Protocol versions.
autonomos --versionHow it works
The CLI manages the .autonomos/ directory in your project, which contains:
manifest.json: Protocol metadata and versioning.PROTOCOL.md: The immutable protocol specification.TASKS.md: Your project's task registry.worklogs/: Directory for session logs.
It also creates a root AGENT.md file if it doesn't exist, which serves as the primary context for AI agents.
License
MIT
