Roadmap QL12: AGENTS.md — agent-facing usage documentation #8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add AGENTS.md at the repo root written for LLM agents that will use taibai. Covers: non-interactive auth (QL11), --profile/TAIBAI_PROFILE multi-account use, --json output contract, credential storage model, and a summary of every command with its key flags.
Findings: No
AGENTS.mdexists at repo root. Thedocs/directory has 21 command pages;--jsonis supported on all data-returning commands; credentials use keyring primary with plaintext fallback.Plan: Write
AGENTS.mdcovering: headless auth via--token(QL11),--profile/TAIBAI_PROFILEmulti-account use,--jsonoutput contract (model_dump payload), credential storage model, command reference table, exit codes. Targeted at LLM agents consuming the CLI, not maintainers.