fix(01): revise plan 01-02 wave 2 to wave 3, add 01-03 dependency

Integration tests in 01-02 extend AbstractClickHouseIT from 01-03.
Both were wave 2 (parallel), causing potential compilation failure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-11 11:43:57 +01:00
parent da09e5fda7
commit 5436c0a490

View File

@@ -2,8 +2,8 @@
phase: 01-ingestion-pipeline-api-foundation
plan: 02
type: execute
wave: 2
depends_on: ["01-01"]
wave: 3
depends_on: ["01-01", "01-03"]
files_modified:
- cameleer3-server-app/src/main/java/com/cameleer3/server/app/controller/ExecutionController.java
- cameleer3-server-app/src/main/java/com/cameleer3/server/app/controller/DiagramController.java