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: remove deprecated stage concept from codebase
- Remove all 'stage = "..."' fields from logging statements throughout src/
- Remove 'stages = N' fields from workflow logging
- Remove Stage N: comments as functions are now self-explanatory
- Update documentation references from 'stages' to 'workflows'
- Update template renderer comments to use 'deployment workflows' terminology
- Update template module to use 'sequential template resolution'
This aligns the codebase with the three-level architecture (commands, steps, remote actions)
documented in docs/three-level-architecture.md, removing references to the old stage concept.
0 commit comments