No description
  • Ruby 74.7%
  • Python 22%
  • Shell 3%
  • JavaScript 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
jared f008002a06 docs(os-sdlc): responsibility-refactor lessons from batch 3
Relayed dispatch ids, unexpected_pass on delegation-only tasks, and the
worktree-root cwd rule.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016EFfBWDMuLSvGR1PA8JcfY
2026-09-14 15:08:38 -04:00
.claude docs(os-sdlc): ADR-0167 role test for domain object types; plan status 2026-09-06 09:57:41 -04:00
.claude-plugin os: merge os-status + os-shortcuts into general-purpose os plugin, noun-first skill naming (#294) 2026-08-06 16:05:10 -04:00
.codex/skills chore: add .codex configuration 2026-08-19 14:21:12 -04:00
.sdlc feat(os): worktree Thor CLI (bin/worktree start|finish) + merged /os:worktree skill (#508) 2026-08-25 17:12:00 -04:00
bin docs: os-sdlc architecture refactor phase 0 — plan, profile, ADR-0165, metrics tool 2026-09-04 10:49:36 -04:00
docs refactor(os-sdlc): Project.load_shared target-agnostic read (#581, ADR-0186) 2026-09-14 15:04:03 -04:00
lib docs: os-sdlc architecture refactor phase 0 — plan, profile, ADR-0165, metrics tool 2026-09-04 10:49:36 -04:00
plugins docs(os-sdlc): responsibility-refactor lessons from batch 3 2026-09-14 15:08:38 -04:00
tests style(root): safe rubocop autocorrect for bin/, lib/, tests/ (#384) 2026-08-14 16:33:04 -04:00
.dochygiene-rules.json chore: retire OpenSpec (ADR-0125) 2026-08-17 11:53:09 -04:00
.gitignore chore: track .claude/rules; add os-sdlc architecture path-scoped rule 2026-09-04 10:49:45 -04:00
.graphifyignore docs: os-sdlc architecture refactor phase 0 — plan, profile, ADR-0165, metrics tool 2026-09-04 10:49:36 -04:00
.pbm.yml fix(pbm): relative db_path so worktree tickles resolve via the ADR-0143 symlink (#510) 2026-08-27 15:09:10 -04:00
.rubocop.yml fix(lint): set TargetRubyVersion 3.4 in root rubocop config (#379) 2026-08-14 16:29:55 -04:00
CLAUDE.md docs: add token counting instructions 2026-08-27 10:16:27 -04:00
graphify-interview Add Graphify setup & best-practices guide (11 docs + research) 2026-06-03 16:45:07 -04:00
indydevdan-agentic-engineering-overview-video.txt wip: checkpoint before hygiene cleanup 2026-07-15 15:41:09 -04:00
memory-systems-compared060326 Add Graphify setup & best-practices guide (11 docs + research) 2026-06-03 16:45:07 -04:00
README.md Archive memsearch-episodic-layer change 2026-06-09 14:35:50 -04:00

cc-os — Cross-Project Memory for Claude Code

A personal memory system for Claude Code, designed for a multi-client freelancer. The system captures knowledge across projects and surfaces it automatically at the start of each Claude Code session.

Status

The memory plugin is live and working. Design documentation lives in docs/. Both episodic memory (memsearch) and semantic/knowledge memory (Graphify + Obsidian vault) are active.

What it does for you

  • Injects vault context at session start — Claude sees your SecondBrain graph summary, your conventions, and today's journal path before you type the first message.
  • Surfaces project structure on demand — run one command to build a graph of any project; Claude can then query it for patterns, architecture, and conventions.
  • Remembers conventions automaticallymemory-write stores evergreen knowledge (coding patterns, client rules, recurring decisions) in the correct vault location with proper tags.
  • Stays fresh without a daemon — the vault graph rebuilds in the background when stale; vault writes immediately invalidate the timestamp so the next session picks up changes.
  • Keeps project repos clean — all indexes are build artifacts (graphify-out/); nothing is committed to project repos.

User guide

See docs/USER-GUIDE.md for setup, onboarding new projects, using the skills, and known limitations.

Directory layout

Path Contents
docs/memory-system/ Architecture, ADRs, build plan, Graphify evaluation
docs/graphify/ Verified Graphify command handbook
docs/USER-GUIDE.md Practical usage guide
openspec/ Spec-driven change management (changes, specs)
graphify-interview, memory-systems-compared060326 Raw source transcripts (do not cite as fact)