feat(c4,arch-006): plugin route renderer enforces manifest permission via protected route

This commit is contained in:
Agent Zero
2026-08-23 22:24:43 +02:00
parent b01b756a4a
commit 067fc132cb
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface PluginPageRoute {
parent: string;
protected: boolean;
order: number;
permission?: string;
}
export interface PluginDetailTab {