-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit_docs.sh
More file actions
22 lines (19 loc) · 986 Bytes
/
commit_docs.sh
File metadata and controls
22 lines (19 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
git add README.md docs/README.md docs/interface-design.md docs/schema-extensions-v2.md
git commit -m "[Jonathan] Comprehensive documentation update to reflect actual implementation
MAJOR FIXES:
- Fixed architecture diagram to show actual 6 services (not 12)
- Corrected test count to 38 (not 44)
- Updated CLI usage examples to match actual commands
- Removed all references to non-existent services:
* SemanticMemoryStore
* ProceduralMemoryStore
* DecayManager
* HealthMonitor
FILES UPDATED:
- README.md: Architecture, test count, CLI examples
- docs/README.md: Removed HealthMonitor section, DecayManager references
- docs/interface-design.md: Removed DecayManager trait section and references
- docs/schema-extensions-v2.md: Updated task completion status
All documentation now accurately reflects the current codebase with only existing services:
consolidation_engine, episodic_store, hybrid_retrieval, memory_manager, pattern_extractor, synopsis_generator"