chore: set up knowledge distillery infrastructure - #2
Conversation
- Add .github/workflows for mark-evidence, batch-refine, curate-report, and apply-changeset (Knowledge Distillery pipeline stages). - Add .knowledge/vault.db as the initial empty knowledge vault, plus empty changesets/ and reports/ directories for the refinement pipeline. - Add CLAUDE.md directives for the Knowledge Vault query workflow and the Memento per-commit session-summary requirement. - Update .gitignore: ignore .knowledge/tmp/, tmp/ (vault-refs scratch), and .mcp.json (runtime secrets); commit vault.db, changesets, reports.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThis PR introduces a Knowledge Distillery integration system comprising four new GitHub Actions workflows for batch processing pipelines (evidence marking, batch refinement, report curation, and changeset application), along with configuration updates for ignored files and operational guidelines documentation. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Summary
Changes
.github/workflows/: addmark-evidence.yml,batch-refine.yml,curate-report.yml, andapply-changeset.ymlcovering the four pipeline stages..knowledge/vault.db: add the initial empty SQLite knowledge vault..knowledge/changesets/and.knowledge/reports/will be populated by the pipeline.CLAUDE.md: add Knowledge Vault section (query workflow, MUST/MUST-NOT enforcement, do-not-read-files rule) and Memento section (per-commit 7-section session summary onrefs/notes/commits)..gitignore: ignore.knowledge/tmp/,tmp/(vault-refs scratch), and.mcp.json(runtime secrets); leavevault.db,changesets/,reports/tracked.Test Plan
mark-evidenceworkflow triggers on PR merge and posts an Evidence Bundle Manifest comment.batch-refineworkflow runs on schedule (or manual dispatch) and opens a report PR.curate-reportworkflow responds to/curatecomments on knowledge/batch-* PRs.apply-changesetworkflow applies the merged changeset to the vault.refs/notes/commitson every new commit.knowledge-gateCLI commands resolve against the committedvault.db.Summary by CodeRabbit
New Features
Documentation
Chores