Menu
AkurAI-Build
publicLatest change e11509261b6a2aa4ea9ef67250b0be01bfb4f53b - Restore paths swept in from uncommitted WIP by Ólafur Búi Ólafsson
--- name: omp-extensions description: "Tracked omp extension source repo; symlinked live into ~/.pi/agent/extensions" --- # omp-extensions Tracked source for workstation Oh My Pi extensions. Repository `~/Projects/omp-extensions` (mirror `https://akurai-build.olibuijr.com/git/omp-extensions.git`; Titan CI job `verify` runs strict tsc for `extensions/multica/`, `bun test`, and a per-file parse gate for the legacy service extensions). Install root is `~/.omp/agent/extensions/` — the ONLY directory omp scans for user extensions. `multica` there is a symlink into this repo and provides the bash autonomy guard (see the multica-autonomy-guards skill); the structured `multica` tool itself lives in the omp-structured-ops plugin (`~/Projects/omp-ops-tool`, linked via `omp plugin link`). Notes: - `~/.pi/agent/extensions/` is a dead legacy root — current omp never scans it. Never install there. - `extensions/9router|akurai-notes|akurai-passvault|akurai-services` are retained pi-era source; their functionality is served today by MCP mounts and `~/.omp/agent/extensions/9router-*.ts`. Do not install them without removing the MCP duplication first. - Verify a change with `omp -p --mode json --session <repo>/.tmp/probe.jsonl "Reply OK"` plus a targeted smoke of the changed behavior before relying on it.