@fiale-plus/repo-arch
v0.3.2
Published
Project archaeology and repo memory tooling — CLI-first project-memory engine
Downloads
508
Maintainers
Readme
Repo-Arch
Local project-memory engine for git history.
npm install -g @fiale-plus/repo-archRepo-Arch mines repository history, classifies commit signals, builds cards, explains files, warns on diffs, checks staleness, runs similarity search, prepares evals, and generates training data.
Pi install
pi install npm:@fiale-plus/repo-arch
pi install git:github.com/fiale-plus/repo-arch
pi -e git:github.com/fiale-plus/repo-arch # try without installingThe package exposes a thin pi skill + extension bridge, but repo-arch CLI remains the source of truth.
CLI-first
repo-arch init
repo-arch flow run --repo .
repo-arch flow run full --repo .
repo-arch flow inspect --repo .
repo-arch review list
repo-arch eval
repo-arch dataset
repo-arch train cycle --repo .
repo-arch train resume --repo .
repo-arch train run --repo .Docs
CLI is the primary interface. The pi skill and extension are thin guides over the same contract.
