Expand description
Cross-repository dependency resolution for specs.
Handles resolution of dependencies across multiple repositories using the
repo:spec-id syntax in the depends_on field.
§Doc Audit
- audited: 2026-01-27
- docs: concepts/dependencies.md
- ignore: false
Functions§
- check_
circular_ dependencies - Checks for circular dependencies across repos.
- find_
spec_ by_ id - Find a spec by ID in the all_specs list, or resolve cross-repo dependency.
- is_
blocked_ by_ dependencies - Check if a spec is blocked by unmet dependencies, including cross-repo deps.
- resolve_
dependency - Resolves a spec dependency ID (local or cross-repo) and returns the spec.