Back to the catalog

contextkeeper

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

Open source Open in the app JSON README (API)

About

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

Details

Kind
MCP servers
Topic
AI, RAG & memory
Publisher
therealdataboss
Origin
official
Category
ferramentas
Transport
local
Version
0.2.7
Last push
2026-04-14T04:33:30Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-29 03:02:17
Updated
2026-08-29 03:02:17
Origin id
io.github.TheRealDataBoss/contextkeeper

README

# TheRealDataBoss/contextkeeper
## Universal AI Session Continuity Framework

This repo is the persistent memory layer for all active projects owned by Steven Wazlavek (@theRealDataBoss). Any AI session reads this repo at the start and has full context. No chat history needed. No zip files. No manual re-explanation.

## How To Bootstrap Any Session

Paste this into any new AI chat, replacing [project-name]:

> "Read https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/BOOTSTRAP.md and continue [project-name]"

The AI fetches PROFILE.md + projects/[project]/HANDOFF.md + projects/[project]/STATE_VECTOR.json and is fully loaded in under 60 seconds.

## Structure

| Path | Purpose |
|---|---|
| PROFILE.md | Steven's identity, stack, and all standards |
| BOOTSTRAP.md | Universal session bootstrap protocol for any AI |
| projects/[name]/ | One folder per project — HANDOFF.md + STATE_VECTOR.json |
| standards/ | Authoritative CODE, VIZ, and MODELING standards |
| scripts/ | workbench_push.ps1 — end-of-session auto-sync |

## Active Projects

| Project | Type | Status |
|---|---|---|
| 3dpie | React/Three.js | EXECUTING TASK-0029 |
| portfolio-django | Django 5 | IDLE |
| mit-modules | Research Notebooks | IDLE |

## Raw Bootstrap URLs

- BOOTSTRAP: https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/BOOTSTRAP.md
- PROFILE: https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/PROFILE.md
- 3dpie HANDOFF: https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/projects/3dpie/HANDOFF.md
- 3dpie STATE: https://raw.githubusercontent.com/TheRealDataBoss/contextkeeper/main/projects/3dpie/STATE_VECTOR.json

More