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:
parent
c56c92c815
commit
9ce157400e
13 changed files with 3021 additions and 0 deletions
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."""
|
||||
Loading…
Add table
Add a link
Reference in a new issue