H-Categoriser

reins — Keep Only the Domain in a Quest CLI; Make the Ratchet a Framework

reins — Keep Only the Domain in a Quest CLI; Make the Ratchet a Framework

how-make-quest taught you to build a quest CLI with your bare hands. But build a second CLI and you write the same ratchet, the same scan/next/submit, the same tallying all over again. reins pulls that invariant out into a framework — reins supplies the ratchet, the command skeleton, the tallying, and export; you implement only your domain's gate (the four methods of gate.Definition). The gate is a catalog of cheese-defense rules, and the toulmin defeat graph hands the agent a strategy guide for 'why you lost and what to change to win.'

Triples Are Claims, Not Facts

Triples Are Claims, Not Facts

Wikidata triples are not facts — they are claims. Layer Toulmin's argumentation model on top of triples, and you get a dynamic knowledge graph where verdicts change with context. Storage is argumentation structure; judgment happens at runtime.

toulmin — A Rule Engine That Computes Contracts

toulmin — A Rule Engine That Computes Contracts

Rule engines have treated their validation targets as facts for 60 years. toulmin treats them as claims. An implementation of Toulmin's argumentation model as a Go rule engine.