opencode-swarm 7.13.0 → 7.13.1

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/cli/index.js CHANGED
@@ -34,7 +34,7 @@ var package_default;
34
34
  var init_package = __esm(() => {
35
35
  package_default = {
36
36
  name: "opencode-swarm",
37
- version: "7.13.0",
37
+ version: "7.13.1",
38
38
  description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
39
39
  main: "dist/index.js",
40
40
  types: "dist/index.d.ts",
@@ -49482,11 +49482,7 @@ function writeProjectConfigIfMissing(cwd) {
49482
49482
  return;
49483
49483
  }
49484
49484
  ensureDir(opencodeDir);
49485
- const starterConfig = {
49486
- agents: { ...DEFAULT_AGENT_CONFIGS },
49487
- default_agent: "architect"
49488
- };
49489
- saveJson(projectConfigPath, starterConfig);
49485
+ saveJson(projectConfigPath, { agents: {} });
49490
49486
  console.log("\u2713 Created project config at:", projectConfigPath);
49491
49487
  } catch (error93) {
49492
49488
  console.warn("\u26A0 Could not create project config \u2014 installation will continue:");
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ var package_default;
33
33
  var init_package = __esm(() => {
34
34
  package_default = {
35
35
  name: "opencode-swarm",
36
- version: "7.13.0",
36
+ version: "7.13.1",
37
37
  description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
38
38
  main: "dist/index.js",
39
39
  types: "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.13.0",
3
+ "version": "7.13.1",
4
4
  "description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",