feat(domain): align plan model with spec
CI / lint (pull_request) Successful in 15s
CI / typecheck (pull_request) Successful in 26s
CI / security (pull_request) Successful in 21s
CI / quality (pull_request) Successful in 15s
CI / integration_tests (pull_request) Successful in 4m23s
CI / build (pull_request) Successful in 16s
CI / unit_tests (pull_request) Successful in 8m7s
CI / docker (pull_request) Successful in 39s
CI / coverage (pull_request) Successful in 6m21s

Step A2.beta
This commit is contained in:
CoreRasurae
2026-02-13 17:31:09 +00:00
committed by Luis Mendes
parent 9b30421b34
commit f528d6c3a8
29 changed files with 2074 additions and 1339 deletions
+2 -2
View File
@@ -182,8 +182,8 @@ 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 empty action_name
When I try to create an edge case plan in ACTION phase with processing state
Scenario: Plan model rejects invalid phase value
When I try to create an edge case plan with invalid phase value
Then a Pydantic validation error should be raised
Scenario: NamespacedName rejects invalid characters in namespace