@getmonoceros/workbench 1.23.1 → 1.23.3

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/bin.js CHANGED
@@ -2518,13 +2518,7 @@ async function writeOpencodeConfig(targetDir, containerName2, features) {
2518
2518
  if (typeof config.permission !== "string") {
2519
2519
  const permission = typeof config.permission === "object" && config.permission !== null ? config.permission : {};
2520
2520
  const ext = typeof permission.external_directory === "object" && permission.external_directory !== null ? permission.external_directory : {};
2521
- for (const p of [
2522
- `${workspaceRoot}/AGENTS.md`,
2523
- `${workspaceRoot}/.monoceros/commands.md`,
2524
- `${workspaceRoot}/projects/**`
2525
- ]) {
2526
- ext[p] = "allow";
2527
- }
2521
+ ext[`${workspaceRoot}/projects/*`] = "allow";
2528
2522
  permission.external_directory = ext;
2529
2523
  config.permission = permission;
2530
2524
  }
@@ -7233,7 +7227,7 @@ var CLI_VERSION;
7233
7227
  var init_version = __esm({
7234
7228
  "src/version.ts"() {
7235
7229
  "use strict";
7236
- CLI_VERSION = true ? "1.23.1" : "dev";
7230
+ CLI_VERSION = true ? "1.23.3" : "dev";
7237
7231
  }
7238
7232
  });
7239
7233