docs: expand .claude/ to general self-learning store#179
Merged
Conversation
Broadens the persistence context database from issue-only tracking to a
full self-learning system covering 5 entry types: Issue, Pattern,
Optimization, Observation, and Decision.
Schema changes:
- Add **Type:** field to all knowledge files
- Generalize entry format (Description, Approach, Details sections
alongside the existing Issue/Methods Tried/Solution shape)
- Status values expanded: Active for non-issue entries, Superseded for
replaced approaches
New knowledge files:
- workflow-patterns.md [Pattern]: parallel Explore agents, doc sync
after structural changes, pre-push checklist order, CMake preset
usage, session start checklist
- codebase-observations.md [Observation]: disabled-by-default systems,
EngineContext vs globals, .claude/ visibility, auto-generated files,
wiki AUTO: sections, dual tools/ directories, head-50 partial check,
ThirdParty submodule initialization
Updated:
- README.md: broadened scope, 5-type reference table, updated format spec
- index.md: added Type column, added quick-reference sections by category
- CLAUDE.md: updated Persistence section with type table, new format,
"when to write" expanded to all 5 types
https://claude.ai/code/session_01Y7A2W9tw32H9Dt7SXyoVey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Broadens the persistence context database from issue-only tracking to a full self-learning system covering 5 entry types: Issue, Pattern, Optimization, Observation, and Decision.
Schema changes:
New knowledge files:
Updated:
https://claude.ai/code/session_01Y7A2W9tw32H9Dt7SXyoVey