From 32831d5a0664e737280089c28c941da03bfac616 Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Date: Thu, 19 Mar 2026 06:55:59 -0600 Subject: [PATCH] docs(httpmw): correct tier from 3 to 2 and fix logz tier ref httpmw only depends on logz (Tier 1), placing it at Tier 2. The previous docs incorrectly stated both the module tier (3) and the logz tier (0). --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 4cb1e5c..a8abe7f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -11,7 +11,7 @@ authentication or identity logic lives here — see `httpauth-firebase` for that ## Tier & Dependencies -**Tier:** 3 (transport layer; depends on Tier 0 `logz`) +**Tier:** 2 (transport layer; depends on Tier 1 `logz`) **Module:** `code.nochebuena.dev/go/httpmw` **Direct imports:** `code.nochebuena.dev/go/logz`