@oas-framework/pi
v0.12.0
Published
OAS pi runtime bridge — memory session events and pre-workspace bootstrap over the runtime-neutral @oas-framework/oas kernel
Readme
@oas-framework/pi
Pi runtime bridge for OAS.
The runtime-neutral kernel and universal oas CLI live in
@oas-framework/oas. This bridge registers no operational tools. It only:
- exposes
oas-getting-startedbefore an OAS workspace exists (the acquisition funnel); - contributes the instance-local
.agents/skillsset inside a spawned instance; - journals compaction summaries and sends resume nudges when the active
knowledge capability created
STATE.md/log.md— the OKF session protocol enforced at runtime.
Skill resolution itself is owned by the kernel: spawn materializes the exact
kernel + soul + active-capability set into each instance's .agents/skills
and launches pi with that directory as an explicit skill path. Ambient
skills (user-level, packages, work tree) coexist with the OAS-composed set.
npm install -g @oas-framework/oas
pi install npm:@oas-framework/piOAS publishes both packages from the same version tag. Reload pi after an adapter install or upgrade.
All lifecycle/config/package operations use the shell-visible CLI: oas
status, oas spawn, oas doctor, oas install, oas trust, oas use, and
oas retire.
