feat(budget): add simulation, projection and policy methods - #154
Conversation
Adds BudgetResource.simulate, project and validation helpers, plus the BudgetSimulationRequest types backing them. Closes ASTROIDX556#117 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
|
@codexhange Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
MergeKeeper review Scope: in scope for linked issue Successfully implements budget simulation and policy check methods with full type definitions and unit tests matching all acceptance criteria. Reviewed commit: |
|
MergeKeeper merge status Status: blocked Reason: One or more required CI checks failed. Failing checks:
Next steps:
|
Adds
BudgetResource.simulate,projectand validation helpers plus theBudgetSimulationRequesttypes backing them.Closes #117