feat(learnings): redesign as action-gated knowledge base with seven skills#5
Draft
Ragazoor wants to merge 9 commits into
Draft
feat(learnings): redesign as action-gated knowledge base with seven skills#5Ragazoor wants to merge 9 commits into
Ragazoor wants to merge 9 commits into
Conversation
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.
Summary
confirm_learning→upvote_learning(DDD alignment: signals quality, not workflow transition)LearningKind::EpisodicwithLearningKind::Landscape(for codebase/system overviews); migration v44 converts existingepisodicrows toconventiondispatch setup:/pr-workflow,/codebase-knowledge,/code-conventions,/test-conventions,/dispatch-workflow,/troubleshoot,/improvement— agents invoke these at action checkpoints rather than only at task start/learningsskill to cover lifecycle management (upvote + record) and defer discovery to the domain skillscore.allium,learnings.allium) andCLAUDE.mdto reflect all renames and the new designTest plan
cargo test— all 2288 tests passdispatch setupinstalls the seven new skill directories under~/.claude/plugins/local/dispatch/skills/L— overlay title reads "Knowledge Base"/skill-namecheckpoint referencesrecord_learning→ immediately approved, no moreproposedstateupvote_learning(formerlyconfirm_learning) still incrementsconfirmed_countNotes
The root cause diagnosed during brainstorming: agents queried learnings at task start and then never again, so relevant context arrived at the wrong moment and nothing got upvoted. The seven domain skills solve this by putting queries at the decision point (before writing code, before opening a PR, etc.).
Implements #585.