-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdivisions.json
More file actions
24 lines (24 loc) · 1.96 KB
/
Copy pathdivisions.json
File metadata and controls
24 lines (24 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"_note": "Source of truth for agency-agents-ja source agent divisions. These are the top-level directories scanned by validation, catalog generation, conversion, and lint workflows. Framework/documentation directories such as strategy/, integrations/, examples/, docs/, workflows/, bin/, and scripts/ are intentionally not divisions. Each division must contain at least one .md agent file with YAML frontmatter.",
"divisions": {
"academic": { "label": "Academic", "icon": "GraduationCap", "color": "#8B5CF6" },
"design": { "label": "Design", "icon": "PenTool", "color": "#EC4899" },
"engineering": { "label": "Engineering", "icon": "Code", "color": "#3B82F6" },
"finance": { "label": "Finance", "icon": "DollarSign", "color": "#22C55E" },
"game-development": { "label": "Game Development", "icon": "Gamepad2", "color": "#A855F7" },
"gis": { "label": "GIS", "icon": "Map", "color": "#14B8A6" },
"hr": { "label": "HR", "icon": "Users", "color": "#0EA5E9" },
"legal": { "label": "Legal", "icon": "Scale", "color": "#64748B" },
"marketing": { "label": "Marketing", "icon": "Megaphone", "color": "#F97316" },
"paid-media": { "label": "Paid Media", "icon": "Target", "color": "#EAB308" },
"product": { "label": "Product", "icon": "Box", "color": "#D946EF" },
"project-management": { "label": "Project Management", "icon": "ClipboardList", "color": "#0EA5E9" },
"sales": { "label": "Sales", "icon": "TrendingUp", "color": "#10B981" },
"security": { "label": "Security", "icon": "ShieldCheck", "color": "#EF4444" },
"spatial-computing": { "label": "Spatial Computing", "icon": "Boxes", "color": "#06B6D4" },
"specialized": { "label": "Specialized", "icon": "Sparkles", "color": "#6366F1" },
"supply-chain": { "label": "Supply Chain", "icon": "Truck", "color": "#14B8A6" },
"support": { "label": "Support", "icon": "LifeBuoy", "color": "#84CC16" },
"testing": { "label": "Testing", "icon": "FlaskConical", "color": "#F59E0B" }
}
}