| Refactor the orchestration process to use an `Interpret` trait instead of directly applying scores. This change introduces a more flexible and extensible design for executing commands associated with different types of topologies. The `CommandScore` and `K8sResourceScore` now implement this trait, providing a clear separation between score definition and execution logic. Update the `Maestro::orchestrate` method to compile scores into interpreters before executing them against their respective topologies. | ||
|---|---|---|
| .. | ||
| main_claudev1.rs | ||
| main_right.rs | ||
| main_v1.rs | ||
| main.rs | ||