ocserv-core-dev agent: validate requirements explicitly

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2026-06-17 06:02:56 +02:00
parent bda207237a
commit 7fe325de46
+6
View File
@@ -266,6 +266,12 @@ require a server restart — document this if your change is affected by it.
Use this when preparing or reviewing a patch:
**Requirements (`doc/requirements/`):**
- [ ] Relevant `REQ-*` entry found or created before the code change
- [ ] If an existing requirement is altered by this patch: requirement updated first, before touching implementation
- [ ] Search `doc/requirements/` for `REQ-*`/`AC-*` entries citing touched files, functions, or config options; none silently contradicted
- [ ] Code, requirement, and `doc/ocserv.8.md` / `doc/sample.config` all agree on the new behavior
**Design principles (see Protocol: Design Review above):**
- [ ] Locality: feature contained in a bounded set of files; no new cross-cutting helpers
- [ ] Dependencies: new helpers checked against `src/ccan/` first; new external libs have approved design issue