@clawos-dev/clawd 0.2.190 → 0.2.191-beta.381.2ccc9ac
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.cjs +648 -507
- package/dist/dispatch/mcp-server.cjs +1 -1
- package/dist/inbox/mcp-server.cjs +21181 -0
- package/dist/persona-defaults/persona-bug-fixer/.claude/settings.json +7 -0
- package/dist/persona-defaults/persona-bug-fixer/.mcp.json +15 -0
- package/dist/persona-defaults/persona-bug-fixer/CLAUDE.md +102 -0
- package/dist/persona-defaults/persona-ticket-manager/CLAUDE.md +97 -0
- package/dist/share-md-viewer-error.html +1 -1
- package/dist/share-md-viewer.html +1 -1
- package/dist/share-ui/assets/{guest-DiorWojn.js → guest-DG1-7F5a.js} +118 -118
- package/dist/share-ui/assets/{guest-3SNamz2y.css → guest-DfbgxtZt.css} +1 -1
- package/dist/share-ui/guest.html +2 -2
- package/package.json +1 -1
|
@@ -39707,7 +39707,7 @@ async function main() {
|
|
|
39707
39707
|
title: "Dispatch task to another persona",
|
|
39708
39708
|
description: "Delegate a task to another clawd persona. Use this when the user message contains `@persona/<id>` to hand the task off to that persona. The tool blocks until the other persona finishes and returns its result.",
|
|
39709
39709
|
inputSchema: {
|
|
39710
|
-
targetPersona: external_exports.string().describe("persona id (e.g. persona-
|
|
39710
|
+
targetPersona: external_exports.string().describe("persona id (e.g. persona-bug-fixer)"),
|
|
39711
39711
|
prompt: external_exports.string().describe(
|
|
39712
39712
|
"the task to perform, with the @persona/<id> token stripped out"
|
|
39713
39713
|
),
|