port: stub omp README (omp install + source link); source README install via npm
Some checks failed
port-to-omp / port (push) Failing after 4s

This commit is contained in:
2026-08-10 16:07:31 -04:00
parent c8fba70d1e
commit 663b207df1
2 changed files with 18 additions and 16 deletions

View File

@@ -12,17 +12,11 @@ in a single inspectable run-state file.
## Install
Pygienium is a local pi extension under `~/.pi/agent/extensions/pygienium/`.
Pi loads it via `pi.extensions` in `package.json` (entry `./src/index.ts`).
```sh
# from the extension root
bun install # optional: only needed for typecheck/test dev deps
bun run typecheck
bun test
pi install npm:@mikefreno/pygienium
```
Pi auto-discovers the extension from this location via the `pi.extensions` entry in `package.json` — no settings.json config is needed. On load it emits a TUI notification `Pygienium loaded. Run /pygienium-help for available checks and flags.` (only when a dialog-capable UI is available).
On load it emits a TUI notification `Pygienium loaded. Run /pygienium-help for available checks and flags.` (only when a dialog-capable UI is available).
## Configuration