claude-home/CLAUDE.md
Cal Corum fcecde0de4
All checks were successful
Reindex Knowledge Base / reindex (push) Successful in 2s
docs: decommission cognitive memory references from KB
Removed cognitive-memory MCP, timers, and symlink system references.
Replaced with kb-search MCP and /save-doc skill workflow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 23:02:56 -05:00

880 B

Home Lab Documentation System

Core Instructions

  • Always have permission to run tests
  • Check imports when writing code (prevent NameErrors)
  • Temp files go in .claude/tmp/, clean up after
  • Prefer editing existing files over creating new ones
  • After complex tasks, prompt to save learnings to the KB (use /save-doc)
  • At session end, ask: "Should I update our documentation?"

Knowledge Base

Use the kb-search MCP tools to find documentation. For code files, also load the relevant dev CONTEXT: .pydevelopment/python-CONTEXT.md, .js/.tsdevelopment/nodejs-CONTEXT.md, .shdevelopment/bash-CONTEXT.md.

Documentation Maintenance

  • New tech without a directory → offer to create /{tech}/ structure
  • New error solved → offer to add to {tech}/troubleshooting.md
  • New scripts created → offer to update {tech}/scripts/CONTEXT.md