Recipe packs are signed, versioned JSON rule sets for the Copilot Engine. Download one, verify the signature, and run it locally. No account required. Nothing is uploaded.
Usage
01
Download the pack
Download the JSON file. It contains all rules, interventions, and explanation templates for that domain.
02
Verify the signature
Use the public key below to verify the Ed25519 signature. The engine also verifies automatically before applying any pack.
03
Load into the engine
Drop the pack into the Reality Labels extension or the local Copilot Engine runner. No restart required.
Available
3 packs available. Stable = signed and production-ready. Beta = rules complete, pending final signing.
Detects attention drift, novelty foraging, and checking loops during web and app sessions.
Required signals
Optional (platform-gated)
SHA-256
PLACEHOLDER_HASH — verify after official key signing
Detects doomscroll patterns, checking loops, outrage cycling, passive consumption drift, and late-night sessions on social platforms.
Required signals
Optional (platform-gated)
SHA-256
PLACEHOLDER_HASH — verify after official key signing
Enforces user-pre-committed trading rules: green-day lock, daily/monthly stop, revenge trade detection, stress gate, and strip rules.
No investment advice. No trade signals. Enforces user-pre-committed rules only.
Required signals
Optional (platform-gated)
SHA-256
PLACEHOLDER_HASH — verify after official key signing
Verification
All packs distributed by Rooted Reality are signed with this key. Verify before running.
Key ID: rr-recipe-signing-key-v1
PLACEHOLDER_ED25519_PUBLIC_KEY — key will be published at signing time
Verify manually: openssl pkeyutl -verify -pubin -inkey rr-recipe-signing-key-v1.pub -sigfile pack.sig -in pack.canonical.json
Build your own pack
The recipe pack format is fully specified and open. Anyone can build a pack. Locally built packs don't require an RR signature — the engine can accept unsigned packs for local development.