Bläddra i källkod

fix: Simplify Claude Code plugin installation section

- Remove unnecessary marketplace registration step
- Remove context setup and start building steps
- Remove features list (details in plugin docs)
- Keep only /plugin install oac command
- Simplify to just installation and documentation links
darrenhinde 5 månader sedan
förälder
incheckning
a782341995
1 ändrade filer med 0 tillägg och 25 borttagningar
  1. 0 25
      README.md

+ 0 - 25
README.md

@@ -159,35 +159,10 @@ opencode --agent OpenAgent
 
 **Installation:**
 
-1. Register the marketplace:
-```bash
-/plugin marketplace add darrenhinde/OpenAgentsControl
-```
-
-2. Install the plugin:
 ```bash
 /plugin install oac
 ```
 
-3. Download context files:
-```bash
-/oac:setup --core
-```
-
-4. Start building:
-```
-Add a login endpoint
-```
-
-**Features:**
-- ✅ 6-stage workflow with approval gates
-- ✅ Context-aware code generation
-- ✅ 7 specialized subagents (task-manager, context-scout, context-manager, coder-agent, test-engineer, code-reviewer, external-scout)
-- ✅ 9 workflow skills + 6 user commands
-- ✅ Flexible context discovery (.oac config, .claude/context, context, .opencode/context)
-- ✅ Add context from GitHub, worktrees, local files, or URLs
-- ✅ Easy feature planning with `/oac:plan`
-
 **Documentation:**
 - [Plugin README](./plugins/claude-code/README.md) - Complete plugin documentation
 - [First-Time Setup](./plugins/claude-code/FIRST-TIME-SETUP.md) - Step-by-step guide