From 26ba42f2b922ba539d927ef74cc2a32f0cdf95e3 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Sun, 3 May 2026 21:25:43 -0400 Subject: [PATCH] docs: remove deleted usage/shared.ts from AGENTS.md layout --- AGENTS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 7dcbc72..dac6851 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -15,7 +15,6 @@ - `modules/basic.ts` — Directory, context, model, thinking, and cost modules. - `modules/usage.ts` — Usage bars/text modules and color gradient rendering. - `usage/` — Provider usage fetchers adapted from `oh-my-pi`: https://github.com/can1357/oh-my-pi/tree/main/packages/ai/src/usage -- `usage/shared.ts` — Shared helpers for usage fetchers. - `providers/openai-codex/constants.ts` — OpenAI Codex base URL constant. ## Conventions