@fiale-plus/repo-arch

extensionmaintained

Project archaeology and repo memory tooling — CLI-first project-memory engine

by · v0.3.2 · published 2mo ago

$ pi install npm:@fiale-plus/repo-arch
downloads/mo
131
stars
2
last push
2mo ago
open issues
1

Signals

license: MITtestspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

No downloads in the last 12 weeks.

README

Repo-Arch

npm version npm downloads CI License: MIT

Local project-memory engine for git history.

npm install -g @fiale-plus/repo-arch

Repo-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 installing

The 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.