From 6778b2cd3d7395eda55857e929e2f36f242df98e Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Sun, 29 Mar 2026 03:38:45 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20wrangler=20audit=20remediation=20?= =?UTF-8?q?=E2=80=94=20update=20compat=20date=20and=20add=20observability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates compatibility_date to 2026-03-16 and adds missing chittytrack tail consumer and observability bindings per ecosystem wrangler audit. Co-Authored-By: Claude Opus 4.6 (1M context) --- wrangler.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index e0a0736..446687f 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,6 @@ name = "billy-bullshit" main = "src/index.ts" -compatibility_date = "2024-01-01" +compatibility_date = "2026-03-16" node_compat = true # Account and zone settings (update with your Cloudflare account) @@ -49,6 +49,9 @@ DEFAULT_MODEL = "@cf/meta/llama-3.1-8b-instruct" [limits] cpu_ms = 50000 +[[tail_consumers]] +service = "chittytrack" + # Observability [observability] enabled = true