This is a personal project management framework turned MCP server that maintains session state across different AI models. It works by hosting markdown handoff files and JSON state vectors in a GitHub repo, then pulling them into fresh sessions via raw URLs. The core workflow is ending a session by syncing state back to GitHub, then bootstrapping the next session (even with a different LLM) by reading BOOTSTRAP.md plus project-specific HANDOFF.md and STATE_VECTOR.json files. You'd use this if you're bouncing between Claude, GPT, and Gemini on the same codebase and want to skip the "here's what we did last time" preamble. The repo shows three active projects using the pattern, with a PowerShell sync script for Windows workflows.
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.
Paste this into any new AI chat, replacing [project-name]:
"Read https://raw.githubusercontent.com/TheRealDataBoss/vaultit/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.
| 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/ | vaultit_push.ps1 — end-of-session auto-sync |
| Project | Type | Status |
|---|---|---|
| 3dpie | React/Three.js | EXECUTING TASK-0029 |
| portfolio-django | Django 5 | IDLE |
| mit-modules | Research Notebooks | IDLE |
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent