From 35a7a37ba65b8f60529b4a395be7aaa8988472e2 Mon Sep 17 00:00:00 2001 From: "glm-5.2" Date: Wed, 1 Jul 2026 18:41:14 +0000 Subject: [PATCH] docs(http): mark http/server/healthz-decoy completed --- tasks/http/server/healthz-decoy.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tasks/http/server/healthz-decoy.md b/tasks/http/server/healthz-decoy.md index 110e3b5..1931206 100644 --- a/tasks/http/server/healthz-decoy.md +++ b/tasks/http/server/healthz-decoy.md @@ -1,7 +1,7 @@ --- id: http/server/healthz-decoy name: Implement /healthz raw route and stealth decoy fallback (DecoyConfig) -status: pending +status: completed depends_on: [http/server/http-adapter] scope: narrow risk: low @@ -143,4 +143,8 @@ let router = Router::new() ## Summary -> To be filled on completion \ No newline at end of file +> Implemented GET /healthz raw route (src/server/healthz.rs, 200 OK text/plain 'ok', +> no auth, no OperationContext) and stealth decoy fallback (src/server/decoy.rs: +> DecoyConfig NotFound=nginx 404 / StaticSite=serve files / Redirect). Wired real +> handlers into HttpAdapter router (adapter.rs) replacing placeholder 501s, using +> FromRef for DecoyConfig substate. 125 tests pass. Clippy clean. \ No newline at end of file