Skip to content

growmos 0.1.3

Choose a tag to compare

@codician-dev codician-dev released this 17 Aug 17:21
· 9 commits to main since this release

First public release of growmos — a living knowledge graph that grows with your repo. Agent-native, zero dependencies, MIT, by Codician.

pip install growmos && cd your-repo && growmos init

Highlights

  • Task-packet loop for any agent CLI (Claude Code, Codex, Grok, Cursor, Gemini): extraction → resolution → hub profiles → gold set → review → "up to date". No API key needed.
  • Fully automatic in Claude Code: SessionStart injects the graph brief and pending work; Stop keeps the agent going until the graph is up to date. Git hooks queue changed docs after every commit.
  • growmos view — self-contained interactive explorer (force layout, search, filters, node cards with profile, edges, provenance).
  • Zero-dependency MCP stdio server (growmos mcp) with 12 tools; growmos integrate mcp writes the client config.
  • Grounded querying with edge citations, deterministic fact-checking (growmos check), evaluation harness (P/R/F1 vs gold, auto-extended alias map), the playbook's 10-item growmos doctor.
  • Headless mode (growmos ingest) for cron/CI via Anthropic / OpenAI-compatible / xAI APIs.
  • Exports: html, json, dot, mermaid, cypher, sql.

Methodology: METHODOLOGY.md · Docs: docs/ · PyPI: https://pypi.org/project/growmos/