Local-first memory and harness system for agent sessions.
- openbrain-lite/ — Phase 1 implementation: SQLite-backed memory, markdown handoff, session lifecycle scripts, and harness stubs. See openbrain-lite/README.md for setup and usage.
- scripts/ob.py — Delegator to run the openbrain-lite CLI from this repo root (e.g.
python scripts/ob.py session-pack). Runbash scripts/verify_bootstrap_from_root.shto verify the bootstrap-from-root path.
This repo is ready to push to GitHub. After creating a new repository on GitHub (do not initialize with README):
git remote add origin https://github.com/YOUR_USERNAME/My-OpenBrain.git
git branch -M main
git push -u origin mainReplace YOUR_USERNAME with your GitHub username (or org) and repo name if you chose a different one.