Files
KArtSell.Aegis/docs/Design/kbx-foundation-v52-fe-operational-navigation-screen-anatomy/docs/external-api-notes-v4.md
T
kjh2064 c41e5063b7 chore: remove kbx-foundation-v36 reference (superseded by v4 implementation)
Removed entire kbx-foundation-v36 directory as it's been replaced by
the new KBX Foundation v4 patterns implemented in this session:
- Registry-driven screen definitions
- Density-aware UI adapter components
- Feature module templates (ShadowRun, Models)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-12 01:39:58 +09:00

621 B

External API notes v4

AG Grid

KBX v4 uses the AG Grid v33+ Theming API boundary. kbxGridTheme.ts imports themeQuartz and applies compact KBX parameters. If AG Grid changes its Theme or row-selection APIs in a future major version, only @kbx/ui adapter code should require migration.

Gitea Actions

Gitea Actions is intentionally close to GitHub Actions syntax and supports workflow files under .gitea/workflows/. The starter uses actions/checkout@v4 plus shell steps. Air-gapped installations should mirror external actions into the internal Gitea instance or replace them with internal equivalents.