claude-configs/skills/cognitive-memory
Cal Corum 7f120f8c5c Fix _save_state race condition losing last_reflection timestamp
Daily and weekly timers fired simultaneously on Sundays, causing
decay() and reflect() to race on _state.json. Now merges top-level
keys before writing and uses atomic tempfile+rename to prevent
partial reads from triggering silent JSONDecodeError fallbacks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 00:45:41 -06:00
..
dev Reorganize cognitive-memory skill: consolidate scripts, systemd, dev subdirs 2026-02-19 16:02:20 -06:00
scripts Gitignore backups/, add memory git sync, update daily service 2026-02-19 23:37:49 -06:00
systemd Gitignore backups/, add memory git sync, update daily service 2026-02-19 23:37:49 -06:00
client.py Fix _save_state race condition losing last_reflection timestamp 2026-02-20 00:45:41 -06:00
feature.json Reorganize cognitive-memory skill: consolidate scripts, systemd, dev subdirs 2026-02-19 16:02:20 -06:00
mcp_server.py Gitignore backups/, add memory git sync, update daily service 2026-02-19 23:37:49 -06:00
SCHEMA.md Cognitive Memory v3.0: rich edges, hybrid embeddings, MCP server 2026-02-19 14:11:18 -06:00
SKILL.md Add edge emphasis to cognitive memory skill and edge-proposer script 2026-02-19 23:31:07 -06:00