Commit Graph

404 Commits

Author SHA1 Message Date
Cal Corum
bfd4771a86 episode: Fix: Stale MCP config pointed to non-existent cognitive-memory binary 2026-02-28 16:10:26 -06:00
Cal Corum
86b1cc6969 episode: Path references updated across 6 files after cognitive-memory extraction 2026-02-28 16:10:20 -06:00
Cal Corum
ff66b78d85 episode: Extracted cognitive-memory app from skill dir to standalone project 2026-02-28 16:10:12 -06:00
Cal Corum
a8c5faebc2 episode: [homelab] Session: automation, configuration, creation, debugging, fix, refactoring, tooling 2026-02-28 15:13:57 -06:00
Cal Corum
8fb52d6441 episode: [homelab] feat: cognitive-memory multi-graph support, XDG data paths, remove CORE.md auto-load 2026-02-28 14:56:53 -06:00
Cal Corum
cfc644b324 episode: CLAUDE.md Memory Protocol updated for MCP-first approach 2026-02-28 14:56:33 -06:00
Cal Corum
3dd9aa49ca episode: Cognitive memory systemd daily service updated — symlinks step removed 2026-02-28 14:56:28 -06:00
Cal Corum
059e61b7d4 episode: Removed CORE.md auto-loading from sessions — rely on MCP recall instead 2026-02-28 14:56:21 -06:00
Cal Corum
49d3d50ff3 episode: Cognitive memory data dir moved to XDG-compliant path (~/.local/share/cognitive-memory/) 2026-02-28 14:56:13 -06:00
Cal Corum
c7c117fb68 episode: Multi-graph support: named, segregated memory namespaces for cognitive memory 2026-02-28 14:56:05 -06:00
Cal Corum
c6d4b2d706 episode: [homelab] refactor: split client.py into 6 focused modules using mixin composition 2026-02-28 12:32:59 -06:00
Cal Corum
bdfe3e2d50 episode: [claude-config] Redesign dashboard with roster health, card coverage, and sync refresh 2026-02-28 12:10:15 -06:00
Cal Corum
8a260d3ec6 episode: SBA Scout Rust: two separate databases for Rust vs Python apps 2026-02-28 12:09:49 -06:00
Cal Corum
fe2c9519a1 episode: Rust CSV importer integration tested — matches Python DB exactly 2026-02-28 12:09:42 -06:00
Cal Corum
9fddb71183 episode: Fix: Dashboard position coverage only counted pos_1, not all positions 2026-02-28 12:09:34 -06:00
Cal Corum
87b82ca5f1 episode: Fix: Dashboard didn't refresh after sync — re-mount on SyncComplete 2026-02-28 12:09:29 -06:00
Cal Corum
1ddfd5e34a episode: Fix: Rust sync excluded IL/MiL teams due to active_only=true 2026-02-28 12:09:23 -06:00
Cal Corum
cb44ab1755 episode: [esb-monorepo] Session: automation, configuration, creation, debugging, deployment, feature, fix 2026-02-28 11:57:58 -06:00
Cal Corum
b8364863e2 episode: [homelab] Session: 2026-02-28 11:55:06 -06:00
Cal Corum
a6f9bf7436 episode: [homelab] feat: add fish functions for tmux (tls, tma) and claude (cc) 2026-02-28 11:36:08 -06:00
Cal Corum
b8ba53c74e episode: [homelab] Session: automation, configuration, debugging, fix 2026-02-28 11:11:16 -06:00
Cal Corum
5324d3a7b8 episode: [claude-config] Implement Phase 2: API client, sync pipeline, and CSV card importers 2026-02-28 10:55:42 -06:00
Cal Corum
e94b929b2f episode: Rust/Cargo installation and fish shell PATH setup on Cal's workstation 2026-02-28 10:53:17 -06:00
Cal Corum
246d2508c1 episode: File-based logging for Rust TUI apps using tracing-appender 2026-02-28 10:53:12 -06:00
Cal Corum
fbfad7f89c episode: Fix: SQLite PRAGMA foreign_keys is per-connection, not per-pool 2026-02-28 10:53:04 -06:00
Cal Corum
5e6fc62ead episode: Fix: SBA API transaction move_id is a string not i64 2026-02-28 10:52:56 -06:00
Cal Corum
84ec45a077 episode: Fix: SBA API Discord snowflake IDs returned as JSON strings not i64 2026-02-28 10:52:52 -06:00
Cal Corum
417bedac7a episode: SBA Scout Rust Phase 4: Async TUI with Dashboard and Gameday screens 2026-02-28 10:52:44 -06:00
Cal Corum
daea623b19 episode: Fix: n8n Server Health Monitor Discord escalation notifications lacked issue details 2026-02-28 07:29:35 -06:00
Cal Corum
19a3fbdf71 episode: [homelab] Session: configuration, fix 2026-02-28 07:09:32 -06:00
Cal Corum
9c2944f07b episode: Fix: Partial UUID prefix matching in cognitive memory client (git-style) 2026-02-28 00:03:13 -06:00
Cal Corum
ad9f9a7d54 episode: [rust] Session: creation, debugging, feature 2026-02-27 23:24:08 -06:00
Cal Corum
e213ec1535 episode: [rust] Session: debugging, feature 2026-02-27 23:19:17 -06:00
Cal Corum
c400c5afd2 episode: [rust] Session: debugging, feature, fix 2026-02-27 23:16:16 -06:00
Cal Corum
c902758343 episode: [rust] Session: feature 2026-02-27 23:13:45 -06:00
Cal Corum
80d61133bd episode: [rust] Session: feature 2026-02-27 23:12:02 -06:00
Cal Corum
663726b6e2 episode: [rust] Session: fix 2026-02-27 23:11:42 -06:00
Cal Corum
4f01721830 episode: [rust] Session: 2026-02-27 23:11:39 -06:00
Cal Corum
11b034c015 episode: Agent Team Operational Playbook: Wave-Based Parallel Implementation with Code Review 2026-02-27 23:06:14 -06:00
Cal Corum
983b50cb76 episode: Rust: reqwest response.json() yields reqwest::Error, not serde_json::Error 2026-02-27 22:58:15 -06:00
Cal Corum
3197704520 episode: Agent swarm wave parallelism for Rust implementation with code review pass 2026-02-27 22:58:09 -06:00
Cal Corum
bbac61d283 episode: SBA Scout Rust rewrite Phase 2 complete — API client, sync, and CSV importers 2026-02-27 22:57:59 -06:00
Cal Corum
40e232c4f4 episode: Cognitive memory multi-graph support and scheduled tasks system issues opened on Gitea 2026-02-27 22:53:22 -06:00
Cal Corum
bd88c5628a episode: Fish config.fish sets SHELL=/bin/bash intentionally for tool compatibility 2026-02-27 22:53:15 -06:00
Cal Corum
5e6c73a7eb episode: Fish shell cc function migrated from zsh to fish autoload 2026-02-27 22:53:11 -06:00
Cal Corum
72f39da99f episode: [rust] Session: feature, fix 2026-02-27 22:42:49 -06:00
Cal Corum
686cf53933 episode: [rust] Session: creation, feature 2026-02-27 22:40:01 -06:00
Cal Corum
7446bd9fd7 episode: [rust] Session: feature 2026-02-27 22:39:30 -06:00
Cal Corum
2e9068358e episode: [rust] Session: feature, fix 2026-02-27 22:39:26 -06:00
Cal Corum
74d6be7115 episode: [rust] Session: feature 2026-02-27 22:39:26 -06:00
Cal Corum
9590aaf135 episode: [rust] Session: creation, feature 2026-02-27 22:39:25 -06:00
Cal Corum
7f4915285b episode: [rust] Session: creation, debugging, feature, fix 2026-02-27 22:39:24 -06:00
Cal Corum
9cae5d68e8 episode: [rust] Session: feature, fix 2026-02-27 22:39:23 -06:00
Cal Corum
747746347f episode: [paper-dynasty] Add FullCard migration status doc for session continuity 2026-02-26 23:59:13 -06:00
Cal Corum
2b2047f01f episode: [claude-config] Initial dotfiles: fish, starship, git, ssh, shell, mangohud, zed, restic, vscode 2026-02-26 23:56:41 -06:00
Cal Corum
59aa28bae6 episode: Decision: fish config.fish exports SHELL=/bin/bash for tool compatibility 2026-02-26 23:55:50 -06:00
Cal Corum
654b3ed2ba episode: Fix: KDE caches $SHELL at login — Konsole still uses old shell after chsh 2026-02-26 23:55:45 -06:00
Cal Corum
d71feae00e episode: Fix: Gitea SSH remote (git@git.manticorum.com) resolves to Pi-hole instead of Gitea LXC 2026-02-26 23:48:03 -06:00
Cal Corum
0da925a25c episode: Fix: Bash ((var++)) returns exit code 1 with set -e when var is 0 2026-02-26 23:47:56 -06:00
Cal Corum
6be2839577 episode: Dotfiles symlink repo at cal/dotfiles on Gitea 2026-02-26 23:47:49 -06:00
Cal Corum
950c01fda7 episode: [homelab] Session: automation, configuration, fix 2026-02-26 23:44:40 -06:00
Cal Corum
1bba964bf6 episode: [homelab] Session: automation, configuration, creation, debugging, fix, tooling 2026-02-26 23:40:25 -06:00
Cal Corum
b0b07ce9dd episode: Fish + bash hybrid shell strategy: fish interactive, bash for scripts/tools 2026-02-26 23:33:08 -06:00
Cal Corum
ee453e5c53 episode: Fish shell + Starship prompt setup on Nobara workstation 2026-02-26 23:32:57 -06:00
Cal Corum
edefb64e07 episode: [paper-dynasty] Add offense_col resolver for retrosheet pipeline to fix 883 silent KeyErrors 2026-02-26 22:07:51 -06:00
Cal Corum
bb57cba554 episode: [rust] Add test scaffold and mark Phase 1 tasks complete 2026-02-26 20:03:00 -06:00
Cal Corum
8490cc6970 episode: Agent swarm workflow for parallel Rust implementation tasks 2026-02-26 19:18:38 -06:00
Cal Corum
6841026ea0 episode: SBA Scout Rust Phase 6: stat weights configurable via TOML settings 2026-02-26 19:18:27 -06:00
Cal Corum
f80f25a880 episode: SBA Scout Rust rewrite Phase 1 complete — foundation layer implemented 2026-02-26 19:18:18 -06:00
Cal Corum
0f28eb2fa6 episode: [rust] Session: feature, fix 2026-02-26 19:14:56 -06:00
Cal Corum
a219b0892d episode: [rust] Session: debugging, feature, fix 2026-02-26 19:13:19 -06:00
Cal Corum
c26a3d3c7c episode: [rust] Session: fix 2026-02-26 19:09:19 -06:00
Cal Corum
5efa5b3455 episode: [rust] Session: configuration, feature, fix 2026-02-26 19:08:34 -06:00
Cal Corum
a6c8a13ba0 episode: [rust] Session: feature, fix 2026-02-26 19:06:28 -06:00
Cal Corum
e1100d32c7 episode: [rust] Session: fix 2026-02-26 19:06:15 -06:00
Cal Corum
403b31d7b9 episode: [rust] Session: feature, fix 2026-02-26 19:05:18 -06:00
Cal Corum
72e25f26f5 episode: [rust] Session: 2026-02-26 19:04:28 -06:00
Cal Corum
af7ef4fc3d episode: [paper-dynasty] Fix two bugs in pitcher card builder dispatch logic 2026-02-26 15:32:52 -06:00
Cal Corum
905942fd11 episode: [claude-config] docs(stories): add ESB-50 and ESB-51 story breakdowns for SF-CA getter 2026-02-26 13:22:05 -06:00
Cal Corum
d9a4c6c864 episode: [homelab] Session: automation, configuration, creation, fix, tooling 2026-02-26 13:21:35 -06:00
Cal Corum
88505a5eb8 episode: SF-CA getter: Salesforce OAuth2 auth pattern differs from Poolbrain API key 2026-02-26 12:57:46 -06:00
Cal Corum
808a53befa episode: ESB getter boilerplate: ~120-140 lines shared across getters, future extraction candidate 2026-02-26 12:57:36 -06:00
Cal Corum
db9ce0c07e episode: ESB-50 blocks ESB-51: getter must run before mapping config is finalized 2026-02-26 12:57:26 -06:00
Cal Corum
bc77f73a3e episode: sf-ca.json mapping config: copy-paste bug in Contact required_platform_fields + missing CloudSQL fields 2026-02-26 12:57:20 -06:00
Cal Corum
055b240097 episode: ESB-48 SF-CA getter: branch and directory structure 2026-02-26 12:57:13 -06:00
Cal Corum
12e0948a8a episode: Claude Code session workflow: cc + /rename + remote control (iOS) 2026-02-26 12:43:57 -06:00
Cal Corum
7bb84358ca episode: cc() tmux alias: auto-launch Claude with nesting support 2026-02-26 12:43:50 -06:00
Cal Corum
ece4eaddfa episode: Claude Code Agent Teams enabled in ~/.claude/settings.json with tmux controls 2026-02-26 12:14:54 -06:00
Cal Corum
67ebcb0393 episode: tmux cc() alias in ~/.zshrc for auto-named Claude Code sessions 2026-02-26 12:14:48 -06:00
Cal Corum
a5abad5c09 episode: [homelab] Migrate Gitea ops to MCP, update Paper Dynasty skill, sync plugins 2026-02-26 11:38:18 -06:00
Cal Corum
e92c6074d6 episode: [sba-scouting] Add Rust project scaffold for TUI rewrite 2026-02-26 11:37:40 -06:00
Cal Corum
90cb215350 episode: [claude-config] Session: configuration, deployment, fix 2026-02-26 08:34:26 -06:00
Cal Corum
a2a0f9ebfa episode: Migrated Gitea operations from tea CLI to gitea-mcp MCP server 2026-02-25 19:00:32 -06:00
Cal Corum
15f3831ee4 episode: [homelab] Session: automation, configuration, debugging, deployment, feature, fix, tooling 2026-02-25 17:28:06 -06:00
Cal Corum
d9759a317d episode: Claude Code MCP user-scope config is ~/.claude.json, not ~/.claude/.mcp.json 2026-02-25 17:12:20 -06:00
Cal Corum
fd8fb40b01 episode: Gitea MCP server (official gitea/gitea-mcp v0.8.1) installed locally 2026-02-25 17:12:14 -06:00
Cal Corum
9f24e310c6 episode: No re-exports when refactoring imports — update call sites directly 2026-02-25 16:44:36 -06:00
Cal Corum
4dea33e820 episode: When extracting a class, also move its module-level helper dependencies 2026-02-25 16:44:27 -06:00
Cal Corum
21448869b9 episode: Break circular imports by extracting shared models to models.py 2026-02-25 16:44:18 -06:00
Cal Corum
180856dee2 episode: [homelab] Session: configuration, creation, debugging, deployment, fix, tooling 2026-02-25 16:40:01 -06:00