Browse Source

refactor: update installation profiles based on user feedback

Changes to profiles:
- Core: Added prompt-enhancer, removed tools (truly minimal now)
- Developer: Removed plugins, kept AI tools (env, gemini) for image generation
- Full: Only profile with plugins (Telegram notifications)
- Advanced: Removed plugins, only adds planning/architecture docs

Other changes:
- Added note in README about differences from demo video
- Emphasized making repo easier for others to use
- Verified image-specialist dependencies are properly included

Profile sizes:
- Core: 15 components (minimal essentials)
- Developer: 22 components (recommended for daily use)
- Full: 25 components (everything including plugins)
- Advanced: 23 components + docs (for contributors)
darrenhinde 4 months ago
parent
commit
e382efaa22
2 changed files with 4 additions and 6 deletions
  1. 2 0
      README.md
  2. 2 6
      registry.json

+ 2 - 0
README.md

@@ -4,6 +4,8 @@ A set of OpenCode configurations, prompts, agents, and plugins for enhanced deve
 
 [![Watch Demo](https://img.youtube.com/vi/EOIzFMdmox8/maxresdefault.jpg)](https://youtu.be/EOIzFMdmox8?si=4ZSsVlAkhMxVmF2R)
 
+> **Note:** This repository has evolved since the demo video with continuous improvements to make it easier for others to use in their projects. The core concepts remain the same, but installation and component organization have been streamlined.
+
 ## Why Use This?
 
 - ✅ **Multi-language support** - Works with TypeScript, Python, Go, Rust, and more

+ 2 - 6
registry.json

@@ -387,7 +387,7 @@
         "command:test",
         "command:commit",
         "command:context",
-        "tool:env",
+        "command:prompt-enhancer",
         "context:essential-patterns",
         "context:project-context",
         "config:env-example",
@@ -416,8 +416,6 @@
         "command:prompt-enhancer",
         "tool:env",
         "tool:gemini",
-        "plugin:notify",
-        "plugin:telegram-notify",
         "context:essential-patterns",
         "context:project-context",
         "config:env-example",
@@ -426,7 +424,7 @@
     },
     "full": {
       "name": "Full",
-      "description": "Complete installation with all available components",
+      "description": "Complete installation with all available components including plugins",
       "components": [
         "agent:task-manager",
         "agent:codebase-agent",
@@ -478,8 +476,6 @@
         "command:worktrees",
         "tool:env",
         "tool:gemini",
-        "plugin:notify",
-        "plugin:telegram-notify",
         "context:essential-patterns",
         "context:project-context",
         "config:env-example",