From 908df705c0630d62cd230e86a41ee6b3e6c3c2e5 Mon Sep 17 00:00:00 2001 From: Test User Date: Tue, 21 Apr 2026 20:40:41 +0000 Subject: [PATCH] docs: update CLAUDE.md architecture to reflect ApplicationsList Co-Authored-By: Paperclip --- CLAUDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 75ee8a8..d19a4eb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,12 +32,12 @@ All tests and `pnpm tsc` must pass before committing. ``` src/ -├── index.tsx # Plugin entry: registerRoute, registerSidebarEntry; ArgoCDErrorBoundary -├── test-utils.tsx # Shared test fixtures +├── index.tsx # Plugin entry: registerRoute, registerSidebarEntry; ArgoCDErrorBoundary +├── test-utils.tsx # Shared test fixtures ├── api/ -│ └── argocd.ts # ArgoCD API types, ApiProxy request helpers +│ └── argocd.ts # ArgoCD API types (Application, ApplicationsList) └── components/ - └── ArgoCDStubView.tsx # Placeholder Applications List view + └── ApplicationsList.tsx # ArgoCD Applications List view with health/sync badges and filters ``` ## Code conventions