feat: add staged local-first pipeline foundations#209
Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
VIBEDEPLOY_USE_STAGED_PIPELINEWhy
The current pipeline jumps from blueprint to code generation, which allows frontend/backend contract drift and static mockups. This slice makes the contract a first-class artifact and introduces hard local gates before deploy.
Included
api_contract_generator_nodespec_freeze_gatescaffold_generator_nodetype_generator_nodepydantic_generator_nodedesign_system_generatorcontract_validator_nodewiring_validatorlocal_runtime_validatordeploy_gateagent/graph.pyVerification
cd agent && pytest tests/test_staged_pipeline_nodes.py tests/test_contract_validator.py tests/test_build_validator.py -qcd agent && ruff check graph.py state.py nodes/api_contract_generator.py nodes/scaffold_generator.py nodes/type_generator.py nodes/pydantic_generator.py nodes/spec_freeze_gate.py nodes/design_system_generator.py nodes/wiring_validator.py nodes/local_runtime_validator.py nodes/deploy_gate.py nodes/contract_validator.py tests/test_staged_pipeline_nodes.pyVIBEDEPLOY_USE_STAGED_PIPELINE=true python -c \"from agent.graph import create_graph; print(type(create_graph()).__name__)\"Notes
Summary by CodeRabbit
릴리스 노트
New Features
Documentation
Tests