feat(prompts): implement Phase 5 - Dependency Tracking (FR-6)
Add directed dependency graph with cycle detection, topological sort, and query service for finding dependents/dependencies transitively. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
tests/integration/prompts/__init__.py
Normal file
1
tests/integration/prompts/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Integration tests for prompt dependency tracking."""
|
||||
Reference in New Issue
Block a user