@fiale-plus/repo-arch

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

Packages

Package details

extensionskill

Install @fiale-plus/repo-arch from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@fiale-plus/repo-arch
Package
@fiale-plus/repo-arch
Version
0.3.2
Published
May 15, 2026
Downloads
114/mo · 19/wk
Author
bearmug
License
MIT
Types
extension, skill
Size
303.5 KB
Dependencies
1 dependency · 0 peers
Pi manifest JSON
{
  "extensions": [
    "./pi/extensions"
  ],
  "skills": [
    "./pi/skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

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.