-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
170 lines (170 loc) · 6.52 KB
/
Copy pathpackage.json
File metadata and controls
170 lines (170 loc) · 6.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "opencode-swarm",
"version": "7.181.4",
"description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"bin": {
"opencode-swarm": "./dist/cli/index.js"
},
"type": "module",
"engines": {
"bun": ">=1.3.13",
"node": ">=22.13"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ZaxbyHub/opencode-swarm.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"opencode",
"opencode-plugin",
"ai",
"agents",
"orchestration",
"swarm",
"multi-agent",
"llm"
],
"files": [
"dist",
"dist/lang/grammars",
"binaries",
"evaluation-fixtures",
".opencode/skills/brainstorm",
".opencode/skills/specify",
".opencode/skills/clarify-spec",
".opencode/skills/swarm-resume",
".opencode/skills/clarify",
".opencode/skills/discover",
".opencode/skills/consult",
".opencode/skills/pre-phase-briefing",
".opencode/skills/council",
".opencode/skills/deep-dive",
".opencode/skills/deep-research",
".opencode/skills/codebase-review-swarm",
".opencode/skills/swarm-implement",
".opencode/skills/design-docs",
".opencode/skills/swarm-pr-review",
".opencode/skills/swarm",
".opencode/skills/swarm-pr-feedback",
".opencode/skills/swarm-pr-subscribe",
".opencode/skills/swarm-ci-monitor",
".opencode/skills/issue-ingest",
".opencode/skills/swarm-plan",
".opencode/skills/critic-gate",
".opencode/skills/execute",
".opencode/skills/phase-wrap",
".opencode/skills/loop",
".opencode/skills/writing-tests",
".opencode/skills/running-tests",
".opencode/skills/engineering-conventions",
".opencode/skills/commit-pr",
".opencode/skills/ci-failure-batching",
".opencode/skills/gate-attribution",
".opencode/skills/merge-queue-readiness",
".opencode/skills/skill-edit-validation",
".opencode/skills/worktree-retry-cleanup",
".opencode/skills/test-file-split",
".opencode/skills/fork-pr-operations",
".opencode/skills/parallel-work-check",
".opencode/skills/ci-fix-monitor",
".opencode/skills/issue-tracer",
".opencode/skills/orchestrating-subagents",
".opencode/skills/durable-session-state",
"tests/fixtures/memory-recall",
"tests/fixtures/memory-recall-heldout",
"opencode-swarm.schema.json",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "bun -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
"build": "bun run clean && bun run scripts/generate-config-schema.ts && bun run scripts/copy-grammars.ts && bun build src/index.ts --outdir dist --target node --format esm --external web-tree-sitter --minify-whitespace --minify-syntax && bun build src/cli/index.ts --outdir dist/cli --target bun --format esm --external bash-parser --splitting && bun run scripts/copy-grammars.ts --to-dist && tsc --emitDeclarationOnly",
"typecheck": "tsc --noEmit",
"test": "bun test",
"lint": "biome lint .",
"lint:ci": "biome ci .",
"test:unit:ci": "bun scripts/ci/run-unit-tests-local.ts",
"validate:repo": "bun scripts/ci/repository-validation.ts",
"drift:check": "bun run scripts/drift-check.ts",
"check:pre-push": "bun run scripts/drift-check.ts --enforce --no-report && bun run check:registry-citations",
"schema:generate": "bun run scripts/generate-config-schema.ts",
"generate:commands-docs": "bun run scripts/generate-commands-docs.ts",
"check:runtime-src-refs": "bun run scripts/check-runtime-src-refs.ts",
"drift:fix": "bun run scripts/drift-check.ts --fix --confirm",
"skills:sync": "bun run scripts/sync-qa-gate-skills.ts",
"format": "biome format . --write",
"check": "biome check --write .",
"dev": "bun run build && opencode",
"package:smoke": "node scripts/package-smoke.mjs",
"prepare": "bun run build",
"repro:704": "node scripts/repro-704.mjs",
"repro:2669": "node scripts/repro-2669.mjs",
"repro:2670": "node scripts/repro-2670.mjs",
"repro:1144": "bun scripts/repro-1144.mjs",
"repro:1873": "bun build scripts/repro-1873-entry.ts --outdir dist-build-test/repro-1873 --target node --format esm && node scripts/repro-1873.mjs",
"repro:2487": "bun build scripts/repro-2487-parity-entry.ts --outdir dist-build-test/repro-2487 --target node --format esm && node scripts/repro-2487-parity.mjs",
"check:events": "bun run scripts/check-event-contract.ts",
"check:retention": "bun run scripts/check-retention-registry.ts",
"check:core-events": "bun run scripts/check-core-events-usage.ts",
"check:shell-audit": "bun run scripts/check-shell-audit-usage.ts",
"check:trajectory-store": "bun run scripts/check-trajectory-store-usage.ts",
"check:mock-cleanup": "bun run scripts/check-mock-cleanup.ts",
"check:invariants": "bun run scripts/check-invariants.ts",
"check:token-formula": "bun run scripts/check-token-formula.ts",
"check:cross-contamination": "bun run scripts/check-cross-contamination.ts",
"check:test-clock": "bun run scripts/check-test-clock.ts",
"check:test-file-cap": "bun run scripts/check-test-file-cap.ts",
"check:test-tmpdir": "bun run scripts/check-test-tmpdir.ts",
"check:bash-portability": "bun run scripts/check-bash-portability.ts",
"check:pending-fragment": "bun run scripts/check-pending-fragment.ts",
"check:gate-portability": "bun run scripts/check-gate-portability.ts",
"check:bare-spawn": "bun run scripts/check-bare-executable-spawn.ts",
"check:error-channel-discard": "bun run scripts/check-error-channel-discard.ts",
"check:path-identity": "bun run scripts/check-path-identity.ts",
"check:registry-citations": "bun run scripts/check-registry-citations.ts",
"check:memory-recall": "bun run scripts/memory-recall-regression.ts",
"check:retrieval-quality": "bun run scripts/retrieval-quality-regression.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.30.0",
"@opencode-ai/plugin": "^1.18.3",
"@opencode-ai/sdk": "^1.18.3",
"@vscode/tree-sitter-wasm": "^0.3.0",
"bash-parser": "^0.5.0",
"p-limit": "^7.3.0",
"picomatch": "^4.0.4",
"proper-lockfile": "^4.1.2",
"quick-lru": "^7.3.0",
"web-tree-sitter": "^0.25.0",
"zod": "4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.14",
"@types/picomatch": "^4.0.3",
"bun-types": "1.3.8",
"js-yaml": "^4.1.1",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@xenova/transformers": "^2.17.2"
},
"peerDependenciesMeta": {
"@xenova/transformers": {
"optional": true
}
}
}