Terminal Ingestion Workflow
Installation
Install the MITHUNAI CLI globally using npm, pnpm, or Homebrew:Core Command Reference
mithunai login
Configures authentication for the current developer environment.
~/.config/mithunai/config.json with restricted file permissions (chmod 600).
mithunai knowledge
Manages corporate collections and data connectors.
mithunai ask
Interactively queries an assistant from the terminal with rendered citation footnotes.
--format pretty (default ANSI colored Markdown), --format json (complete citations and confidence scores), and --format raw (prose only for shell piping).
CI/CD Pipeline Integration
Integrate MITHUNAI into GitHub Actions or GitLab CI to keep knowledge continuously updated whenever documentation or code changes:GitHub Actions Workflow (.github/workflows/mithunai-sync.yml)