SuperContext: A Persistent Memory Framework for AI Coding Agents

✍️ OpenClawRadar📅 Published: April 14, 2026🔗 Source
SuperContext: A Persistent Memory Framework for AI Coding Agents
Ad

What SuperContext Solves

The developer built this after 1,500+ sessions and months of daily use across 60+ projects, getting tired of re-explaining their codebase every session. The core problem they identified: typical solutions involve making instruction files larger, but a 2,000-line CLAUDE.md eats context window space before questions are asked, and AI ends up ignoring half of it.

Architecture: Targeted Files Instead of Monolithic Docs

SuperContext takes the opposite approach with small, targeted files loaded only when relevant:

  • Constitution (~200 lines, always loaded): Global rules, routing, preferences
  • Living Memory (~50 lines, always loaded): Behavioral gotchas that prevent repeated mistakes
  • Project Brains (loaded on entry): Per-project business rules, schemas, changelogs
  • Knowledge Store (on demand): Searchable SQLite database for infrastructure, APIs, reference data
  • Session Memory: Automatic conversation logging so your AI recalls past decisions
Ad

What's Included

The repository contains two main components:

  • The full guide covering theory, architecture, anti-patterns, and tool-specific setup for Claude Code, Cursor, Copilot, Codex, Aider, and others
  • An executable prompt that you hand to your AI with the instruction "run this" - it discovers your projects, migrates existing content, and builds the whole system in approximately 10 minutes with no manual setup

Development Context

The framework was developed while building construction management integrations (Vista, Procore, Monday.com), where getting context wrong means real production problems. The developer reports that with this system, their AI went from "helpful but forgetful" to genuinely knowing their systems.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Sentinel: Self-Hosted Agent Platform for Claude Code Subscribers
Tools

Sentinel: Self-Hosted Agent Platform for Claude Code Subscribers

Sentinel is a free, open-source agent platform that runs directly on your existing Claude Code OAuth token without API overhead. It provides a clean operator UI with real-time browser automation via built-in VNC and includes features like Git gating, session trace logs, and structured hierarchical memory.

OpenClawRadar
ddash: Mermaid Diagram Tool with URL-Based Storage and Claude Code Integration
Tools

ddash: Mermaid Diagram Tool with URL-Based Storage and Claude Code Integration

ddash is a free Mermaid diagram tool where the entire diagram is compressed into the URL hash, requiring no backend, accounts, or storage. It includes a Claude Code skill that lets you generate and open diagrams directly during conversations with commands like /diagram the auth flow.

OpenClawRadar
ClawCode: Migrate OpenClaw Agents to Claude Code as a Plugin
Tools

ClawCode: Migrate OpenClaw Agents to Claude Code as a Plugin

ClawCode is a Node.js plugin for Claude Code that imports OpenClaw agents, including IDENTITY, SOUL, memory, skills, and crons from ~/.openclaw/workspace/. It provides SQLite+FTS5 searchable memory, messaging plugins for WhatsApp, Telegram, Discord, iMessage, and Slack, and a nightly 'dream' process for memory consolidation.

OpenClawRadar
Claude Plugins: Computer Vision, Multi-Agent Council, and Self-Debugging Workflow
Tools

Claude Plugins: Computer Vision, Multi-Agent Council, and Self-Debugging Workflow

Three Claude plugins were released: Computer Vision v1.7.0 for Windows app automation, The Council v3.1.0 for adversarial multi-agent consultation, and Upwork Scraper v0.2.0 for job market analysis. A demonstration showed Claude using these plugins to diagnose and fix its own Solitaire automation bug.

OpenClawRadar