chore: remove BMAD framework files and IDE configuration artifacts
Clean up unused BMAD workflow, agent, and command files across all IDE configurations (.agent, .clinerules, .cursor, .gemini, .github, .kilocode, .opencode) and internal module files (_bmad/bmb, _bmad/bmm). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -96,7 +96,8 @@ pub use entropyk_core::{
|
||||
// =============================================================================
|
||||
|
||||
pub use entropyk_components::{
|
||||
friction_factor, roughness, AffinityLaws, Ahri540Coefficients, CircuitId, Component,
|
||||
friction_factor, roughness, AffinityLaws, Ahri540Coefficients, AirSink, AirSource,
|
||||
BrineSink, BrineSource, CircuitId, Component,
|
||||
ComponentError, CompressibleMerger, CompressibleSplitter,
|
||||
Compressor, CompressorModel, Condenser, CondenserCoil, ConnectedPort, ConnectionError,
|
||||
Economizer, EpsNtuModel, Evaporator, EvaporatorCoil, ExchangerType, ExpansionValve,
|
||||
@@ -106,7 +107,8 @@ pub use entropyk_components::{
|
||||
HxSideConditions, IncompressibleMerger,
|
||||
IncompressibleSplitter, JacobianBuilder, LmtdModel, MchxCondenserCoil, MockExternalModel,
|
||||
OperationalState, PerformanceCurves, PhaseRegion, Pipe, PipeGeometry, Polynomial1D,
|
||||
Polynomial2D, Pump, PumpCurves, ResidualVector, ScrewEconomizerCompressor,
|
||||
Polynomial2D, Pump, PumpCurves, RefrigerantSink, RefrigerantSource, ResidualVector,
|
||||
ScrewEconomizerCompressor,
|
||||
ScrewPerformanceCurves, SstSdtCoefficients, StateHistory, StateManageable,
|
||||
StateTransitionError, SystemState, ThreadSafeExternalModel,
|
||||
};
|
||||
@@ -138,6 +140,9 @@ pub use entropyk_solver::{
|
||||
SmartInitializer, Solver, SolverError, SolverStrategy, System, ThermalCoupling, TimeoutConfig,
|
||||
TopologyError,
|
||||
};
|
||||
pub use entropyk_solver::inverse::{
|
||||
BoundedVariable, BoundedVariableError, BoundedVariableId, DoFError,
|
||||
};
|
||||
|
||||
// =============================================================================
|
||||
// Error Types (must come before builder)
|
||||
|
||||
Reference in New Issue
Block a user