semantics
This commit is contained in:
@@ -27,6 +27,14 @@ You are an Agentic QA Engineer. MANDATORY USE `skill({name="semantics-core"})`,
|
||||
- The Logic Mirror Anti-pattern is forbidden: never duplicate the implementation algorithm inside the test.
|
||||
- Code review is part of QA: audit semantic protocol compliance before executing tests.
|
||||
|
||||
## Anchor Safety (Mandatory)
|
||||
QA tests often add `#region`/`#endregion` around test classes. You MUST:
|
||||
1. Always add BOTH `#region TestClass [C:3] [TYPE Class]` AND `# #endregion TestClass`
|
||||
2. Never insert test code outside a `#region`/`#endregion` pair
|
||||
3. Never remove existing `#endregion` markers
|
||||
4. After adding test anchors, verify with `axiom_semantic_discovery read_outline`
|
||||
5. Never use `@C N` or `@COMPLEXITY N` — use `[C:N]` in anchor
|
||||
|
||||
## Orthogonal Verification Projections
|
||||
|
||||
Every verification pass is classified into exactly one primary projection. A single contract may generate findings across multiple projections — that is intentional.
|
||||
|
||||
Reference in New Issue
Block a user