Skip to content

Commit 72a2ed3

Browse files
etrclaude
andcommitted
TASK-061: housekeeping — mark task and action items Done
Mark all four action-item checkboxes as [x] and flip Status to Done in TASK-061.md; update the _index.md task table row to Done. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 06ad399 commit 72a2ed3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

specs/tasks/M7-v2-cleanup/TASK-061.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
Clear the mechanical leftovers flagged in the audit's "Proposed disposition (next steps)" — short, low-risk edits that should land together so reviewers can scan one PR for stale prose drift.
99

1010
**Action Items:**
11-
- [ ] Finish the truncated comment at `src/detail/webserver_register.cpp:344-349`. The TASK-029 block comment ends mid-sentence (`"…keeps working at the daemon level, but"` then closing brace). Either complete the sentence with the original intent (reconstruct from git history or surrounding code) or rewrite the comment to stand on its own.
12-
- [ ] Remove the two orphan comment fragments at `src/webserver.cpp:503-504` (leftover from removed logic).
13-
- [ ] Update the stale `XFAIL_TESTS` comment block at `test/Makefile.am:67-74` to reflect that `header_hygiene` was removed when TASK-020 landed (cross-referenced at lines 532-535 in the same file).
14-
- [ ] Drop the stale `RELEASE_NOTES.md) continue ;; # created by TASK-042, not yet present` line at `scripts/check-readme.sh:273` — TASK-042 has shipped.
11+
- [x] Finish the truncated comment at `src/detail/webserver_register.cpp:344-349`. The TASK-029 block comment ends mid-sentence (`"…keeps working at the daemon level, but"` then closing brace). Either complete the sentence with the original intent (reconstruct from git history or surrounding code) or rewrite the comment to stand on its own.
12+
- [x] Remove the two orphan comment fragments at `src/webserver.cpp:503-504` (leftover from removed logic).
13+
- [x] Update the stale `XFAIL_TESTS` comment block at `test/Makefile.am:67-74` to reflect that `header_hygiene` was removed when TASK-020 landed (cross-referenced at lines 532-535 in the same file).
14+
- [x] Drop the stale `RELEASE_NOTES.md) continue ;; # created by TASK-042, not yet present` line at `scripts/check-readme.sh:273` — TASK-042 has shipped.
1515
- [ ] Remove the decade-old `//TODO: personalized messages` at `test/littletest.hpp:21` only if we have a fork policy that lets us; otherwise leave (it's vendored).
1616

1717
**Dependencies:**
@@ -30,4 +30,4 @@ Clear the mechanical leftovers flagged in the audit's "Proposed disposition (nex
3030
**Related Requirements:** PRD §2 code quality NFR
3131
**Related Decisions:** None new
3232

33-
**Status:** Backlog
33+
**Status:** Done

specs/tasks/M7-v2-cleanup/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TASK-093).
2525
| ID | Name | Audit grade | Estimate | Status |
2626
|---|---|---|---|---|
2727
| TASK-060 | Scope or remove file-scoped `-Warray-bounds` suppressions | HIGH | S | Done |
28-
| TASK-061 | Mechanical cleanup sweep — unfinished prose, orphan comments, stale doc refs | HIGH | S | Backlog |
28+
| TASK-061 | Mechanical cleanup sweep — unfinished prose, orphan comments, stale doc refs | HIGH | S | Done |
2929
| TASK-062 | RFC-7616-compliant Digest auth response factory | HIGH | L | Backlog |
3030
| TASK-063 | Honor or remove `http_response::pipe` `size_hint` parameter | HIGH | S | Backlog |
3131
| TASK-064 | Structured cookie type | HIGH | M | Backlog |

0 commit comments

Comments
 (0)