Seed frozen public barrels for 4 features + UI adapter

This commit is contained in:
2026-04-14 22:07:26 +03:00
parent 9c29091b58
commit 0b9ea74617
6 changed files with 14 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
// Public barrel for the flights-map feature. See frozen-barrels.md.
export {};
+5
View File
@@ -0,0 +1,5 @@
// Public barrel for the online-board feature.
// This file is the ONLY public surface — other sub-plans and features
// must import exclusively from "@/features/online-board", never from
// deeper paths. See docs/superpowers/phase-1/frozen-barrels.md for the rule.
export {};
+2
View File
@@ -0,0 +1,2 @@
// Public barrel for the popular-requests feature. See frozen-barrels.md.
export {};
+2
View File
@@ -0,0 +1,2 @@
// Public barrel for the schedule feature. See frozen-barrels.md.
export {};
-1
View File
@@ -1 +0,0 @@
export {};
+3
View File
@@ -0,0 +1,3 @@
// Public barrel for the UI adapter layer. See frozen-barrels.md.
// Feature code imports UI primitives exclusively through this barrel.
export {};