From 4616faa084bf695c337f5acb32c4b3df04031790 Mon Sep 17 00:00:00 2001 From: "glm-5.1" Date: Mon, 11 May 2026 01:59:22 +0000 Subject: [PATCH] chore(docs-cleanup-bugs): mark task as completed --- tasks/005-docs-cleanup-bugs.md | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tasks/005-docs-cleanup-bugs.md diff --git a/tasks/005-docs-cleanup-bugs.md b/tasks/005-docs-cleanup-bugs.md new file mode 100644 index 0000000..3a6de24 --- /dev/null +++ b/tasks/005-docs-cleanup-bugs.md @@ -0,0 +1,41 @@ +--- +id: docs-cleanup-bugs +name: Remove resolved bug documentation from call-protocol.md +status: completed +depends_on: [bug-checkaccess-resource-bypass, bug-pendingrequestmap-type-conflict] +scope: single +risk: trivial +impact: isolated +level: review +--- + +## Description + +After the two independent bugs are fixed in code, the "Bugs" section in `call-protocol.md` § Source vs. Spec Drift should be removed. These bugs will no longer exist as drift — they'll be resolved. + +Specifically, remove: + +1. The `checkAccess()` resource check bypass bug entry +2. The `PendingRequestMap` type name conflict bug entry + +These are standalone fixes that don't depend on ADR-005 or ADR-006, so they can be cleaned up immediately after implementation. + +## Acceptance Criteria + +- [ ] "Bugs" subsection removed from `call-protocol.md` § Source vs. Spec Drift +- [ ] No other doc sections reference these bugs as unresolved +- [ ] `call-protocol.md` still has the ADR-005 and ADR-006 drift tables (those are not yet resolved) + +## References + +- docs/architecture/call-protocol.md § Source vs. Spec Drift → Bugs + +## Notes + +Both bugs (checkAccess resource bypass and PendingRequestMap type name conflict) have been resolved in prior tasks. The Bugs subsection was the only remaining reference. + +## Summary + +Removed the "Bugs" subsection from `call-protocol.md` § Source vs. Spec Drift and updated the introductory sentence to remove the "Bug" mention. ADR-005 and ADR-006 drift tables remain intact. +- Modified: `docs/architecture/call-protocol.md` +- All acceptance criteria verified: Bugs section removed, no other unresolved references, ADR drift tables preserved \ No newline at end of file