Skip to content

Commit 90b8015

Browse files
etrclaude
andcommitted
TASK-006/007/015: housekeeping — normalize status to Done
All three are functionally complete in code and merged on the integration branch. This commit only updates the status field to the canonical "Done" value to keep tooling that reads the spec consistent. - TASK-006: status was "Complete" (non-canonical phrasing). #define value-constants migrated to httpserver::constants; index row already said Done. - TASK-007: status carried a forward-reference to TASK-020. With TASK-020 merged, the hygiene gate is in full-enforcement mode (HEADER_HYGIENE_STRICT ?= yes, XFAIL_TESTS line removed, public hpps free of backend includes). Index row already said Done. - TASK-015: status was "In Progress" though all action items were checked. http_request PIMPL pointer is in place, detail/ http_request_impl.hpp exists, and http_request.hpp no longer pulls <microhttpd.h>/<gnutls/gnutls.h>. Index row also synced. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c56c654 commit 90b8015

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

specs/tasks/M1-foundation/TASK-006.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Eliminate macro pollution from public headers by moving every `#define` constant
2727
**Related Requirements:** PRD-CFG-REQ-002
2828
**Related Decisions:** §4.9
2929

30-
**Status:** Complete
30+
**Status:** Done

specs/tasks/M1-foundation/TASK-007.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Lock in the "no backend headers leak through `<httpserver.hpp>`" invariant with
2626
**Related Requirements:** PRD-HDR-REQ-001..003
2727
**Related Decisions:** §9 testing item 1
2828

29-
**Status:** Done (informational gate landed; full enforcement at TASK-020)
29+
**Status:** Done
3030

3131
---
3232

specs/tasks/M3-request/TASK-015.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Move `http_request`'s backend-coupled members (`MHD_Connection*`, raw GnuTLS han
2828
**Related Requirements:** PRD-HDR-REQ-001..004
2929
**Related Decisions:** DR-003b, §4.2
3030

31-
**Status:** In Progress
31+
**Status:** Done

specs/tasks/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Nominally: **13 sequential tasks**, each S–XL. Most other tasks parallelize of
9797
| TASK-012 | `http_response` fluent `with_*` setters | M2 | Done | TASK-009 |
9898
| TASK-013 | Remove `*_response` subclasses and dispatch virtuals | M2 | Done | TASK-009, TASK-010, TASK-011, TASK-012 |
9999
| TASK-014 | `webserver_impl` skeleton (PIMPL prep) | M3 | Done | TASK-002 |
100-
| TASK-015 | `http_request_impl` skeleton (PIMPL split) | M3 | In Progress | TASK-002, TASK-014 |
100+
| TASK-015 | `http_request_impl` skeleton (PIMPL split) | M3 | Done | TASK-002, TASK-014 |
101101
| TASK-016 | Per-connection arena for `http_request_impl` | M3 | Done | TASK-014, TASK-015 |
102102
| TASK-017 | `http_request` container getters return `const&` | M3 | Done | TASK-015 |
103103
| TASK-018 | `http_request` single-key getters return `string_view`, all const | M3 | Done | TASK-015, TASK-016 |

0 commit comments

Comments
 (0)