@sesamespace/hivemind 0.8.2 → 0.8.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/{chunk-VZKHZLRD.js → chunk-HSNWMYVC.js} +3 -3
- package/dist/{chunk-SLEK4XYQ.js → chunk-VCITLDMK.js} +8 -1
- package/dist/chunk-VCITLDMK.js.map +1 -0
- package/dist/{chunk-UAWCLBR5.js → chunk-X54OQAJA.js} +2 -2
- package/dist/{chunk-WPJ2KZXP.js → chunk-YWQZZS43.js} +2 -2
- package/dist/{chunk-TUIYJ5KQ.js → chunk-ZR23DEZ6.js} +2 -2
- package/dist/commands/fleet.js +3 -3
- package/dist/commands/start.js +3 -3
- package/dist/commands/watchdog.js +3 -3
- package/dist/index.js +2 -2
- package/dist/main.js +5 -5
- package/dist/start.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-SLEK4XYQ.js.map +0 -1
- /package/dist/{chunk-VZKHZLRD.js.map → chunk-HSNWMYVC.js.map} +0 -0
- /package/dist/{chunk-UAWCLBR5.js.map → chunk-X54OQAJA.js.map} +0 -0
- /package/dist/{chunk-WPJ2KZXP.js.map → chunk-YWQZZS43.js.map} +0 -0
- /package/dist/{chunk-TUIYJ5KQ.js.map → chunk-ZR23DEZ6.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Watchdog
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YWQZZS43.js";
|
|
4
4
|
import {
|
|
5
5
|
defaultSentinelConfig,
|
|
6
6
|
loadConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-VCITLDMK.js";
|
|
8
8
|
|
|
9
9
|
// packages/cli/src/commands/watchdog.ts
|
|
10
10
|
import { resolve } from "path";
|
|
@@ -76,4 +76,4 @@ Options:
|
|
|
76
76
|
export {
|
|
77
77
|
runWatchdogCommand
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=chunk-
|
|
79
|
+
//# sourceMappingURL=chunk-HSNWMYVC.js.map
|
|
@@ -680,6 +680,13 @@ In group chats, multiple people (humans and agents) may be present. Address them
|
|
|
680
680
|
Don't repeat or quote these prefixes in your responses \u2014 just respond naturally.
|
|
681
681
|
Keep responses concise \u2014 especially in group chats. A few sentences is usually enough. Don't write essays.
|
|
682
682
|
If you decide not to respond to a group message, reply with exactly: __SKIP__
|
|
683
|
+
|
|
684
|
+
## Tool Output Integrity
|
|
685
|
+
When you use a tool (browse, shell, etc.), report the ACTUAL output returned by the tool.
|
|
686
|
+
- Quote tool results verbatim when sharing them. Never paraphrase, infer, or reconstruct what a tool "probably" returned.
|
|
687
|
+
- If a tool errors or returns unexpected results, report the actual error \u2014 do not fabricate plausible output.
|
|
688
|
+
- If you are unsure whether you are reading real tool output or generating from memory, say so explicitly.
|
|
689
|
+
This is critical for trust and debugging. Fabricating tool output is never acceptable.
|
|
683
690
|
`;
|
|
684
691
|
let contextInfo = "";
|
|
685
692
|
if (contextName !== "global") {
|
|
@@ -6502,4 +6509,4 @@ smol-toml/dist/index.js:
|
|
|
6502
6509
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6503
6510
|
*)
|
|
6504
6511
|
*/
|
|
6505
|
-
//# sourceMappingURL=chunk-
|
|
6512
|
+
//# sourceMappingURL=chunk-VCITLDMK.js.map
|