@getmonoceros/workbench 1.37.7 → 1.37.10

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
@@ -4767,7 +4767,11 @@ var init_agents_md = __esm({
4767
4767
 
4768
4768
  // src/briefing/claude-md.ts
4769
4769
  function generateClaudeMd() {
4770
- return "@AGENTS.md";
4770
+ return [
4771
+ "Read @AGENTS.md before you do anything else. It is this container's",
4772
+ "briefing - the stack, services, tools, exposed ports, and how to work in",
4773
+ "here - and Monoceros regenerates it on every `apply`."
4774
+ ].join("\n");
4771
4775
  }
4772
4776
  var init_claude_md = __esm({
4773
4777
  "src/briefing/claude-md.ts"() {
@@ -8967,7 +8971,7 @@ var CLI_VERSION;
8967
8971
  var init_version = __esm({
8968
8972
  "src/version.ts"() {
8969
8973
  "use strict";
8970
- CLI_VERSION = true ? "1.37.7" : "dev";
8974
+ CLI_VERSION = true ? "1.37.10" : "dev";
8971
8975
  }
8972
8976
  });
8973
8977
 
@@ -9996,7 +10000,7 @@ var init_notifier = __esm({
9996
10000
  init_machine_state();
9997
10001
  PACKAGE = "@getmonoceros/workbench";
9998
10002
  REGISTRY_URL = `https://registry.npmjs.org/${PACKAGE}/latest`;
9999
- INSTALL_COMMAND = "curl -fsSL https://raw.githubusercontent.com/getmonoceros/workbench/main/install.sh | bash";
10003
+ INSTALL_COMMAND = "curl -fsSL https://raw.githubusercontent.com/getmonoceros/workbench/main/installer/install.sh | bash";
10000
10004
  CHECK_INTERVAL_MS = 24 * 60 * 60 * 1e3;
10001
10005
  OPT_OUT_ENV = "MONOCEROS_NO_UPDATE_NOTIFIER";
10002
10006
  FETCH_TIMEOUT_MS = 5e3;