π ternlang/13 β quick cheat sheet
π ternlang/13 β quick cheat sheet
minimal brain map for the ternary lattice. keep it near the code, keep it honest.
color flags
- π refrain = disconfirm / abort
- π« tend = observe / neutral
- β¬ affirm = act / execute
- π¦ anchor = calm reference
- π© flow = good momentum
- π§ tension = rising priority
- π₯ critical = immediate action
stage map (13)
1) s01 ingress π¦ β raw intake. no judgment.
2) s02 triage π¦ β tag signal, noise, ambiguous.
3) s03 eco-weights π© β biodiversity, atmosphere, geology.
4) s04 intent π« β sentient, natural, random, synthetic, artifact.
5) s05 ambiguity π§ β too fuzzy β collapse to tend.
6) s06 refrain π₯ β harm taxonomy β abort path.
7) s07 affirm β¬ β alignment score gates the green light.
8) s08 veto π§ β ecocentric red lines override any green.
9) s09 resolve π« β collapse to {refrain|tend|affirm}.
10) s10 action π© β execute, do nothing, abort.
11) s11 outcome π¦ β match, surprises, impact, trust.
12) s12 feedback π« β reinforce, attenuate, neutralize.
13) s13 reset π¦ β soft or hard return to base tend.
where stuff lives
- configs:
master_docs/stage_*.json
- schema:
master_docs/schema.json
- host:
ternary_host.py
- loader:
config_io.py
- utils:
utils/seal.py
,utils/flags.py
,utils/jsonl_logger.py
- logs:
logs/run_<id>_NNN.jsonl
runbook
```bash make install # deps make validate # load + schema check β prints π seal make run-demo # quick console demo make run-demo-logs # demo + jsonl file make tail-logs # show head of latest jsonl make clean-logs # purge logs