docs(semantics): simplify test markup protocol (Section VIII) and sync workflows

This commit is contained in:
2026-03-16 18:18:57 +03:00
parent 37af7fd6f3
commit c53c3f77cc
6 changed files with 172 additions and 625 deletions

View File

@@ -45,8 +45,8 @@ description: Audit AI-generated unit tests. Your goal is to aggressively search
Verify the test file follows GRACE-Poly semantics:
1. **Anchor Integrity:**
- Test file MUST start with `[DEF:__tests__/test_name:Module]`
- Test file MUST end with `[/DEF:__tests__/test_name:Module]`
- Test file MUST start with a short semantic ID (e.g., `[DEF:AuthTests:Module]`), NOT a file path.
- Test file MUST end with a matching `[/DEF]` anchor.
2. **Required Tags:**
- `@RELATION: VERIFIES -> <path_to_source>` must be present