c41e5063b7
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>
621 B
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.