diff --git a/features/architecture.feature b/features/architecture.feature index 783a3d198..59d1c41b0 100644 --- a/features/architecture.feature +++ b/features/architecture.feature @@ -3,12 +3,6 @@ Feature: Architecture validation I want to verify the architecture follows our ADRs So that the codebase remains maintainable - Scenario: ADR files exist and are properly formatted - Given the ADR directory exists at "docs/architecture/decisions" - When I check for ADR files - Then I should find at least 10 ADR files - And each ADR should have a valid format with status - Scenario: Package structure follows layering ADR Given the source directory exists at "src/cleveragents" When I check the package structure