docs: add blueprint graphify and review engine planning packages#15
Merged
docs: add blueprint graphify and review engine planning packages#15
Conversation
Key changes:
- DEFAULT_CONFIG stable key: blueprint_enhancers: {} for unconditional validation
- Pure class registry: ClassVar name, classmethod is_available/validate
- EnhancerConfigError: fail-closed on config errors, fail-open on missing deps
- inject_auto_sections: replacement function + CRLF preservation
- history scan: plan-level granularity (not month dirs), YYYYMMDD sort convention
- Private key whitelist per enhancer (history_scan_depth with bool guard)
- Unknown enhancer + enabled:true → raise (not silent ignore)
…fact for machines - Add design principle 6: runtime exposes stale signal, does not auto-execute enhancers - Replace simple finalize prompt with dual-channel trigger mechanism: - engine.py: conditional notes.append() for human-readable hint - handoff.py: blueprint_enhancer_refresh structured artifact for machine consumption - Update task 3.2 with concrete implementation details - Add evolution roadmap (Phase 4.4 freshness gate → Phase 4+ host/CI auto-trigger)
- Add 'trigger' field (enabled_enhancer_config_present) alongside 'reason' (plan_finalized) - reason = lifecycle event, trigger = config-level cause for recommendation - Host dispatches on trigger field, not artifact key presence - Extensible: Phase 4.4 uses trigger=enhancer_output_stale
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.
摘要
说明