Tokens
Colour, spacing, focus, and typographic rules are defined in assets/style.css. Keep these as source of truth for all pages.
- Typography: UI sans + code mono family
- Spacing scale: 4, 8, 12, 16, 24, 32, 48, 64
- Radii: 4, 8, 12, 16
Use this page as a bridge: canonical technical docs live in the upstream repository; this site adds positioning and governance overlays for rollout teams.
Colour, spacing, focus, and typographic rules are defined in assets/style.css. Keep these as source of truth for all pages.
The manifest captures all data required to recreate a run: input hash, runtime stack, model revision, tools, signature, and timestamps.
Diff outputs are split into context, insert, and delete layers with policy tags. Each decision includes drift scores and risk class.
Build signed bundles containing manifest, diff, timeline, and gate log so every release decision is independently verifiable.
insidellms quicktest "Can a force equal mass times acceleration?"
insidellms harness probes/financial.toml --output out/baseline
insidellms harness probes/financial.toml --output out/candidate
insidellms report out/candidate/manifest.json --format markdown
insidellms diff baseline.json candidate.json --fail-on-changes