Agent Info
Agent Info
The agent-info command outputs comprehensive CLI documentation formatted for AI agent consumption. This is an AGENTS.md-style guide with all commands, options, and usage examples.
Arguments:
# No arguments - just outputs the guide
@pass_context
def agent_info(ctx):
Full Example
# Output full agent documentation
trilogy agent-info
# Pipe to a file
trilogy agent-info > TRILOGY_AGENTS.md
What It Outputs
- Overview of Trilogy CLI
- Quick start guide
- Complete command reference with all options
- Configuration file format
- Supported dialects
- Common workflows
- Trilogy language syntax reference
Notes
- Useful for providing context to AI coding assistants
- Contains everything an AI agent needs to understand and use the Trilogy CLI
- Includes the Trilogy language syntax in addition to CLI documentation
