The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Pscale Biome listing page.
Status: Experimental. Not production. Not deployed. Exploring whether the five concerns of a pscale node — storage, BSP function, MCP transport, hermit-crab agent shell, xstream interface — can be unified into one package that unfolds into whatever host receives it.
A working tree assembled from existing production codebases (bsp-mcp-server, pscale-beach, xstream) plus a design shell (src/sentinel/biome.json). The goal is to discover the minimal package — the smallest bundle that, when placed on a host, becomes a functioning biome.
The design overview is in docs/biome-design.md. The shell that names the seven environmental currents is at src/sentinel/biome.json.
bsp-mcp-server. That is the production MCP service running on Railway.pscale-beach. That is the production beach package on Vercel.xstream. That is the production interface at xstream.onen.ai.Every file is either authored here or vendored from a specific source. Track changes from upstream with care.
| Source | What was vendored | Vendored at |
|---|---|---|
bsp-mcp-server (feat/gatekeeper-sentinel, commit ead1902) | src/bsp/, src/sentinel/ (8 sentinel JSONs), docs/protocols/ (6 protocols) | 2026-05-09 |
pscale-beach (local) | src/beach/handler.js, src/seeds/library/, src/seeds/templates/, src/init/seed.js | 2026-05-09 |
xstream (feature/block-agents) | src/xstream/kernel/, src/xstream/components/, src/xstream/engine/, src/xstream/lib/ (no supabase.ts), src/xstream/blocks/, App.block-agents.tsx | 2026-05-09 |
happyseaurchin (local) | docs/systemic-kernel.json | 2026-05-09 |
| User draft | docs/biome-design.md | 2026-05-09 |
| This project | src/sentinel/biome.json, README, CLAUDE.md, docs/minimal-package.md | 2026-05-09 |
Mobius / mobius-2 was deliberately NOT vendored — the user has updates on a separate drive (pct-soliton work) and the canonical version is being tracked down.
| # | Concern | Source code in this tree |
|---|---|---|
| 1 | Storage (beach surface) | src/beach/handler.js |
| 2 | BSP function | src/bsp/ |
| 3 | MCP transport | not yet vendored — to be authored or ported from bsp-mcp |
| 4 | Hermit-crab shell (autonomous LLM mode) | not yet present — mobius pattern, awaiting reference |
| 5 | xstream interface (human surface) | src/xstream/ |
Two of the five concerns are missing from the working tree. That's part of what the experiment is for — figuring out what those become when the biome is the unification rather than the federation.
What's the minimal package? See docs/minimal-package.md.
TBD.