Documentation Index
Fetch the complete documentation index at: https://docs.skrmir.com/llms.txt
Use this file to discover all available pages before exploring further.
CLI Direction Guide
The repository does not currently ship the multi-command CLI shown on this page. The executable entrypoint today is still the bootstrap/server binary started with go run ./cmd/aios.
Audience
This page is for maintainers, integrators, and doc authors planning future CLI automation entrypoints.Goal and Scope
This page explains the planned CLI shape and how to avoid presenting roadmap commands as if they were already implemented.Planned Command Pattern
infrafor infrastructure operationsagentfor agent lifecycle and workflowsconfigfor global configuration
Planned Global Flags
Planned Infrastructure Workflow Example (Not Yet Implemented)
Planned Agent Workflow Example (Not Yet Implemented)
How To Execute Today
Automation Recommendations
- until the CLI exists, CI should call implemented HTTP APIs directly instead of relying on the planned commands on this page
- keep secrets in secure environment variables
aios doctorand similar commands remain future CLI direction only