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
docs: comprehensive post-merge sweep for PRs #800-#820
Update STATUS.md with post-merge housekeeping entry, recertified test
counts (4279 backend + 2245 frontend = ~6500+), and delivered status
for distributed caching, SSO/OIDC/MFA, and staged rollout.
Update TESTING_GUIDE.md with current test counts and new test
categories (resilience, MFA/OIDC, telemetry, cache).
Update IMPLEMENTATION_MASTERPLAN.md marking all expansion wave items
as delivered.
Extend AUTHENTICATION.md with OIDC/SSO login flow, MFA setup/verify/
recovery, API key management, and account linking endpoints.
Update MANUAL_TEST_CHECKLIST.md: mark all PRs as merged, add testing
tasks for error tracking (#811), MCP HTTP transport (#819), distributed
caching (#805), and resilience tests (#820).
- ADR numbering: PRs originally all created ADR-0023; canonical numbering is ADR-0023 (PLAT-01) through ADR-0027 (OPS-14); file renames needed during merge
- comprehensive documentation sweep: STATUS.md, TESTING_GUIDE.md, IMPLEMENTATION_MASTERPLAN.md, AUTHENTICATION.md updated to reflect all shipped features
656
+
- stale worktrees pruned and merged-PR local branches cleaned up
657
+
- test suite recertified: backend 4,279, frontend 2,245, combined ~6,500+ passing
658
+
653
659
## Current Planning Pivot (2026-03-07)
654
660
655
661
The 2026-03-06 MVP expansion review packages change the next-cycle emphasis without invalidating the current architecture.
@@ -783,7 +789,7 @@ Focus:
783
789
Current status:
784
790
- tool registry, policy evaluator, and first bounded template are now delivered (`#337`): `ITaskdeckTool`/`ITaskdeckToolRegistry` domain interfaces, `AgentPolicyEvaluator` with allowlist + risk-level gating, and `InboxTriageAssistant` bounded template (proposal-only, review-first default)
Copy file name to clipboardExpand all lines: docs/MANUAL_TEST_CHECKLIST.md
+72-14Lines changed: 72 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -899,15 +899,15 @@ Summary scope:
899
899
5. Error payload contract verification for auth/validation/sandbox paths (B-100 to B-110)
900
900
6. Advanced controller families: ops/logs/users/abuse/llm-quota/agents/knowledge/webhooks/external-imports (B-130 to B-175)
901
901
902
-
## Z. Outstanding PR Test Backlog (2026-04-10)
902
+
## Z. Outstanding PR Test Backlog (2026-04-12)
903
903
904
-
This section captures testing tasks extracted from PR test plans (open PRs #797–#813 and closed PRs #768–#799) where items were marked unchecked at time of merge or remain pending on open PRs. Organized by category with source PR references.
904
+
This section captures testing tasks extracted from PR test plans. All PRs (#797–#820) are now merged as of 2026-04-12. Organized by category with source PR references.
905
905
906
906
Status legend: `[ ]` = not yet performed, `[x]` = verified.
907
907
908
908
---
909
909
910
-
### Z1. Security: OIDC/SSO and MFA (PR #813 — open)
0 commit comments