@chamba/core
v0.6.2
Published
Core logic for chamba: workspace scanner, plan + heuristic reviewer, git worktrees, Obsidian, memory — no Node APIs, no LLM
Downloads
2,587
Maintainers
Readme
@chamba/core
Pure core logic for chamba: workspace scanner, plan generator + heuristic reviewer, git worktree manager, Obsidian context/vault writer, and a filesystem memory store.
- No Node APIs directly — all OS access goes through ports (
FilesystemPort,ProcessPort,ClockPort), so it's testable and runtime-agnostic. - No LLM — chamba never calls a model.
- Node implementations of the ports live in
@chamba/adapters.
Most users want the @chamba/mcp server,
not this library directly.
License
MIT
