@qontinui/navigation 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +12 -0
- package/dist/index.js +12 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -888,6 +888,18 @@ var SYSTEM_ITEMS = [
|
|
|
888
888
|
route: "/sessions",
|
|
889
889
|
color: "#10B981"
|
|
890
890
|
},
|
|
891
|
+
{
|
|
892
|
+
// Member-visible coord layer. No adminOnly: any tenant member (Developer)
|
|
893
|
+
// can VIEW; per-page mutation controls stay gated on coord_is_admin in
|
|
894
|
+
// qontinui-web. Web-only — keeps it out of the runner sidebar.
|
|
895
|
+
id: "ai-dev-coordination",
|
|
896
|
+
label: "AI-Dev Coordination",
|
|
897
|
+
icon: "Network",
|
|
898
|
+
description: "Coordination layer \u2014 fleet, plans, gates, merge queue",
|
|
899
|
+
platforms: ["web"],
|
|
900
|
+
route: "/admin/coord",
|
|
901
|
+
color: "#06B6D4"
|
|
902
|
+
},
|
|
891
903
|
{
|
|
892
904
|
id: "settings",
|
|
893
905
|
label: "Settings",
|
package/dist/index.js
CHANGED
|
@@ -798,6 +798,18 @@ var SYSTEM_ITEMS = [
|
|
|
798
798
|
route: "/sessions",
|
|
799
799
|
color: "#10B981"
|
|
800
800
|
},
|
|
801
|
+
{
|
|
802
|
+
// Member-visible coord layer. No adminOnly: any tenant member (Developer)
|
|
803
|
+
// can VIEW; per-page mutation controls stay gated on coord_is_admin in
|
|
804
|
+
// qontinui-web. Web-only — keeps it out of the runner sidebar.
|
|
805
|
+
id: "ai-dev-coordination",
|
|
806
|
+
label: "AI-Dev Coordination",
|
|
807
|
+
icon: "Network",
|
|
808
|
+
description: "Coordination layer \u2014 fleet, plans, gates, merge queue",
|
|
809
|
+
platforms: ["web"],
|
|
810
|
+
route: "/admin/coord",
|
|
811
|
+
color: "#06B6D4"
|
|
812
|
+
},
|
|
801
813
|
{
|
|
802
814
|
id: "settings",
|
|
803
815
|
label: "Settings",
|