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
Pulls in two commits authored on the orphan fix/task-007-review-cleanup
worktree at /private/tmp/task-007-review-cleanup that the Pass 1 review
sweeper flagged as missing from feature/v2.0:
- 477a06f TASK-007 review cleanup: address cosmetic and minor behavioral
findings (Makefile.am hygiene comments + sed-vs-awk + .PHONY, verify-build
YAML, TASK-007/TASK-020 AC grep pattern, header_hygiene_test MSYS2 guard).
- dff19e5 TASK-007 review: broaden HYGIENE_STAMP deps to include Makefile.am
and consumer TU.
Both commits were authored 2026-05-27 by Sebastiano Merlino with Claude
Sonnet 4.6 — the user's own work, just stranded on the fix branch.
# Conflicts:
# Makefile.am
Copy file name to clipboardExpand all lines: specs/tasks/M3-request/TASK-020.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
@@ -20,7 +20,7 @@ Verify and lock the "no backend headers in public surface" invariant after PIMPL
20
20
- Blocks: None (gating outcome that the rest of the project relies on)
21
21
22
22
**Acceptance Criteria:**
23
-
-`grep -lE 'microhttpd\.h|pthread\.h|gnutls\.h|sys/socket\.h' src/httpserver/*.hpp` returns no results (PRD §3.1 acceptance).
23
+
-`grep -lE 'microhttpd\.h|pthread\.h|gnutls/gnutls\.h|sys/socket\.h' src/httpserver/*.hpp` returns no results (PRD §3.1 acceptance).
24
24
- A test program containing only `#include <httpserver.hpp>` and `int main(){}` compiles without `-I` to libmicrohttpd / pthread / gnutls (PRD §3.1 acceptance).
25
25
- TASK-007's hygiene test (red until now) goes green.
0 commit comments