This is the HEPI-maintained Pi-only fork of Magic Context.
packages/pi-plugin/is the published Pi extension.packages/plugin/src/is the shared context and memory core consumed by the Pi plugin. It is source-only and bundled into the Pi release.
Install dependencies, then run only the tests affected by the change:
bun install
bun test <affected-test-paths...>Repeat those checks before committing. Run the full suite only when explicitly requested or in CI.
Build the HEPI aggregate from the parent repository with:
bun run build:aggregatesThe fork targets Pi only. Keep Pi-specific integration in packages/pi-plugin;
keep shared context, memory, compaction, and historian logic under
packages/plugin/src.