Recipe Packs

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

How to use a recipe pack

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

Packs

3 packs available. Stable = signed and production-ready. Beta = rules complete, pending final signing.

stablev1.0.0·surfing·2026-03-01

Surfing Copilot

Detects attention drift, novelty foraging, and checking loops during web and app sessions.

12 rules·6 required signals·2 optional

Required signals

session_duration_minutesbaseline_session_minutessessions_todaybaseline_sessions_dailycontext_switches_per_hourlast_intentional_pause_minutes

Optional (platform-gated)

unlock_count_todaybaseline_unlock_daily

SHA-256

PLACEHOLDER_HASH — verify after official key signing

betav1.0.0·social·2026-03-01

Social Copilot

Detects doomscroll patterns, checking loops, outrage cycling, passive consumption drift, and late-night sessions on social platforms.

12 rules·6 required signals·2 optional

Required signals

session_duration_minutesbaseline_session_minutessessions_todaybaseline_sessions_dailycontext_switches_per_hourlast_intentional_pause_minutes

Optional (platform-gated)

passive_scroll_ratiohour_of_day

SHA-256

PLACEHOLDER_HASH — verify after official key signing

betav1.0.0·trading·2026-03-01

Trading Copilot

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.

12 rules·8 required signals·4 optional

Required signals

daily_rdaily_pnl_usdtrades_count_todaysize_increase_eventsrevenge_trade_flagsafter_target_tradesmonthly_drawdown_pctconsecutive_red_days

Optional (platform-gated)

stress_leveluser_green_lock_ruser_daily_stop_ruser_strip_trigger_usd

SHA-256

PLACEHOLDER_HASH — verify after official key signing

Verification

Public signing key

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.