From 32df445a71a95900e9939557eb439df82f7315d1 Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Wed, 21 Jan 2026 00:35:24 -0800 Subject: [PATCH] refactor: remove file paths from AGENTS.md to prevent staleness --- AGENTS.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index b66d33e57..7b8602ec6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -15,14 +15,6 @@ pnpm test:browser # Playwright E2E pnpm knip # Dead code detection ``` -## Project Structure - -- `src/` — Main application (components, views, stores, composables, services, utils) -- `browser_tests/` — Playwright E2E tests (`*.spec.ts`) -- `packages/` — Shared packages (design-system, etc.) -- `docs/guidance/` — File-type conventions (auto-loaded by glob) -- `docs/testing/` — Testing patterns and examples - ## Key Conventions See `docs/guidance/*.md` for file-specific rules. Quick reference: