Merged
Conversation
Dream is a scheduled task; manual gating defeats the purpose. The skill now applies every triage, conflict resolution, decay, and hygiene fix without prompting. The --dry-run flag is the only mode that does not write to the KB. - Drop --auto (it's the default; --dry-run is the explicit opt-out) - Add an Operating principle section: "decide and apply"; never punt - Phase 3 (Triage): always apply merge/re-file; "Hold" reserved for docs too degraded to classify - Phase 4 (Conflict): always reconcile, even ambiguous cases — pick most recently modified as canonical, integrate non-overlapping content, log the decision - Phase 5 (Decay): always apply archive - Phase 6 (Consolidate): no confirmation gate; convert "Do NOT auto-fix" list into "Apply with judgment" with concrete rules for each case (oversized splits, naming renames, duplicates, orphans) - Phase 7 (Report): always write to KB + dream-runs log; rename "Auto-Fixed" / "Needs Manual Attention" to "Fixes Applied" / "Judgment Calls" (the audit trail for non-trivial decisions) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Dream is a scheduled KB maintenance task; manual gating defeats the purpose.
The skill now applies every fix unattended.
rules for oversized splits, renames, duplicates, and orphans
modified) and integrates non-overlapping content from the older one
Calls (audit trail for non-trivial decisions)
Co-Authored-By: Claude noreply@anthropic.com