Be more specific that the generating-apex-test skill is used for the test generation and not just fixes and coverage. Skip the implication that a green test is a passing test.

Triggers need to have a -meta.xml file generated as well.
This commit is contained in:
Daniel Ballinger 2026-03-31 11:44:06 +13:00
parent f15cd9487b
commit e223228f7e

View File

@ -64,7 +64,7 @@ Writing files is the midpoint, not the finish line. Steps 6 and 7 each require a
7. **Execute Apex tests**
- Run org tests including `{ClassName}Test` via `sf apex run test` or MCP.
- Delegate all test fixes/coverage work to `generating-apex-test`; iterate until green.
- Delegate all test generation/fixes/coverage work to `generating-apex-test`; iterate until the tests pass.
- Capture pass/fail counts and coverage percentage for the report.
- If unavailable, record `test_execution=unavailable: <error>` in the report.
@ -358,6 +358,10 @@ Deliverables per class:
- `{ClassName}Test.cls` (generated via `generating-apex-test` skill)
- `{ClassName}Test.cls-meta.xml` (generated via `generating-apex-test` skill)
Deliverables per trigger:
- `{TriggerName}.trigger`
- `{TriggerName}.trigger-meta.xml` (default API version `66.0` or higher unless specified)
Meta XML template:
```xml