The pscale seed and its teaching companion, the spore. The seed is the irreducible structure. The spore is the expanded explanation — how to read, author, and navigate pscale blocks.
At the repo root. v11 is the starstone version: it documents hidden directories (nested underscores) and the * operator for cross-block navigation, and ships with kernel guidance for both Python and browser-JS implementations.
seed-v11.json— the seed. Self-demonstrating: reading it teaches the format.spore-v11.json— the teaching companion. Nine sections — format, kernel loop, vision, concern, purpose, config, conversation, tools, action queue.
Read with a BSP CLI from the pscale repo:
python3 bsp.py seed-v11 # full tree
python3 bsp.py seed-v11 1.4 # spindle into hidden directories and star
python3 bsp.py seed-v11 3.8 # the awareness functionversions/v10/— the last pre-starstone seed. Touchstone-based, no*operator. Includesspore.html, the browser viewer used for the landing page at hermitcrab.me/spore.
- pscale-commons/pscale — format spec (touchstone/guidelines/design) and BSP tools
- pscale-commons/agents — agents that run on pscale blocks (gen-1, gen-2, gen-3 + starstone library)
Created by David Pinto.