forked from genewildish/Mainline
Story: Capability-Based Dependency Resolution #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a developer
I want stages to declare their capabilities and dependencies
So that the pipeline auto-connects stages without hardcoding
Acceptance Criteria:
capabilities(what they provide) anddependencies(what they need)Technical Tasks (from commit
952b73c,e0bbfea):engine/pipeline/core.py: Stage base class with capabilities/dependenciesengine/pipeline/controller.py: Pipeline execution with resolutionengine/pipeline/registry.py: Stage discoveryADR: ADR-001: Capability-Based Dependency Resolution