- Create .claude/rules/ with all 17 standard rule files (01-security through 17-document-imports) - Add Operational Rules section with Rule Index to .claude/CLAUDE.md
993 B
993 B
Memora Memory
Use Memora proactively for persistent memory across sessions. Full instructions are in the global ~/.claude/CLAUDE.md and ~/.claude/docs/memora-guide.md.
Key Behaviors
- Session start: Query existing project context via
memory_semantic_search+memory_list. Follow connections — navigate the graph. - During work: Create granular memories (one per concept, not per session). Link related memories deliberately. Update existing memories instead of creating duplicates.
- Session end: Capture all significant learnings. Create issues for bugs found, TODOs for incomplete work. Verify new memories are connected to existing ones.
Every Memory Must Have
- Tags — project identifier first, then topic tags.
- Hierarchy metadata — places the memory in the knowledge graph.
- Links — explicit connections to related memories.
- Sufficient granularity — specific enough to be actionable, with file paths and function names.