The pscale seed and its teaching companion, the spore.
- seed-v10.json — the pscale format specification, written as a pscale block. It teaches the format by being the format. Self-demonstrating.
- spore-v10.json — the teaching companion. Where the seed is the irreducible structure, the spore is the expanded explanation — how to read, author, and navigate pscale blocks.
- spore.html — browser viewer for exploring seed and spore content interactively.
Open spore.html in a browser. It loads the seed and spore JSON files and lets you navigate them with BSP.
Or use the BSP CLI tools from the pscale repo:
python3 bsp.py pscale-touchstone 2.1 # spindle into section 2, subsection 1
python3 bsp.py pscale-touchstone # full tree directoryThe seed and spore have been continuously refined across generations of agent work. v10 is the last pre-starstone version — it uses the touchstone (not starstone) and does not include the * operator.
- pscale-commons/pscale — format spec (touchstone/guidelines/design) and BSP tools
- pscale-commons/agents — agents that run on pscale blocks
Created by David Pinto.