You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+6-33Lines changed: 6 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,44 +8,17 @@
8
8
-[ ] I have requested any needed governance exception below.
9
9
10
10
### Linked Issue
11
-
Fix #...
11
+
Fix #
12
12
13
13
### Unit Tests and/or Case Tests for my changes
14
-
- A unit test is added for each new feature or bug fix.
15
-
16
-
### Exact Verification Performed
17
14
- Commands run:
18
15
- Result summary:
19
16
- Checks not run, with reason:
20
17
21
18
### What's changed?
22
-
- Example: My changes might affect the performance of the application under certain conditions, and I have tested the impact on various scenarios...
23
-
24
-
### Governance Checklist
25
-
- Global dependencies: no net increase in `GlobalV`, `GlobalC`, or `PARAM` code references, or exception requested below with reason, scope, risk, and cleanup plan.
26
-
- Default parameters: no new default arguments added to existing interfaces, or exception requested below.
27
-
- Headers: no unnecessary header dependencies or `.hpp` propagation, or rationale provided below.
28
-
- Line endings: text files use LF; only `.bat` and `.cmd` use CRLF.
29
-
- Build linkage: new source files are listed in the relevant `CMakeLists.txt`, or rationale provided below.
30
-
- Documentation: behavior/interface changes include documentation updates, or no documentation update is required because ...
31
-
- CodeRabbit: if automatic review has not started and the repository has CodeRabbit installed, request `@coderabbitai review`.
Copy file name to clipboardExpand all lines: docs/developers_guide/agent_governance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ decisions.
82
82
| Test sufficiency | Tests cover important behavior | AI review + human confirmation | AI + human review | medium | human confirmation | semantic review | Not mechanically blocked |
83
83
| INPUT behavior linkage | Parameter metadata/default/type/parser behavior updates YAML and docs | phase-one mechanical + AI review | CI + AI review | high | block | behavior-field diff plus docs/PR body | Comment-only parameter-file changes are not blocked |
84
84
| Documentation sync | Behavior/interface docs updated | phase-one mechanical warning + AI review | CI + AI review | medium | warn | changed paths and PR body | Major behavior changes escalate to reviewers |
85
-
| PR metadata completeness | Issue, tests, behavior, INPUT, core impact, exceptions | phase-one mechanical | CI or GitHub bot | medium |block| PR template fields | Not run by local hook |
85
+
| PR metadata completeness | Issue, tests, behavior, INPUT, core impact, exceptions | phase-one mechanical | CI or GitHub bot | medium |warn| PR template fields | Not run by local hook |
86
86
| AI workflow | Interface lookup, uncertainty, verification report | AI review | AI review | high | warn | review transcript/output | Applies to AI agents |
87
87
| Exceptions | Reason, scope, risk, follow-up plan | human confirmation | human review + CI | high | human confirmation | PR exception section | CI checks presence, not approval |
0 commit comments