Skip to content

Claude/add persistence context db 1b r wh#178

Merged
Krilliac merged 2 commits intoWorkingfrom
claude/add-persistence-context-db-1bRWh
Mar 14, 2026
Merged

Claude/add persistence context db 1b r wh#178
Krilliac merged 2 commits intoWorkingfrom
claude/add-persistence-context-db-1bRWh

Conversation

@Krilliac
Copy link
Owner

No description provided.

claude added 2 commits March 14, 2026 05:54
Introduces a file-based AI memory store so Claude can record and
retrieve learned solutions across sessions, eliminating repeated
re-discovery of recurring issues.

New structure:
  .claude/README.md                    - system overview and usage rules
  .claude/index.md                     - master index (read at session start)
  .claude/knowledge/github-api-pr-checks.md  - reliable PR/CI status methods
  .claude/knowledge/ci-failures.md     - blocking/non-blocking jobs, reproduction
  .claude/knowledge/git-rebase-conflicts.md  - auto-generated file conflict rules
  .claude/knowledge/clang-format.md    - full-scan vs head-50 gotcha, Metal exclusion

CLAUDE.md updated with:
  - Step 5 in session start: read .claude/index.md
  - New "Persistence Context Database" section with structure, entry format,
    and rules for reading/writing context entries

https://claude.ai/code/session_01Y7A2W9tw32H9Dt7SXyoVey
Add two additional knowledge files identified by design review:
  - cmake-linux-build-failures.md: cache conflicts, apt deps, DirectX guards,
    submodule init, clean-build sequence
  - windows-msvc-w4-warnings.md: MSVC /W4 fix table, diagnosis workflow,
    blocking vs. non-blocking job guidance

Update index.md quick-reference, README.md structure, and CLAUDE.md
structure block to include all 6 knowledge files.

https://claude.ai/code/session_01Y7A2W9tw32H9Dt7SXyoVey
@Krilliac Krilliac merged commit cb986e7 into Working Mar 14, 2026
31 checks passed
@Krilliac Krilliac deleted the claude/add-persistence-context-db-1bRWh branch March 14, 2026 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants