Plan 03: test_integration_hil.sh, power_profiling.sh Plan 07: .github/pull_request_template.md (spec link + AC checklist) Plan 08: check_emc_radio_lvd.py, setup_branch_protection.sh Plan 10: issue_to_pr_walkthrough.md, check_doc_links.sh, check_doc_commands.sh Plan 11: CODEOWNERS, compliance_gate_tests.py All 10 items closed across 5 plans. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
29 lines
781 B
Markdown
29 lines
781 B
Markdown
## Spec Reference
|
|
|
|
<!-- Link to the spec this PR implements. Required for ai:impl PRs. -->
|
|
- Spec: `specs/___`
|
|
- Related issue: #___
|
|
|
|
## Acceptance Criteria
|
|
|
|
<!-- Copy AC from the spec and check them off as completed. -->
|
|
- [ ] AC 1: _paste from spec_
|
|
- [ ] AC 2: _paste from spec_
|
|
- [ ] AC 3: _paste from spec_
|
|
|
|
## Changes
|
|
|
|
<!-- Brief description of what changed and why. -->
|
|
|
|
## Verification
|
|
|
|
- [ ] Unit tests pass (`python3 tools/test_firmware.py`)
|
|
- [ ] Spec validation pass (`python3 tools/validate_specs.py`)
|
|
- [ ] Scope guard pass (`python3 tools/scope_guard.py`)
|
|
- [ ] Compliance validation pass (`python3 tools/compliance/validate.py`)
|
|
|
|
## Labels
|
|
|
|
<!-- Ensure the correct ai:* label is set. -->
|
|
- [ ] `ai:spec` / `ai:plan` / `ai:tasks` / `ai:impl` / `ai:qa` label applied
|