steward
Local CLI for steward.foo.
Quick Start
npm install -g @contextgraph/agent
steward auth
steward --help
steward backlog --help
steward backlog top
steward auth opens a browser login and stores credentials locally in ~/.steward/credentials.json.
For non-interactive environments, set STEWARD_API_TOKEN instead of using browser auth.
Tell Your Agent
Append this to CLAUDE.md or AGENTS.md in your project:
echo "Use the \`steward\` CLI for steward.foo work. Learn the workflow from \`steward --help\` and \`steward backlog --help\`. If you create reusable integration tooling while working a steward item, keep it under \`.steward/integrations/<integration>/<steward-slug>/\`, not top-level \`scripts/\`, and mark it clearly as steward-generated operational tooling." >> CLAUDE.md