Active project
TS-Core
Minimal graph/tension runtime for nodes, edges, activation, propagation, relaxation, and Break/Evolve cycles.
What problem it addresses
Most AI demos hide the substrate. TS-Core makes graph state, activation movement, tension, and relaxation steps explicit enough to test.
How it works
Represent state as nodes and weighted constraint edges, propagate activation, measure residual tension, relax locally, then split or revise contexts when pressure remains.
What exists now
Public project surface and receipt routing are live; package cleanup is the next stability target.
Evidence / receipts
Related receipts TS-003 and TS-010 cover local relaxation and tension telemetry formats.
Limits
Current receipts are mechanism receipts and toy-scale graph tests, not broad capability benchmarks.
Next milestone
TS-Core v0.1 clean package with replayable demos.
How to run / inspect
Install / open
git clone https://github.com/BoggersTheFish/TS-Core && cd TS-CoreInspect
Run the fixed-seed local relaxation script when the public package lands.
Links
Focus tags
Related receipts