feat(kb): add kb plugin with dream consolidation skill#76
Conversation
- dream skill: consolidate a markdown KB — merge near-duplicates, flag contradictions, prune stale notes, ingest inbox, refresh from sources, split, rebuild the index. Diff-for-approval; --auto (lock-guarded, skips conflicts); forget (delete by query). KB-agnostic (path arg / $KB_DIR). - Registered in marketplace.json, .claude-plugin/marketplace.json, .agents/plugins/marketplace.json; Claude + Codex manifests in sync. Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
More reviews will be available in 42 minutes and 20 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (8)
✨ 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 |
Thin slash-command entry point: parses $ARGUMENTS (path / --auto / forget), resolves the KB via the argument or $KB_DIR, and delegates the full consolidation pass to the dream skill. Declares commands/ + Command capability in the Codex manifest. Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>
Welcome! 👋Thank you for your first contribution to this project! We appreciate you taking the time to improve our codebase. Next Steps
Contribution Guidelines
Thanks again for contributing! 🎉 |
Super-linter markdownlint MD040 requires a language on fenced code blocks. The diff-report and forget-diff templates were bare; mark them as text. Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>
New
kbplugin for knowledge-base maintenance, with thedreamskill.dream — KB memory consolidation
Consolidates a markdown KB in one pass:
type, >60% noun overlap, notpinned)--auto)pinnednever pruned)raw/inbox/captures; refresh notes fromsources:URLs when staleMEMORY.mdindexModes: interactive (diff → approve → apply),
--auto(non-interactive, lock-guarded at${TMPDIR:-/tmp}/dream_auto.lock, skips conflicts, leaves a reminder), andforget "<query>"(delete specific notes).Generic by design — no hardcoded paths. Invoke as
dream ./docs/kbordream $KB_DIR; works on any*.md-with-frontmatter KB. Aligned with a KB's ownDREAM.md/AGENTS.mdif present.Registered in all three marketplace manifests;
validate-plugins.shpasses (43 items, 0 failed); lint-clean.Co-Authored-By: duyetbot duyetbot@users.noreply.github.com