feat(domain): align plan model with spec

This commit is contained in:
2026-02-12 22:58:15 -05:00
parent 3adc9c1f47
commit 36b4ec2b8d
45 changed files with 5971 additions and 864 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ Feature: Plan edge case scenarios
When I try to create an edge case plan with empty description
Then a Pydantic validation error should be raised
Scenario: Plan model rejects processing state in ACTION phase
Scenario: Plan model rejects empty action_name
When I try to create an edge case plan in ACTION phase with processing state
Then a Pydantic validation error should be raised