From 07144c9c04de6562e9321831fda18f04e374f4c6 Mon Sep 17 00:00:00 2001 From: Julius Marminge Date: Mon, 2 Mar 2026 20:00:56 -0800 Subject: [PATCH 1/2] Add dummy marker note to task completion requirements - Document no-op update marker in AGENTS.md --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index d36d9009d4a7..fdca76f4d2aa 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,6 +3,7 @@ ## Task Completion Requirements - Both `bun lint` and `bun typecheck` must pass before considering tasks completed. +- Dummy marker: touched for a no-op documentation update. ## Project Snapshot From 0c246e727f0f916526187cd699817c32afcbca16 Mon Sep 17 00:00:00 2001 From: Julius Marminge Date: Mon, 2 Mar 2026 20:01:56 -0800 Subject: [PATCH 2/2] Add dated dummy marker note to AGENTS docs - Document a no-op update marker with explicit date `2026-03-03` Co-authored-by: codex --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index fdca76f4d2aa..b5806f2e0ee0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,6 +4,7 @@ - Both `bun lint` and `bun typecheck` must pass before considering tasks completed. - Dummy marker: touched for a no-op documentation update. +- Dummy marker: touched on 2026-03-03 for a no-op documentation update. ## Project Snapshot