From e3f4db2076aee217ca0f5c921e4ec82dc80d9411 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Tue, 10 Feb 2026 08:38:22 -0500 Subject: [PATCH] tests: removed obsolete failing test --- features/architecture.feature | 6 ------ 1 file changed, 6 deletions(-) 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