oh-my-opencode-serverlocal 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +11 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19396,17 +19396,17 @@ var AGENT_DESCRIPTIONS = {
|
|
|
19396
19396
|
- **Delegate when:** For implementation work, think and triage first. If the change is non-trivial or multi-file, hand bounded execution to @fixer • Parallelization benefits: Task involves multiple folders and multiple files modification, scoping work per folder and spawning parallel @fixers for each folder.
|
|
19397
19397
|
- **Don't delegate when:** Needs discovery/research/decisions • Single small change (<20 lines, one file) • Unclear requirements needing iteration • Explaining to fixer > doing • Tight integration with your current work • Requires design taste, visual hierarchy, interaction polish, responsive layout decisions, animation/motion, component feel, or UI copy/design trade-offs
|
|
19398
19398
|
- **Rule of thumb:** Headless/mechanical implementation → @fixer. User-visible design or polish → @designer. If @designer already set direction, @fixer may only do bounded mechanical follow-up that preserves that design exactly.`,
|
|
19399
|
-
|
|
19400
|
-
- Lane:
|
|
19401
|
-
- Role:
|
|
19402
|
-
- Permissions: Read files
|
|
19403
|
-
- Stats:
|
|
19404
|
-
- Capabilities:
|
|
19405
|
-
- **Delegate when:** Critical decisions
|
|
19406
|
-
- **Don't delegate when:**
|
|
19407
|
-
- **How to call:**
|
|
19408
|
-
- **Result handling:**
|
|
19409
|
-
- **Rule of thumb:** Need
|
|
19399
|
+
roundtable: `roundtable tool
|
|
19400
|
+
- Lane: Multi-model adversarial debate with consensus scoring
|
|
19401
|
+
- Role: Launches a structured round-table debate with 3 independent debaters (skeptic, pragmatist, architect) and a critic. Runs multiple rounds of cross-examination. Debunkers see each other's arguments and must explicitly address weaknesses. Critic scores consensus and quality after each round. Returns a 5-section council report with dissents, debate summary, and open questions.
|
|
19402
|
+
- Permissions: Read files (runs independently — no user interaction)
|
|
19403
|
+
- Stats: 1-5 rounds, 60-260s, tokens cost roughly proportional to rounds
|
|
19404
|
+
- Capabilities: Real cross-examination (not parallel/parallel synthesis), consensus-based early stop, divergence detection, quality threshold gating. Produces honest dissent section.
|
|
19405
|
+
- **Delegate when:** Critical architectural decisions • Tech stack trade-offs • Security/safety decisions • Cost analysis of changes • "Should I use X or Y?" questions • Migrations or deprecations • Designers vs Engineers conflicts
|
|
19406
|
+
- **Don't delegate when:** Simple yes/no answers • Features where speed > thoroughness • Single opinion is obvious • Routine code edits
|
|
19407
|
+
- **How to call:** Call the \`roundtable\` tool with \`{ query: "Specific question with enough context", maxRounds: optional, debug: optional }\`. Provide real constraints (e.g., hardware specs, budget, current tech stack). The more context, the better the debate.
|
|
19408
|
+
- **Result handling:** The tool returns a structured report with Council Decision (verdict), Dissent (where disagreement persisted), Debate Summary (rounds, scores), Open Questions, and Models Used. Present all 5 sections unless the user asked for a summary. If the dissent is strong, note it explicitly.
|
|
19409
|
+
- **Rule of thumb:** Need independent perspectives that actually challenge each other? → roundtable tool. Need one confidence estimate? → ask @oracle. Need to quickly ship? → make the call yourself.`,
|
|
19410
19410
|
observer: `@observer
|
|
19411
19411
|
- Lane: Visual/media analysis isolated from orchestrator context
|
|
19412
19412
|
- Role: Visual analysis specialist for images, PDFs, and diagrams
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oh-my-opencode-serverlocal",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Custom serverlocal fork of oh-my-opencode-slim — fully owned, custom prompts + commands, dist synced via opencode-dotfiles",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|