Active project
TS-Core
A compact graph/tension kernel for nodes, weighted relations, activation, propagation, relaxation, contradiction handling, and structural revision.
What problem it addresses
The ecosystem needs a small shared substrate rather than reimplementing graph dynamics inside every experiment.
How it works
Keep graph state explicit and provide deterministic propagation, tension measurement, relaxation, and revision operations.
What exists now
Maintenance substrate for projects that genuinely share its interfaces.
Evidence / receipts
The repository exposes a stable graph/tension runtime with typed mechanics and bounded demonstrations.
Limits
It is a library, not a complete reasoner, language model, or proof of cognitive capability.
Next milestone
Stabilise only the interfaces required by active repositories; avoid independent feature expansion.
How to run / inspect
Install / open
git clone https://github.com/BoggersTheFish/TS-Core && cd TS-CoreInspect
Inspect the node, edge, propagation, relaxation, and tension interfaces before extending them.
Links
Focus tags
Related receipts