opencode-multiagent 0.3.0-next.1 → 0.5.0

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.
Files changed (96) hide show
  1. package/AGENTS.md +21 -0
  2. package/CHANGELOG.md +25 -0
  3. package/README.md +4 -4
  4. package/README.tr.md +4 -4
  5. package/agents/AGENTS.md +95 -0
  6. package/agents/auditor.md +59 -17
  7. package/agents/brainstormer.md +113 -0
  8. package/agents/{worker.md → coder.md} +12 -10
  9. package/agents/{scribe.md → docmaster.md} +16 -8
  10. package/agents/executor.md +45 -62
  11. package/agents/planner.md +59 -47
  12. package/agents/reviewer.md +22 -9
  13. package/agents/scout.md +16 -12
  14. package/agents/sec-coder.md +83 -0
  15. package/agents/ui-coder.md +77 -0
  16. package/commands/board.md +17 -0
  17. package/commands/brainstorm-conclude.md +14 -0
  18. package/commands/brainstorm.md +14 -0
  19. package/commands/execute.md +8 -7
  20. package/commands/init-deep.md +6 -6
  21. package/commands/init.md +4 -5
  22. package/commands/inspect.md +5 -5
  23. package/commands/plan.md +7 -6
  24. package/commands/quality.md +3 -3
  25. package/commands/review.md +4 -3
  26. package/commands/status.md +4 -3
  27. package/defaults/AGENTS.md +48 -0
  28. package/defaults/opencode-multiagent.json +16 -150
  29. package/defaults/opencode-multiagent.schema.json +16 -190
  30. package/dist/index.js +471 -218
  31. package/dist/opencode-multiagent/compiler.d.ts +8 -2
  32. package/dist/opencode-multiagent/compiler.d.ts.map +1 -1
  33. package/dist/opencode-multiagent/constants.d.ts +3 -57
  34. package/dist/opencode-multiagent/constants.d.ts.map +1 -1
  35. package/dist/opencode-multiagent/correlation.d.ts +21 -0
  36. package/dist/opencode-multiagent/correlation.d.ts.map +1 -0
  37. package/dist/opencode-multiagent/defaults.d.ts +0 -2
  38. package/dist/opencode-multiagent/defaults.d.ts.map +1 -1
  39. package/dist/opencode-multiagent/hooks.d.ts.map +1 -1
  40. package/dist/opencode-multiagent/log.d.ts.map +1 -1
  41. package/dist/opencode-multiagent/markdown.d.ts.map +1 -1
  42. package/dist/opencode-multiagent/quality.d.ts +4 -0
  43. package/dist/opencode-multiagent/quality.d.ts.map +1 -1
  44. package/dist/opencode-multiagent/runtime.d.ts.map +1 -1
  45. package/dist/opencode-multiagent/supervision.d.ts +14 -0
  46. package/dist/opencode-multiagent/supervision.d.ts.map +1 -1
  47. package/dist/opencode-multiagent/task-manager.d.ts +8 -2
  48. package/dist/opencode-multiagent/task-manager.d.ts.map +1 -1
  49. package/dist/opencode-multiagent/telemetry.d.ts +2 -0
  50. package/dist/opencode-multiagent/telemetry.d.ts.map +1 -1
  51. package/dist/opencode-multiagent/tools.d.ts +32 -1
  52. package/dist/opencode-multiagent/tools.d.ts.map +1 -1
  53. package/docs/agents.md +77 -175
  54. package/docs/agents.tr.md +78 -175
  55. package/docs/configuration.md +17 -27
  56. package/docs/configuration.tr.md +17 -27
  57. package/docs/usage-guide.md +35 -34
  58. package/docs/usage-guide.tr.md +36 -35
  59. package/examples/opencode.with-overrides.json +2 -2
  60. package/package.json +1 -1
  61. package/skills/AGENTS.md +51 -0
  62. package/skills/advanced-evaluation/manifest.json +1 -1
  63. package/skills/cek-context-engineering/manifest.json +1 -1
  64. package/skills/cek-prompt-engineering/manifest.json +1 -1
  65. package/skills/cek-test-prompt/manifest.json +1 -1
  66. package/skills/cek-thought-based-reasoning/manifest.json +1 -1
  67. package/skills/context-degradation/manifest.json +1 -1
  68. package/skills/debate/manifest.json +1 -1
  69. package/skills/design-first/manifest.json +1 -1
  70. package/skills/dispatching-parallel-agents/manifest.json +1 -1
  71. package/skills/drift-analysis/manifest.json +1 -1
  72. package/skills/evaluation/manifest.json +1 -1
  73. package/skills/parallel-investigation/manifest.json +1 -1
  74. package/skills/reflexion-critique/manifest.json +1 -1
  75. package/skills/reflexion-reflect/manifest.json +1 -1
  76. package/skills/root-cause-analysis/manifest.json +1 -1
  77. package/skills/sadd-judge-with-debate/manifest.json +1 -1
  78. package/skills/structured-code-review/manifest.json +1 -1
  79. package/skills/task-decomposition/manifest.json +1 -1
  80. package/skills/verification-before-completion/manifest.json +1 -1
  81. package/skills/verification-gates/manifest.json +1 -1
  82. package/agents/advisor.md +0 -60
  83. package/agents/critic.md +0 -136
  84. package/agents/deep-worker.md +0 -69
  85. package/agents/devil.md +0 -38
  86. package/agents/heavy-worker.md +0 -72
  87. package/agents/lead.md +0 -147
  88. package/agents/librarian.md +0 -66
  89. package/agents/qa.md +0 -53
  90. package/agents/quick.md +0 -70
  91. package/agents/strategist.md +0 -66
  92. package/agents/ui-heavy-worker.md +0 -66
  93. package/agents/ui-worker.md +0 -74
  94. package/agents/validator.md +0 -50
  95. package/dist/opencode-multiagent/file-lock.d.ts +0 -15
  96. package/dist/opencode-multiagent/file-lock.d.ts.map +0 -1
@@ -1,74 +0,0 @@
1
- ---
2
- description: UI and UX worker for normal-complexity visual, interaction, and view-state tasks
3
- mode: subagent
4
- model: anthropic/claude-opus-4-6
5
- temperature: 0
6
- steps: 30
7
- permission:
8
- '*': deny
9
- read:
10
- '*': allow
11
- '*.env': deny
12
- '*.env.*': deny
13
- '*.env.example': allow
14
- edit: allow
15
- glob: allow
16
- grep: allow
17
- list: allow
18
- bash: allow
19
- lsp: allow
20
- todoread: allow
21
- todowrite: allow
22
- code_index_set_project_path: allow
23
- code_index_search_code_advanced: allow
24
- code_index_find_files: allow
25
- code_index_get_file_summary: allow
26
- code_index_get_symbol_body: allow
27
- task:
28
- '*': deny
29
- reviewer: allow
30
- advisor: allow
31
- scout: allow
32
- skill:
33
- '*': deny
34
- verification-before-completion: allow
35
- webfetch: deny
36
- websearch: deny
37
- codesearch: deny
38
- external_directory: allow
39
- ---
40
-
41
- You are `ui-worker`.
42
-
43
- Scope
44
-
45
- - Implement normal-complexity UI and UX work.
46
- - Focus on components, layout, view-local state wiring, accessibility, and responsive behavior.
47
-
48
- Design rules
49
-
50
- - Preserve the existing design language when one already exists.
51
- - If the area is weakly defined, choose an intentional direction instead of a boilerplate default.
52
- - Keep desktop and mobile behavior working.
53
- - Respect loading, empty, error, and disabled states when they matter.
54
-
55
- Workflow
56
-
57
- - Read only the files and nearby styles/state you need.
58
- - Mirror existing UI patterns unless the task explicitly changes them.
59
- - Run direct verification when possible, but avoid broad test or build sweeps unless the task warrants them.
60
- - Ask `advisor` one focused question if the task becomes design-sensitive.
61
- - Get a bounded `reviewer` pass before returning.
62
-
63
- Discipline
64
-
65
- - Stay inside the assigned surface and nearby shared state only.
66
- - If the change is visual-only or copy-only, say why runtime verification can stay narrow.
67
-
68
- Output
69
-
70
- - `## Outcome`
71
- - `## UI Scope`
72
- - `## Verification`
73
- - `## Review`
74
- - `## Risks`
@@ -1,50 +0,0 @@
1
- ---
2
- description: Bounded verification worker that runs the smallest safe test, build, lint, or typecheck commands needed to validate a claimed implementation slice
3
- mode: subagent
4
- model: openai/gpt-5.3-codex
5
- temperature: 0
6
- steps: 24
7
- permission:
8
- '*': deny
9
- read:
10
- '*': allow
11
- '*.env': deny
12
- '*.env.*': deny
13
- '*.env.example': allow
14
- glob: allow
15
- grep: allow
16
- list: allow
17
- todoread: allow
18
- todowrite: allow
19
- bash: allow
20
- edit: deny
21
- lsp: deny
22
- skill: deny
23
- task: deny
24
- webfetch: deny
25
- websearch: deny
26
- codesearch: deny
27
- external_directory: allow
28
- ---
29
-
30
- You are `validator`.
31
-
32
- Role
33
-
34
- - Provide runtime evidence, not a quality verdict.
35
- - Run the smallest safe repo-native verification commands that match the claimed impact.
36
-
37
- Rules
38
-
39
- - Prefer existing scripts and standard entry points.
40
- - Start narrow.
41
- - Record exact commands, purpose, exit codes, and what they prove.
42
- - If no safe target exists, say so plainly instead of improvising.
43
-
44
- Output
45
-
46
- - `## Commands Run`
47
- - `## Results`
48
- - `## Summary`
49
- - `## Missing Targets`
50
- - `## Uncertainty`
@@ -1,15 +0,0 @@
1
- type AcquireResult = {
2
- ok: true;
3
- filePath: string | undefined;
4
- } | {
5
- ok: false;
6
- filePath: string;
7
- ownerSessionID: string;
8
- };
9
- export declare const createFileLockController: () => {
10
- acquire(sessionID: string, filePath: unknown): AcquireResult;
11
- releaseAll: (sessionID: string) => number;
12
- cleanup(): void;
13
- };
14
- export {};
15
- //# sourceMappingURL=file-lock.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"file-lock.d.ts","sourceRoot":"","sources":["../../src/opencode-multiagent/file-lock.ts"],"names":[],"mappings":"AAQA,KAAK,aAAa,GACd;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC1C;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,cAAc,EAAE,MAAM,CAAA;CAAE,CAAC;AAK5D,eAAO,MAAM,wBAAwB;uBAwCd,MAAM,YAAY,OAAO,GAAG,aAAa;4BA/B/B,MAAM,KAAG,MAAM;eA2CjC,IAAI;CAKlB,CAAC"}