packages/omo-senpi/plugin/README.md
@code-yeongyu/omo-senpi is the Senpi edition of OMO packaged as one Pi package. It loads one generated extension entry from extensions/omo.js and generated skills from skills/.
Build the plugin artifacts before installing:
bun run --cwd packages/omo-senpi build
Then install the built local path:
senpi install /absolute/path/to/omo/packages/omo-senpi/plugin
The OMO installer will also support the Senpi target:
omo install --platform=senpi
Only local-path installs are supported in v1. git: and npm: installs are not supported because extensions/ and skills/ are generated build outputs, not checked-in source trees.
Disable individual OMO Senpi components through the adapter's per-component disable flags after installation. Do not edit files under extensions/ or skills/; those directories are regenerated by the build.