You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(CHG40): add CLI flags and MCP support for bidirectional impact analysis
CLI enhancements:
- Add --direction [outgoing|incoming|bidirectional] flag to 'infer impact'
- Add --max-depth <n> flag for traversal depth limiting
- Add --filter <types> flag for relationship type filtering
- Display direction, depth, and filter info in output
MCP updates:
- Extend infer-impact tool with direction, maxDepth, relationshipFilter inputs
- Add new infer-impact-summary tool for hotspot analysis
- Support document-level impact analysis via MCP
Schema & docs:
- Regenerate schema.json with new ImpactPolarity enum
- Update .SysProM.json and Markdown syncs
- Mark CHG40 as 'introduced' in provenance document
Tests: All 477 tests passing including 13 new CHG40 tests
0 commit comments