core: regenerate CORE.md
This commit is contained in:
parent
4a9cd38a29
commit
7d9f95339f
12
CORE.md
12
CORE.md
@ -1,5 +1,5 @@
|
|||||||
# Memory Core (auto-generated)
|
# Memory Core (auto-generated)
|
||||||
> Last updated: 2026-03-04 | Active memories: 217/675 | Next refresh: daily (systemd timer)
|
> Last updated: 2026-03-05 | Active memories: 223/712 | Next refresh: daily (systemd timer)
|
||||||
|
|
||||||
## Critical Solutions
|
## Critical Solutions
|
||||||
|
|
||||||
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
## Active Decisions
|
## Active Decisions
|
||||||
|
|
||||||
|
- [Docker Tags Composite Action: Three-Channel Branch-Based Tag Resolution](graph/decisions/docker-tags-composite-action-three-channel-branch-based-tag-f67518.md) - Created `docker-tags/action.yml` in the `cal/gitea-actions` shared composite... (gitea-actions, docker, ci-cd)
|
||||||
- [Extracted cognitive-memory app from skill dir to standalone project](graph/decisions/extracted-cognitive-memory-app-from-skill-dir-to-standalone-a41644.md) - Moved all application code (~6K lines) from `~/.claude/skills/cognitive-memor... (cognitive-memory, architecture, extraction)
|
- [Extracted cognitive-memory app from skill dir to standalone project](graph/decisions/extracted-cognitive-memory-app-from-skill-dir-to-standalone-a41644.md) - Moved all application code (~6K lines) from `~/.claude/skills/cognitive-memor... (cognitive-memory, architecture, extraction)
|
||||||
- [Cognitive memory data dir moved to XDG-compliant path (~/.local/share/cognitive-memory/)](graph/decisions/cognitive-memory-data-dir-moved-to-xdg-compliant-path-locals-dc9c26.md) - Moved default data directory from hardcoded `~/.claude/memory/` to XDG Base D... ([\\\"cognitive-memory\\\", xdg, architecture)
|
- [Cognitive memory data dir moved to XDG-compliant path (~/.local/share/cognitive-memory/)](graph/decisions/cognitive-memory-data-dir-moved-to-xdg-compliant-path-locals-dc9c26.md) - Moved default data directory from hardcoded `~/.claude/memory/` to XDG Base D... ([\\\"cognitive-memory\\\", xdg, architecture)
|
||||||
- [Skill organization: scoped user skills over symlinks](graph/decisions/skill-organization-scoped-user-skills-over-symlinks-6cc417.md) - When skills need to be shared across multiple projects but not all projects,... (claude-code, skills, organization)
|
- [Skill organization: scoped user skills over symlinks](graph/decisions/skill-organization-scoped-user-skills-over-symlinks-6cc417.md) - When skills need to be shared across multiple projects but not all projects,... (claude-code, skills, organization)
|
||||||
@ -25,20 +26,19 @@
|
|||||||
- [PR Reviewer: Scheduled Poller over Webhook Trigger](graph/decisions/pr-reviewer-scheduled-poller-over-webhook-trigger-231645.md) - Chose **Approach C (scheduled poller)** over webhook-triggered (Approach A) o... (pr-reviewer, claude-scheduled, architecture)
|
- [PR Reviewer: Scheduled Poller over Webhook Trigger](graph/decisions/pr-reviewer-scheduled-poller-over-webhook-trigger-231645.md) - Chose **Approach C (scheduled poller)** over webhook-triggered (Approach A) o... (pr-reviewer, claude-scheduled, architecture)
|
||||||
- [PR Reviewer: Review All PRs Including AI-Generated](graph/decisions/pr-reviewer-review-all-prs-including-ai-generated-bb05e1.md) - The PR reviewer agent reviews **ALL** open PRs, including those created by th... (pr-reviewer, issue-worker, safety)
|
- [PR Reviewer: Review All PRs Including AI-Generated](graph/decisions/pr-reviewer-review-all-prs-including-ai-generated-bb05e1.md) - The PR reviewer agent reviews **ALL** open PRs, including those created by th... (pr-reviewer, issue-worker, safety)
|
||||||
- [Issue Worker Agent: Phased Workflow Architecture](graph/decisions/issue-worker-agent-phased-workflow-architecture-45c219.md) - Rewrote the issue-worker agent at `~/.claude/agents/issue-worker.md` from a f... (claude-configs, issue-worker, agent-design)
|
- [Issue Worker Agent: Phased Workflow Architecture](graph/decisions/issue-worker-agent-phased-workflow-architecture-45c219.md) - Rewrote the issue-worker agent at `~/.claude/agents/issue-worker.md` from a f... (claude-configs, issue-worker, agent-design)
|
||||||
- [Cognitive memory multi-graph support and scheduled tasks system issues opened on Gitea](graph/decisions/cognitive-memory-multi-graph-support-and-scheduled-tasks-sys-dc6b6c.md) - Both filed on `cal/claude-memory` Gitea repo. (cognitive-memory, scheduled-tasks, systemd)
|
|
||||||
|
|
||||||
## Key Fixes
|
## Key Fixes
|
||||||
|
|
||||||
- [Fix: Issue-poller infinite loop — PRs returned as issues by gitea-mcp list_repo_issues](graph/fixes/fix-issue-poller-infinite-loop-prs-returned-as-issues-by-git-c1a50f.md) - claude-scheduled / issue-poller automation (issue-poller, gitea, gitea-mcp)
|
- [Fix: Issue-poller infinite loop — PRs returned as issues by gitea-mcp list_repo_issues](graph/fixes/fix-issue-poller-infinite-loop-prs-returned-as-issues-by-git-c1a50f.md) - claude-scheduled / issue-poller automation (issue-poller, gitea, gitea-mcp)
|
||||||
|
- [Fix: SteamCMD in LXC - Missing Config and DNS Resolution Failures](graph/fixes/fix-steamcmd-in-lxc-missing-config-and-dns-resolution-failur-0381e6.md) - Cause:** SteamCMD inside LXC does not auto-detect platform. (steamcmd, lxc, proxmox)
|
||||||
- [Fix: N8N MCP partial updates corrupt workflows via typeVersion bumps](graph/fixes/fix-n8n-mcp-partial-updates-corrupt-workflows-via-typeversio-c30705.md) - Using `n8n_update_partial_workflow` to bump `typeVersion` values on nodes (e.... (n8n, mcp, n8n-mcp)
|
- [Fix: N8N MCP partial updates corrupt workflows via typeVersion bumps](graph/fixes/fix-n8n-mcp-partial-updates-corrupt-workflows-via-typeversio-c30705.md) - Using `n8n_update_partial_workflow` to bump `typeVersion` values on nodes (e.... (n8n, mcp, n8n-mcp)
|
||||||
- [Fix: Claude Code PostToolUse hook correct JSON format](graph/fixes/fix-claude-code-posttooluse-hook-correct-json-format-be0bda.md) - Claude Code hooks were not firing because the configuration used incorrect fi... (sba-scouting, rust, claude-code)
|
- [Fix: Claude Code PostToolUse hook correct JSON format](graph/fixes/fix-claude-code-posttooluse-hook-correct-json-format-be0bda.md) - Claude Code hooks were not firing because the configuration used incorrect fi... (sba-scouting, rust, claude-code)
|
||||||
- [Fix: sqlx in-memory SQLite pool requires max_connections=1](graph/fixes/fix-sqlx-in-memory-sqlite-pool-requires-max-connections1-1b71b1.md) - Integration tests using `:memory:` SQLite failed with "no such table" errors... (sba-scouting, rust, sqlx)
|
- [Fix: sqlx in-memory SQLite pool requires max_connections=1](graph/fixes/fix-sqlx-in-memory-sqlite-pool-requires-max-connections1-1b71b1.md) - Integration tests using `:memory:` SQLite failed with "no such table" errors... (sba-scouting, rust, sqlx)
|
||||||
- [Fix: N8N Master Loop Discord Summary node missing URL caused silent failures](graph/fixes/fix-n8n-master-loop-discord-summary-node-missing-url-caused-401ef2.md) - The "Server Health Monitor - Master Loop" workflow (ID: `p7XmW23SgCs3hEkY`) w... (n8n, server-diagnostics, discord)
|
- [Fix: N8N Master Loop Discord Summary node missing URL caused silent failures](graph/fixes/fix-n8n-master-loop-discord-summary-node-missing-url-caused-401ef2.md) - The "Server Health Monitor - Master Loop" workflow (ID: `p7XmW23SgCs3hEkY`) w... (n8n, server-diagnostics, discord)
|
||||||
|
- [[gitea-actions] Add shared docker-tags composite action for multi-channel Docker tag resolution](graph/fixes/gitea-actions-add-shared-docker-tags-composite-action-for-mu-fe94f6.md) - Commits made: 1 (gitea-actions, commit, configuration)
|
||||||
- [Fix: Partial UUID prefix matching in cognitive memory client (git-style)](graph/fixes/fix-partial-uuid-prefix-matching-in-cognitive-memory-client-89f32e.md) - Users had to type full UUIDs when referencing memories or edges via the client. (cognitive-memory, fix, uuid)
|
- [Fix: Partial UUID prefix matching in cognitive memory client (git-style)](graph/fixes/fix-partial-uuid-prefix-matching-in-cognitive-memory-client-89f32e.md) - Users had to type full UUIDs when referencing memories or edges via the client. (cognitive-memory, fix, uuid)
|
||||||
- [[homelab] Session: automation, configuration, creation, debugging, deployment, fix](graph/fixes/homelab-session-automation-configuration-creation-debugging-45b017.md) - Files edited (5): (homelab, automation, configuration)
|
- [[homelab] Session: automation, configuration, creation, debugging, deployment, fix](graph/fixes/homelab-session-automation-configuration-creation-debugging-45b017.md) - Files edited (5): (homelab, automation, configuration)
|
||||||
- [[major-domo] Session: deployment, fix, tooling](graph/fixes/major-domo-session-deployment-fix-tooling-4001e9.md) - Work types: deployment, fix, tooling (major-domo, deployment, fix)
|
- [[major-domo] Session: deployment, fix, tooling](graph/fixes/major-domo-session-deployment-fix-tooling-4001e9.md) - Work types: deployment, fix, tooling (major-domo, deployment, fix)
|
||||||
- [[homelab] docs: add next-release branch workflow to CLAUDE.md](graph/fixes/homelab-docs-add-next-release-branch-workflow-to-claudemd-4229bd.md) - Commits made: 1 (homelab, automation, commit)
|
|
||||||
- [Fix: Backlog triage missing repos due to hardcoded wrong repo names and incomplete list](graph/fixes/fix-backlog-triage-missing-repos-due-to-hardcoded-wrong-repo-66ae99.md) - `backlog-triage/prompt.md` had 4 hardcoded repo names, one of which ("paper-d... (claude-scheduled, backlog-triage, bug-fix)
|
|
||||||
|
|
||||||
## Configurations
|
## Configurations
|
||||||
|
|
||||||
@ -46,12 +46,12 @@
|
|||||||
- [n8n-mcp server setup for Claude Code via mcp-manager](graph/configurations/n8n-mcp-server-setup-for-claude-code-via-mcp-manager-1d8200.md) - Added `n8n-mcp` (czlonkowski/n8n-mcp v2.35.3) as an on-demand MCP server mana... (n8n, mcp, claude-code)
|
- [n8n-mcp server setup for Claude Code via mcp-manager](graph/configurations/n8n-mcp-server-setup-for-claude-code-via-mcp-manager-1d8200.md) - Added `n8n-mcp` (czlonkowski/n8n-mcp v2.35.3) as an on-demand MCP server mana... (n8n, mcp, claude-code)
|
||||||
- [PR Reviewer Agent Definition and Dispatcher System](graph/configurations/pr-reviewer-agent-definition-and-dispatcher-system-b79abd.md) - Built a complete automated PR review system using Claude Code. (pr-reviewer, claude-scheduled, gitea)
|
- [PR Reviewer Agent Definition and Dispatcher System](graph/configurations/pr-reviewer-agent-definition-and-dispatcher-system-b79abd.md) - Built a complete automated PR review system using Claude Code. (pr-reviewer, claude-scheduled, gitea)
|
||||||
- [MCP servers go in ~/.claude.json, NOT ~/.claude/.mcp.json](graph/configurations/mcp-servers-go-in-claudejson-not-claudemcpjson-d746c5.md) - Global MCP servers** must be defined in `~/.claude.json` under the top-level... (claude-code, mcp, configuration)
|
- [MCP servers go in ~/.claude.json, NOT ~/.claude/.mcp.json](graph/configurations/mcp-servers-go-in-claudejson-not-claudemcpjson-d746c5.md) - Global MCP servers** must be defined in `~/.claude.json` under the top-level... (claude-code, mcp, configuration)
|
||||||
|
- [Palworld Dedicated Server on Proxmox LXC 230](graph/configurations/palworld-dedicated-server-on-proxmox-lxc-230-e5922f.md) - LXC ID: 230 (palworld, proxmox, lxc)
|
||||||
- [Shared repos.json for claude-scheduled automations](graph/configurations/shared-reposjson-for-claude-scheduled-automations-da46f2.md) - Moved repos.json from a task-specific location to a shared location so all au... (claude-scheduled, repos, configuration)
|
- [Shared repos.json for claude-scheduled automations](graph/configurations/shared-reposjson-for-claude-scheduled-automations-da46f2.md) - Moved repos.json from a task-specific location to a shared location so all au... (claude-scheduled, repos, configuration)
|
||||||
- [Config: mcp-tui-driver MCP server installed globally](graph/configurations/config-mcp-tui-driver-mcp-server-installed-globally-967ad4.md) - Installed from source via cargo: (mcp, tui-testing, claude-code)
|
- [Config: mcp-tui-driver MCP server installed globally](graph/configurations/config-mcp-tui-driver-mcp-server-installed-globally-967ad4.md) - Installed from source via cargo: (mcp, tui-testing, claude-code)
|
||||||
- [CT 300 claude-runner: Two-Tier Health Check Architecture](graph/configurations/ct-300-claude-runner-two-tier-health-check-architecture-061011.md) - The headless Claude server diagnostics system runs on **CT 300** (hostname: `... (ct300, claude-runner, server-diagnostics)
|
- [CT 300 claude-runner: Two-Tier Health Check Architecture](graph/configurations/ct-300-claude-runner-two-tier-health-check-architecture-061011.md) - The headless Claude server diagnostics system runs on **CT 300** (hostname: `... (ct300, claude-runner, server-diagnostics)
|
||||||
- [Path references updated across 6 files after cognitive-memory extraction](graph/configurations/path-references-updated-across-6-files-after-cognitive-memor-81e330.md) - After moving app code from `~/.claude/skills/cognitive-memory/` to `/mnt/NV2/... (cognitive-memory, configuration, claude-code)
|
- [Path references updated across 6 files after cognitive-memory extraction](graph/configurations/path-references-updated-across-6-files-after-cognitive-memor-81e330.md) - After moving app code from `~/.claude/skills/cognitive-memory/` to `/mnt/NV2/... (cognitive-memory, configuration, claude-code)
|
||||||
- [Backlog triage scheduled task config (daily Gitea issue triage)](graph/configurations/backlog-triage-scheduled-task-config-daily-gitea-issue-triag-b27fb8.md) - Daily automated triage of open Gitea issues across repos, cross-referenced wi... (claude-scheduled, backlog-triage, gitea)
|
- [Palworld STL Client Configuration (App ID 1623730)](graph/configurations/palworld-stl-client-configuration-app-id-1623730-9f09eb.md) - Palworld (App ID 1623730) configured for Linux via SteamTinkerLaunch. (palworld, steamtinkerlaunch, gaming)
|
||||||
- [Discord Webhook Notifications in claude-scheduled runner.sh](graph/configurations/discord-webhook-notifications-in-claude-scheduled-runnersh-c4be97.md) - Added opt-in Discord notification to `~/.config/claude-scheduled/runner.sh`. (claude-scheduled, discord, webhook)
|
|
||||||
|
|
||||||
## Key Procedures
|
## Key Procedures
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user