Skip to content

Commit efa9036

Browse files
committed
feat: enhance developer and advanced profiles with UI, development, and system builder context
- Developer profile: Add UI/UX patterns, development principles, design systems, React patterns, animation patterns, styling standards, and design assets - Full profile: Add same UI/development context as developer profile for consistency - Advanced profile: Add comprehensive system builder context including templates, guides, context system standards, and repository management context - Update profile descriptions to reflect new capabilities - All context files verified to exist and are properly referenced
1 parent 65d9426 commit efa9036

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed

registry.json

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,7 @@
27732773
},
27742774
"developer": {
27752775
"name": "Developer",
2776-
"description": "Complete software development environment with code generation, testing, review, and build tools. Use OpenAgent for general tasks (1-4 files) or OpenCoder for complex architecture (4+ files). Recommended for most developers.",
2776+
"description": "Complete software development environment with code generation, testing, review, and build tools. Includes UI/UX patterns, development principles, and design systems. Use OpenAgent for general tasks (1-4 files) or OpenCoder for complex architecture (4+ files). Recommended for most developers.",
27772777
"badge": "RECOMMENDED",
27782778
"components": [
27792779
"agent:openagent",
@@ -2803,6 +2803,15 @@
28032803
"context:project-intelligence/*",
28042804
"context:to-be-consumed/*",
28052805
"context:adding-skill",
2806+
"context:ui/*",
2807+
"context:development/*",
2808+
"context:design-systems",
2809+
"context:react-patterns",
2810+
"context:animation-patterns",
2811+
"context:ui-styling-standards",
2812+
"context:design-assets",
2813+
"context:clean-code",
2814+
"context:api-design",
28062815
"config:env-example",
28072816
"config:readme"
28082817
]
@@ -2839,7 +2848,7 @@
28392848
},
28402849
"full": {
28412850
"name": "Full",
2842-
"description": "Everything included - all agents, subagents, tools, and plugins for maximum functionality.",
2851+
"description": "Everything included - all agents, subagents, tools, and plugins for maximum functionality. Includes UI/UX patterns, development principles, and design systems.",
28432852
"components": [
28442853
"agent:openagent",
28452854
"agent:opencoder",
@@ -2877,13 +2886,22 @@
28772886
"context:project-intelligence/*",
28782887
"context:to-be-consumed/*",
28792888
"context:adding-skill",
2889+
"context:ui/*",
2890+
"context:development/*",
2891+
"context:design-systems",
2892+
"context:react-patterns",
2893+
"context:animation-patterns",
2894+
"context:ui-styling-standards",
2895+
"context:design-assets",
2896+
"context:clean-code",
2897+
"context:api-design",
28802898
"config:env-example",
28812899
"config:readme"
28822900
]
28832901
},
28842902
"advanced": {
28852903
"name": "Advanced (Meta-Level)",
2886-
"description": "Full installation plus System Builder for creating custom AI architectures. For power users and contributors.",
2904+
"description": "Full installation plus System Builder for creating custom AI architectures. Includes comprehensive context system, system builder templates, and repository management tools. For power users and contributors.",
28872905
"components": [
28882906
"agent:openagent",
28892907
"agent:opencoder",
@@ -2930,6 +2948,25 @@
29302948
"context:project-intelligence/*",
29312949
"context:to-be-consumed/*",
29322950
"context:adding-skill",
2951+
"context:ui/*",
2952+
"context:development/*",
2953+
"context:design-systems",
2954+
"context:react-patterns",
2955+
"context:animation-patterns",
2956+
"context:ui-styling-standards",
2957+
"context:design-assets",
2958+
"context:clean-code",
2959+
"context:api-design",
2960+
"context:system-builder-guide",
2961+
"context:orchestrator-template",
2962+
"context:subagent-template",
2963+
"context:openagents-repo/*",
2964+
"context:context-system",
2965+
"context:context-system/*",
2966+
"context:registry-dependencies",
2967+
"context:templates",
2968+
"context:frontmatter",
2969+
"context:codebase-references",
29332970
"config:env-example",
29342971
"config:readme"
29352972
],

0 commit comments

Comments
 (0)