Fix code review issues for Story 1.10

This commit is contained in:
Sepehr
2026-02-21 19:15:13 +01:00
parent 0d9a0e4231
commit 8ef8cd2eba
4 changed files with 303 additions and 97 deletions

View File

@@ -34,7 +34,7 @@
# - SM typically creates next story after previous one is 'done' to incorporate learnings
# - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
generated: 2026-02-13
generated: 2026-02-21
project: Entropyk
project_key: NOKEY
tracking_system: file-system
@@ -50,14 +50,11 @@ development_status:
1-5-generic-heat-exchanger-framework: done
1-6-expansion-valve-component: done
1-7-component-state-machine: done
1-8-auxiliary-and-transport-components: done
1-9-air-coils-evaporator-condenser: done
1-10-pipe-helpers-water-refrigerant: done
1-11-flow-junction-splitter-merger: done
1-12-flow-boundary-source-sink: done
epic-1-retrospective: optional
# Epic 2: Fluid Properties Backend
1-8-auxiliary-transport-components: review
1-11-flow-junctions-flowsplitter-flowmerger: done
1-12-boundary-conditions-flowsource-flowsink: done
epic-2: in-progress
2-1-fluid-backend-trait-abstraction: done
2-2-coolprop-integration-sys-crate: done
@@ -67,7 +64,7 @@ development_status:
2-6-critical-point-damping-co2-r744: done
2-7-incompressible-fluids-support: done
2-8-rich-thermodynamic-state-abstraction: done
epic-2-retrospective: optional
epic-1-retrospective: optional
# Epic 3: System Topology (Graph)
epic-3: in-progress
@@ -76,7 +73,7 @@ development_status:
3-3-multi-circuit-machine-definition: done
3-4-thermal-coupling-between-circuits: done
3-5-zero-flow-branch-handling: done
3-6-hierarchical-macro-components: done
3-6-hierarchical-subsystems-macrocomponents: done
epic-3-retrospective: optional
# Epic 4: Intelligent Solver Engine
@@ -87,7 +84,7 @@ development_status:
4-4-intelligent-fallback-strategy: done
4-5-time-budgeted-solving: done
4-6-smart-initialization-heuristic: done
4-7-convergence-criteria-and-validation: done
4-7-convergence-criteria-validation: done
4-8-jacobian-freezing-optimization: done
epic-4-retrospective: optional
@@ -95,14 +92,15 @@ development_status:
epic-5: in-progress
5-1-constraint-definition-framework: done
5-2-bounded-control-variables: done
5-3-residual-embedding-for-inverse-control: review
5-4-multi-variable-control: backlog
5-5-swappable-calibration-variables: backlog
5-3-residual-embedding-for-inverse-control: done
5-4-multi-variable-control: in-progress
5-5-swappable-calibration-variables-inverse-calibration-one-shot: done
5-6-control-variable-step-clipping-in-solver: review
epic-5-retrospective: optional
# Epic 6: Multi-Platform APIs
epic-6: backlog
6-1-rust-native-api: backlog
epic-6: in-progress
6-1-rust-native-api: ready-for-dev
6-2-python-bindings-pyo3: backlog
6-3-c-ffi-bindings-cbindgen: backlog
6-4-webassembly-compilation: backlog
@@ -115,13 +113,15 @@ development_status:
7-2-energy-balance-validation: backlog
7-3-traceability-metadata: backlog
7-4-debug-verbose-mode: backlog
7-5-json-serialization-and-deserialization: backlog
7-6-component-calibration-parameters: review
7-7-ashrae-140-bestest-validation: backlog
7-5-json-serialization-deserialization: backlog
7-6-component-calibration-parameters-calib: backlog
7-7-ashrae-140-bestest-validation-post-mvp: backlog
7-8-inverse-calibration-parameter-estimation: backlog
epic-7-retrospective: optional
# Epic 8: Component-Fluid Integration
epic-8: in-progress
8-1-fluid-backend-component-integration: done
1-9-air-coils-evaporatorcoil-condensercoil-post-mvp: done
1-10-pipe-helpers-for-water-and-refrigerant: done
epic-8-retrospective: optional