169 lines
6.0 KiB
YAML
169 lines
6.0 KiB
YAML
# Sprint Status - Entropyk
|
|
# Last Updated: 2026-02-22
|
|
# Project: Entropyk
|
|
# Project Key: NOKEY
|
|
# Tracking System: file-system
|
|
# Story Location: _bmad-output/implementation-artifacts
|
|
|
|
# STATUS DEFINITIONS:
|
|
# ==================
|
|
# Epic Status:
|
|
# - backlog: Epic not yet started
|
|
# - in-progress: Epic actively being worked on
|
|
# - done: All stories in epic completed
|
|
#
|
|
# Epic Status Transitions:
|
|
# - backlog → in-progress: Automatically when first story is created (via create-story)
|
|
# - in-progress → done: Manually when all stories reach 'done' status
|
|
#
|
|
# Story Status:
|
|
# - backlog: Story only exists in epic file
|
|
# - ready-for-dev: Story file created in stories folder
|
|
# - in-progress: Developer actively working on implementation
|
|
# - review: Ready for code review (via Dev's code-review workflow)
|
|
# - done: Story completed
|
|
#
|
|
# Retrospective Status:
|
|
# - optional: Can be completed but not required
|
|
# - done: Retrospective has been completed
|
|
#
|
|
# WORKFLOW NOTES:
|
|
# ===============
|
|
# - Epic transitions to 'in-progress' automatically when first story is created
|
|
# - Stories can be worked in parallel if team capacity allows
|
|
# - 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-22
|
|
project: Entropyk
|
|
project_key: NOKEY
|
|
tracking_system: file-system
|
|
story_location: _bmad-output/implementation-artifacts
|
|
|
|
development_status:
|
|
# Epic 1: Extensible Component Framework
|
|
epic-1: done
|
|
1-1-component-trait-definition: done
|
|
1-2-physical-types-newtype-pattern: done
|
|
1-3-port-and-connection-system: done
|
|
1-4-compressor-component-ahri-540: done
|
|
1-5-generic-heat-exchanger-framework: done
|
|
1-6-expansion-valve-component: done
|
|
1-7-component-state-machine: done
|
|
1-8-auxiliary-transport-components: done
|
|
1-11-flow-junctions-flowsplitter-flowmerger: done
|
|
1-12-boundary-conditions-flowsource-flowsink: done
|
|
2-1-fluid-backend-trait-abstraction: done
|
|
2-2-coolprop-integration-sys-crate: done
|
|
2-3-tabular-interpolation-backend: done
|
|
2-4-lru-cache-for-fluid-properties: done
|
|
2-5-mixture-and-temperature-glide-support: done
|
|
2-6-critical-point-damping-co2-r744: done
|
|
2-7-incompressible-fluids-support: done
|
|
2-8-rich-thermodynamic-state-abstraction: done
|
|
epic-1-retrospective: optional
|
|
|
|
# Epic 3: System Topology (Graph)
|
|
epic-3: done
|
|
3-1-system-graph-structure: done
|
|
3-2-port-compatibility-validation: done
|
|
3-3-multi-circuit-machine-definition: done
|
|
3-4-thermal-coupling-between-circuits: done
|
|
3-5-zero-flow-branch-handling: done
|
|
3-6-hierarchical-subsystems-macrocomponents: done
|
|
epic-3-retrospective: optional
|
|
|
|
# Epic 4: Intelligent Solver Engine
|
|
epic-4: done
|
|
4-1-solver-trait-abstraction: done
|
|
4-2-newton-raphson-implementation: done
|
|
4-3-sequential-substitution-picard-implementation: done
|
|
4-4-intelligent-fallback-strategy: done
|
|
4-5-time-budgeted-solving: done
|
|
4-6-smart-initialization-heuristic: done
|
|
4-7-convergence-criteria-validation: done
|
|
4-8-jacobian-freezing-optimization: done
|
|
epic-4-retrospective: optional
|
|
|
|
# Epic 5: Inverse Control & Optimization
|
|
epic-5: in-progress
|
|
5-1-constraint-definition-framework: done
|
|
5-2-bounded-control-variables: done
|
|
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: in-progress
|
|
6-1-rust-native-api: done
|
|
6-2-python-bindings-pyo3: done
|
|
6-3-c-ffi-bindings-cbindgen: done
|
|
6-4-webassembly-compilation: review
|
|
6-5-cli-for-batch-execution: done
|
|
6-6-python-solver-configuration-parity: done
|
|
epic-6-retrospective: optional
|
|
|
|
# Epic 7: Validation & Persistence
|
|
epic-7: in-progress
|
|
7-1-mass-balance-validation: done
|
|
7-2-energy-balance-validation: done
|
|
7-3-traceability-metadata: review
|
|
7-4-debug-verbose-mode: 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: done
|
|
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
|
|
|
|
# Epic 9: Coherence Corrections (Post-Audit)
|
|
epic-9: in-progress
|
|
9-1-circuitid-type-unification: done
|
|
9-2-fluidid-type-unification: done
|
|
9-3-expansionvalve-energy-methods: done
|
|
9-4-flowsourceflowsink-energy-methods: done
|
|
9-5-flowsplitterflowmerger-energy-methods: done
|
|
9-6-energy-validation-logging-improvement: done
|
|
9-7-solver-refactoring-split-files: done
|
|
9-8-systemstate-dedicated-struct: review
|
|
epic-9-retrospective: optional
|
|
|
|
# Epic 10: Enhanced Boundary Conditions
|
|
# Refactoring of FlowSource/FlowSink for typed fluid support
|
|
# See: _bmad-output/planning-artifacts/epic-10-enhanced-boundary-conditions.md
|
|
epic-10: backlog
|
|
10-1-new-physical-types: backlog
|
|
10-2-refrigerant-source-sink: backlog
|
|
10-3-brine-source-sink: backlog
|
|
10-4-air-source-sink: backlog
|
|
10-5-migration-deprecation: backlog
|
|
10-6-python-bindings-update: backlog
|
|
epic-10-retrospective: optional
|
|
|
|
# Epic 11: Advanced HVAC Components
|
|
epic-11: in-progress
|
|
11-1-node-passive-probe: done
|
|
11-2-drum-recirculation-drum: ready-for-dev
|
|
11-3-floodedevaporator: backlog
|
|
11-4-floodedcondenser: backlog
|
|
11-5-bphxexchanger-base: backlog
|
|
11-6-bphxevaporator: backlog
|
|
11-7-bphxcondenser: backlog
|
|
11-8-correlationselector: backlog
|
|
11-9-movingboundaryhx-zone-discretization: backlog
|
|
11-10-movingboundaryhx-cache-optimization: backlog
|
|
11-11-vendorbackend-trait: backlog
|
|
11-12-copeland-parser: ready-for-dev
|
|
11-13-swep-parser: ready-for-dev
|
|
11-14-danfoss-parser: ready-for-dev
|
|
11-15-bitzer-parser: ready-for-dev
|
|
epic-11-retrospective: optional
|