Commit Graph

349 Commits

Author SHA1 Message Date
Cal Corum
1bd485c88c episode: n8n-mcp server setup for Claude Code via mcp-manager 2026-02-19 21:37:30 -06:00
Cal Corum
beeff7c2dc store: n8n-mcp server setup for Claude Code via mcp-manager 2026-02-19 21:37:30 -06:00
Cal Corum
e302f68c47 episode: [major-domo] fix: ContextualLogger crashes when callers pass exc_info=True 2026-02-19 21:32:07 -06:00
Cal Corum
cc3d8fe5ee store: [major-domo] fix: ContextualLogger crashes when callers pass exc_info=True 2026-02-19 21:32:07 -06:00
Cal Corum
21778429fc episode: [homelab] Session: automation, configuration, debugging, deployment, feature, fix, tooling 2026-02-19 21:19:42 -06:00
Cal Corum
1e2d1d2b40 store: [homelab] Session: automation, configuration, debugging, deployment, feature, fix, tooling 2026-02-19 21:19:42 -06:00
Cal Corum
3f87b2c240 episode: [homelab] Add /save-memories command and memory-saver background agent 2026-02-19 16:26:11 -06:00
Cal Corum
663ec01c23 store: [homelab] Add /save-memories command and memory-saver background agent 2026-02-19 16:26:11 -06:00
Cal Corum
950e47386b episode: [esb-monorepo] fix(tac): add object_type allowlist validation and flush partial progress on failure 2026-02-19 16:25:58 -06:00
Cal Corum
90ea8093c6 store: [esb-monorepo] fix(tac): add object_type allowlist validation and flush partial progress on failure 2026-02-19 16:25:58 -06:00
Cal Corum
68409c5714 episode: Auto-invoke /save-memories at 25% context remaining before compaction 2026-02-19 16:20:13 -06:00
Cal Corum
47bd9630e7 store: Auto-invoke /save-memories at 25% context remaining before compaction 2026-02-19 16:20:13 -06:00
Cal Corum
b440822aab episode: Command + background agent pattern for context-dependent async work 2026-02-19 16:09:59 -06:00
Cal Corum
4c0c5f805c store: Command + background agent pattern for context-dependent async work 2026-02-19 16:09:59 -06:00
Cal Corum
212f56abc5 episode: /save-memories command + memory-saver agent for session memory capture 2026-02-19 16:09:55 -06:00
Cal Corum
9ac8d65540 store: /save-memories command + memory-saver agent for session memory capture 2026-02-19 16:09:55 -06:00
Cal Corum
04c9e071ed episode: MCP cognitive-memory wildcard permission in settings.json 2026-02-19 16:03:26 -06:00
Cal Corum
9885e092ed store: MCP cognitive-memory wildcard permission in settings.json 2026-02-19 16:03:26 -06:00
Cal Corum
37edc8e4e3 episode: Semantic search enabled by default for memory recall 2026-02-19 16:03:22 -06:00
Cal Corum
9e3be98af9 store: Semantic search enabled by default for memory recall 2026-02-19 16:03:22 -06:00
Cal Corum
2943a0e59b episode: Embeddings mtime-based cache: 6x faster semantic recall 2026-02-19 16:03:16 -06:00
Cal Corum
f1659b93f5 store: Embeddings mtime-based cache: 6x faster semantic recall 2026-02-19 16:03:16 -06:00
Cal Corum
0b1cc40123 episode: Cognitive memory skill reorganization: self-contained directory structure 2026-02-19 16:03:07 -06:00
Cal Corum
2f79240108 store: Cognitive memory skill reorganization: self-contained directory structure 2026-02-19 16:03:07 -06:00
Cal Corum
2aaf9c068a core: regenerate CORE.md 2026-02-19 15:28:22 -06:00
Cal Corum
b88deb1cd0 episode: [homelab] Session: automation, configuration, debugging, fix, refactoring, tooling 2026-02-19 15:24:01 -06:00
Cal Corum
c148ae07ae store: [homelab] Session: automation, configuration, debugging, fix, refactoring, tooling 2026-02-19 15:24:01 -06:00
Cal Corum
b5204b9c33 episode: [homelab] Auto-log episode entries on MCP memory_store (default true) 2026-02-19 15:12:45 -06:00
Cal Corum
04d29863b6 store: [homelab] Auto-log episode entries on MCP memory_store (default true) 2026-02-19 15:12:45 -06:00
Cal Corum
81ddb4bab9 delete: TEST: episode auto-log 2026-02-19 15:11:29 -06:00
Cal Corum
e782148214 episode: TEST: episode auto-log 2026-02-19 15:11:25 -06:00
Cal Corum
1995b625b8 store: TEST: episode auto-log 2026-02-19 15:11:25 -06:00
Cal Corum
5953543fd2 store: TEST: episode auto-log 2026-02-19 15:11:05 -06:00
Cal Corum
4b54a99c7a episode: Cognitive Memory v3.0 + qwen3 embedding upgrade session 2026-02-19 14:59:59 -06:00
Cal Corum
2cfa505933 store: cognitive-memory client.py at 3260 lines needs modular refactor 2026-02-19 14:57:01 -06:00
Cal Corum
8da6011e63 store: embed --if-changed pattern: compare ID sets to skip unnecessary work 2026-02-19 14:53:28 -06:00
Cal Corum
b3023a9bf7 store: Cloud embedding APIs offer no advantage over local qwen3-embedding:8b 2026-02-19 14:53:23 -06:00
Cal Corum
99114ea561 store: Embedding model size barely affects speed — GPU memory bandwidth is the bottleneck 2026-02-19 14:53:16 -06:00
Cal Corum
8250be4b9c store: Fixed systemd PATH for uv in cognitive memory services 2026-02-19 14:53:13 -06:00
Cal Corum
97b7710997 store: Hourly embedding refresh timer with --if-changed flag 2026-02-19 14:53:09 -06:00
Cal Corum
e9494ea416 store: Switched embedding model from nomic-embed-text to qwen3-embedding:8b 2026-02-19 14:53:09 -06:00
Cal Corum
05cb6f8c40 episode: [homelab] Rotate config backups and update plugin lists 2026-02-19 14:41:06 -06:00
Cal Corum
290960a498 store: [homelab] Rotate config backups and update plugin lists 2026-02-19 14:41:06 -06:00
Cal Corum
00abc4106a episode: [claude-config] Session: automation, deployment, fix 2026-02-19 14:40:41 -06:00
Cal Corum
fa94ef0b32 store: [claude-config] Session: automation, deployment, fix 2026-02-19 14:40:41 -06:00
Cal Corum
a843b87b18 delete: TEST: Cascade target solution 2026-02-19 14:15:53 -06:00
Cal Corum
5bf2aa587c delete: TEST: Fixed Redis with keepalive 2026-02-19 14:15:53 -06:00
Cal Corum
fc7a56ae81 delete: TEST: Redis connection drops under load 2026-02-19 14:15:53 -06:00
Cal Corum
33a40f992a edge-delete: 6fa760eb 2026-02-19 14:15:52 -06:00
Cal Corum
32602af075 store: TEST: Fixed Redis with keepalive 2026-02-19 14:13:35 -06:00