Skip to content

Commit 9c2b766

Browse files
committed
fix(audit): remove TOPO-06 coupling and fill QA-05 warn gap
1 parent b2a16de commit 9c2b766

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/awos/skills/ai-readiness-audit/dimensions/quality-assurance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Audits the depth and structure of the project's testing approach. Checks whether
139139
- **What:** The distribution of tests across tiers follows a healthy pyramid: most tests are unit-level, fewer are integration-level, fewest are E2E
140140
- **How:** Use findings from QA-02, QA-03, and QA-04 to estimate test counts at each tier. Count test files (or test definitions for declarative stacks) matched by each tier's signals. A healthy pyramid satisfies: unit_count >= integration_count >= e2e_count.
141141
- **Pass:** unit_count >= integration_count >= e2e_count, or only one tier is present
142-
- **Warn:** E2E count exceeds unit count but integration layer exists as a buffer between them
142+
- **Warn:** E2E count exceeds unit count but integration layer exists as a buffer, OR integration count exceeds unit count by less than 2×
143143
- **Fail:** E2E count > unit count (inverted pyramid), or integration count > unit count by a significant margin (2× or more)
144144
- **Skip-When:** Fewer than 2 tiers received a Pass result in QA-02, QA-03, or QA-04
145145
- **Severity:** medium
@@ -212,7 +212,7 @@ Audits the depth and structure of the project's testing approach. Checks whether
212212
- **Pass:** Contract tests present covering at least one service boundary
213213
- **Warn:** Contract tooling installed but no contract files found
214214
- **Fail:** No contract testing detected
215-
- **Skip-When:** Topology shows single-service repo or no inter-service communication patterns detected (TOPO-06 found no communication layer)
215+
- **Skip-When:** Topology shows single-service repo or no inter-service communication patterns detected
216216
- **Severity:** high
217217

218218
---

0 commit comments

Comments
 (0)