Inherits all behavior from /AGENTS.md at the monorepo root. Local rules extend or override the root file for this repository.
@hagicode/cli provides the published hagi command for project, proposal, vault, chat, and AutoTask management against a HagiCode backend API. Also carries the canonical embedded Hagi skill under skills/.
Run commands from repos/cli/.
npm install
npm run build
npm testsrc/: CLI source (bin entry:dist/cli.js)skills/: canonical embedded Hagi skill for AI-oriented guidancedist/: published build output
- Treat this as a published npm package; avoid breaking changes to the
hagiCLI contract without version bumps. - For AI-oriented usage guidance, consult
skills/content. - Keep CLI commands aligned with the HagiCode backend API contract.
- If changing command signatures or output formats, update corresponding tests.
README.mdskills/