Chrome extension that captures Claude / ChatGPT / Gemini conversations and generates RCEP™ context packages for cross‑LLM continuity (Compact / Ultra / Ultra+), with SHA‑256 checksum + optional device-only Integrity Seal.
This repo is a public-friendly reference implementation of the RCEP™ payload format. It does not include any IDE / kernel components.
RCEP™ packages encode portable cognitive state:
- Topics (what the session is about)
- Decisions (what was chosen + why, as observable)
- Timeline (macro phases)
- Integrity (checksum + optional seal)
- Epistemic honesty (explicit “unverified semantics” when transcript is omitted)
docs/DESIGN_SYSTEM.md(frozen visual language)docs/WHITEPAPER.md(conceptual + threat model)docs/SPECIFICATION.md(normative MUST/SHOULD)docs/SECURITY_MODEL.md(what is / isn’t guaranteed)schemas/(JSON Schema by profile)examples/(example payloads)
- Open Chrome →
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select the
rl4-snapshot-extensionfolder
- Open a conversation on Claude / ChatGPT / Gemini
- Click Generate Context
- Check Messages / Compression / Checksum
- Click Copy Prompt to Clipboard
- Paste into any other LLM and continue
- RCEP-Protocol: RCEP™ spec + examples + reference implementation.
- DOM selectors can change when providers update their UI.
- “Integrity Seal” is device-only (offline). It detects edits; it does not prove human identity.
MIT
