oh-my-opencode-slim 2.0.0-beta.4 → 2.0.0-beta.7

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.
@@ -1,4 +1,4 @@
1
- import type { AgentConfig } from "@opencode-ai/sdk/v2";
1
+ import type { AgentConfig } from '@opencode-ai/sdk/v2';
2
2
  export interface AgentDefinition {
3
3
  name: string;
4
4
  displayName?: string;
package/dist/index.js CHANGED
@@ -18990,11 +18990,11 @@ var AGENT_DESCRIPTIONS = {
18990
18990
  - **Don't delegate when:** Routine decisions you're confident about • First bug fix attempt • Straightforward trade-offs • Tactical "how" vs strategic "should" • Time-sensitive good-enough decisions • Quick research/testing can answer
18991
18991
  - **Rule of thumb:** Need senior architect review? → @oracle. Need code review or simplification? → @oracle. Routine coordination or final synthesis? → handle directly.`,
18992
18992
  designer: `@designer
18993
- - Lane: User-facing UI/UX design related edits, polish, and review
18993
+ - Lane: UI/UX design, related edits, design polishign, and review
18994
18994
  - Role: UI/UX specialist for intentional, polished experiences
18995
18995
  - Permissions: Read/write files
18996
18996
  - Stats: 10x better UI/UX than orchestrator
18997
- - Capabilities: Visual relevant edits, interactions, responsive layouts, design systems with aesthetic intent, deep UI/UX knowledge.
18997
+ - Capabilities: Goot design taste, visual relevant edits, interactions, responsive layouts, design systems with aesthetic intent, deep UI/UX knowledge.
18998
18998
  - Weakness: copywriting, needs Orchestrator control, dictation, reviews
18999
18999
  - **Delegate when:** User-facing interfaces needing polish • Responsive layouts • UX-critical components (forms, nav, dashboards) • Visual consistency systems • Animations/micro-interactions • Landing/marketing pages • Refining functional→delightful • Reviewing existing UI/UX quality
19000
19000
  - **Don't delegate when:** Backend/logic with no visual • Quick prototypes where design doesn't matter yet
@@ -19004,6 +19004,7 @@ var AGENT_DESCRIPTIONS = {
19004
19004
  - Role: Fast execution specialist for well-defined tasks.
19005
19005
  - Permissions: Read/write files
19006
19006
  - Stats: 2x faster code edits, 1/2 cost of orchestrator, 0.8x quality of orchestrator
19007
+ - Weakness: design taste
19007
19008
  - Tools/Constraints: Execution-focused—no research, no architectural decisions
19008
19009
  - **Delegate when:** For implementation work, think and triage first. If the change is non-trivial or multi-file, hand bounded execution to @fixer • Writing or updating tests • Tasks that touch test files, fixtures, mocks, or test helpers. Parallelization benefits: Task involves multiple folders and multiple files modificaiton, scoping work per folder and spawning parallel @fixers for each folder.
19009
19010
  - **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 • Sequential dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode-slim",
3
- "version": "2.0.0-beta.4",
3
+ "version": "2.0.0-beta.7",
4
4
  "description": "Lightweight agent orchestration plugin for OpenCode - a slimmed-down fork of oh-my-opencode",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,15 +18,21 @@ Required behavior:
18
18
 
19
19
  - keep OpenCode todos aligned with the active deepwork phase;
20
20
  - create and maintain a local markdown progress file under `.slim/deepwork/`;
21
+ - write valuable research findings into that file as confirmed research context
22
+ when they are received and reconciled;
21
23
  - draft a plan before implementation;
22
24
  - ask `@oracle` to review the plan and revise it until acceptable;
23
25
  - create a phased implementation/delegation plan;
26
+ - before oracle reviews, add relevant confirmed research findings and file
27
+ references to the deepwork file so oracle can review the plan or phase from
28
+ accepted context instead of redoing discovery;
24
29
  - ask `@oracle` to review that implementation plan before execution;
25
- - execute phase by phase with specialist delegation where useful;
26
- - after each phase, validate, update the deepwork file, ask `@oracle` to review
27
- the phase result, fix actionable issues, then continue;
28
- - ask `@oracle` phase reviews to include simplify/readability feedback alongside
29
- correctness, blockers, risks, and plan adherence;
30
+ - after oracle review and before each implementation phase, decide the execution
31
+ path: what can run in parallel, what must be sequential, which specialists to
32
+ delegate to, and whether to split the same agent into multiple bounded lanes;
33
+ - after each phase, validate, update the deepwork file, prepare the plan file
34
+ for oracle review and ask `@oracle` to review the phase result, fix
35
+ actionable issues, then continue;
30
36
  - finish with final validation and a concise summary.
31
37
 
32
38
  ## Deepwork File
@@ -56,37 +62,28 @@ work. The file only needs to remain useful as persistent session state and shoul
56
62
  capture, as applicable:
57
63
 
58
64
  - current goal and understanding;
59
- - assumptions, constraints, and decisions;
65
+ - researched, factual context from `@librarian` to avoid oracle doing its own
66
+ research;
60
67
  - plan drafts and oracle review notes;
61
68
  - implementation phases and status;
62
69
  - validation results;
63
70
  - unresolved questions, blockers, and follow-ups.
64
71
 
65
- Update this file after major decisions, reviews, phase completions, validation
66
- results, and scope changes.
72
+ Update this file after major decisions, valuable specialist research, reviews,
73
+ phase completions, validation results, and scope changes.
74
+ When `@librarian` docs, code reads, or external references produce useful
75
+ information, reconcile the result and record the accepted findings here so later
76
+ planning and reviews share the same context instead of rediscovering it.
77
+ Don't put actual contents of local files, reference them by path only.
67
78
 
68
79
  ## Scheduler Discipline
69
80
 
70
- Use the V2 scheduler model throughout:
81
+ Use the scheduler model throughout:
71
82
 
72
- - dispatch `@explorer`, `@librarian`, `@fixer`, `@designer`, `@oracle`, or
73
- `@council` lanes as background tasks when useful;
83
+ - follow Orchestrator delegations rules
74
84
  - record task/session IDs and ownership boundaries;
75
85
  - poll `task_status` before consuming background results;
76
- - reconcile terminal results before dependent work;
77
- - keep write scopes separate when parallelizing;
86
+ - avoid blocking Orchestrator lane too long; prefer shorter periodic task waits
87
+ rather than one long wait;
78
88
  - do not advance to the next phase while relevant jobs are running or terminal
79
89
  results are unreconciled.
80
-
81
- `@oracle` owns review and risk assessment. It should review plans and completed
82
- phase outputs, not become the default implementer. For phase reviews, explicitly
83
- ask oracle to use its simplify skill when available and report readability,
84
- maintainability, and unnecessary-complexity findings separately from blocking
85
- correctness issues.
86
-
87
- ## Lightweight Judgment
88
-
89
- Deepwork is meant to prevent chaotic long sessions, not create paperwork. Keep
90
- the markdown concise, batch small related checks when reasonable, and scale the
91
- number of review gates to the risk of the work. If the task becomes small and
92
- obvious, finish simply while preserving validation and the final summary.