Commit 9048f7f
feat: add NANO.md memory system and Phase 2 foundations
Major additions:
- NANO.md hierarchical memory system (Claude Code CLAUDE.md compatible)
- Unified JSON-RPC client for MCP/LSP (saves ~250 LOC)
- Plugin system with YAML discovery (builtin/, ~/.nano/, .nano/)
- Undo/backup tool for file recovery
- SIGINT interrupt handler (Ctrl+C)
- Hooks actually integrated into CLI lifecycle
- JSON Schema specs for multi-language implementations
- 5 essential agents migrated to YAML
New commands:
- /memory - Show active memory files
- /remember - Save insights to NANO.md
Tests: 83/83 passing
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 7fd9609 commit 9048f7f
File tree
35 files changed
+2702
-325
lines changed- builtin/agents
- specs
- interfaces
- src
- agents
- lsp
- mcp
- memory
- plugin
- rpc
- tools
- test
35 files changed
+2702
-325
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments