@oas-framework/pi 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,19 @@
1
1
  # @oas-framework/pi
2
2
 
3
- The OAS pi adapter. Installs the agent tools (`spawn_agent`, `agents_status`,
4
- `retire_agent`, `create_agent`), the `/agents` command, and OAS skill
5
- discovery into [pi](https://github.com/earendil-works/pi).
3
+ The OAS pi adapter for [pi](https://github.com/earendil-works/pi). It
4
+ handles the pi-specific glue over the globally installed OAS kernel:
6
5
 
7
- It is a thin adapter: the kernel, CLI, skills, injects, and bundled
8
- integrations all live in the globally installed
6
+ - **Skill discovery** the global `oas-getting-started` skill, the OAS
7
+ skill bundle inside OAS workspaces, and workspace skills above the git
8
+ repo boundary.
9
+ - **Instance memory automation** — compaction journaling and STATE.md
10
+ resume nudges for spawned agent instances.
11
+
12
+ It registers **no tools**: all agent operations (status, create, spawn,
13
+ retire) and configuration run through the universal `oas` CLI, which agents
14
+ invoke with the bash tool — identically in pi, Claude Code, or a plain
15
+ shell. The kernel, CLI, skills, injects, and bundled integrations all live
16
+ in the globally installed
9
17
  [`@oas-framework/oas`](https://www.npmjs.com/package/@oas-framework/oas)
10
18
  package — the single source of truth shared by every runtime adapter.
11
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oas-framework/pi",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "OAS pi adapter — agent tools (spawn_agent, agents_status, retire_agent) and skill discovery for pi, over the globally installed @oas-framework/oas kernel",
5
5
  "keywords": [
6
6
  "pi-package",