docs: update CLAUDE.md architecture to reflect ApplicationsList

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit was merged in pull request #3.
This commit is contained in:
Test User
2026-04-21 20:40:41 +00:00
parent 04f149cdaa
commit 908df705c0
+2 -2
View File
@@ -35,9 +35,9 @@ src/
├── 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