Release 2026-07: aria (develop → main) #11

Merged
hiveiq merged 12 commits from develop into main 2026-07-15 21:20:13 -04:00
Showing only changes of commit b21e029711 - Show all commits
+8
View File
@@ -1,5 +1,13 @@
# hiveops-aria frontend — CLAUDE.md
> ## ⛔ STOP — before writing ANY `.svelte`, use the template
> 1. Read `hiveops-template/CLAUDE.md` (the design system).
> 2. **Copy, don't write from scratch** — start from `hiveops-template/frontend/src/components/TablePage.svelte` (list/table pages) or `TemplatePage.svelte` (pages with status/severity badges).
> 3. Header = **text only**. Action buttons (Add/Refresh/Compose) go in `.toolbar-right`, never in `.header`. *(hook-enforced)*
> 4. Copy the filter-sidebar + table CSS **verbatim** — never simplify.
> 5. Scoped `<style>` only — never `import './x.css'`. *(hook-enforced)*
## Before writing ANY new component
Read an existing sibling component first. Mandatory. Use `IocManagement.svelte` or `DevicePosture.svelte` as the reference.