feat: add main features

Agents for developpement added + frontend add + backend added. Git viewer created + agent and template creator + layout and project creator
This commit is contained in:
2026-06-06 01:27:01 +02:00
parent 55b3bee2c8
commit 307ae71857
273 changed files with 48740 additions and 0 deletions

View File

@ -0,0 +1,15 @@
/** Layout feature (L4): recursive spreadsheet-like terminal grid. */
export { LayoutGrid } from "./LayoutGrid";
export { useLayout, type LayoutViewModel } from "./useLayout";
export { useLayouts, type LayoutsViewModel } from "./useLayouts";
export { LayoutTabs } from "./LayoutTabs";
export {
applyOperation,
leaves,
newId,
normalizeWeights,
resizeAdjacent,
singleLeafTree,
splitOp,
} from "./layout";