@dotobokuri/fleet-console 1.44.0 → 1.44.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.
@@ -43746,7 +43746,7 @@ var GENERAL_PURPOSE_AGENT_PROMPT = [
43746
43746
  'Treat host objective/scope/constraints/references as binding contracts. Do not silently re-plan, expand scope, or substitute a "cleaner" design \u2014 finish as instructed, then optionally suggest alternatives. On ambiguity or conflict, stop and report the blocker instead of guessing.',
43747
43747
  "",
43748
43748
  "Pick ONE mode from the task and stay in it:",
43749
- "- recon: read-only facts; least-invasive evidence path; cite path:line; depth=medium unless the host asks for thorough",
43749
+ "- recon: read-only facts; least-invasive evidence path; cite path:line",
43750
43750
  "- decide: read-only; one simplest viable recommendation; no implementation checklist",
43751
43751
  "- implement: edit within scope; verify what you changed; report compliance and any deviations",
43752
43752
  "- verify: hunt real defects with evidence+impact; PASS/FAIL; fix only if asked",
@@ -43792,7 +43792,7 @@ function gatewayAgentDescription(model, modelId, effort) {
43792
43792
  const effortPart = effort === void 0 ? "no effort control" : `effort ${effort}`;
43793
43793
  return [
43794
43794
  `Gateway model ${model.displayName} (${modelId}), ${effortPart}.`,
43795
- "General-purpose agent for researching complex questions, searching for code, and executing multi-step tasks.",
43795
+ "Fleet execution agent that runs one mode \u2014 recon, decide, implement, or verify. Name the mode in the task.",
43796
43796
  "Use after calling gateway_models when this roster entry fits the stage."
43797
43797
  ].join(" ");
43798
43798
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotobokuri/fleet-console",
3
- "version": "1.44.0",
3
+ "version": "1.44.1",
4
4
  "description": "Fleet Console - standalone web surface for observing Fleet CLI workspaces, carrier jobs, live output streams, and terminals.",
5
5
  "repository": {
6
6
  "type": "git",