[{"data":1,"prerenderedAt":447},["ShallowReactive",2],{"docs-navigation":3,"\u002Fpacks\u002Fcommands":80,"\u002Fpacks\u002Fcommands-surround":442},[4,14,50,56,62,68,74],{"title":5,"path":6,"stem":7,"children":8},"Getting Started","\u002Fgetting-started","1.getting-started\u002Findex",[9,10],{"title":5,"path":6,"stem":7},{"title":11,"path":12,"stem":13},"Usage","\u002Fgetting-started\u002Fusage","1.getting-started\u002Fusage",{"title":15,"path":16,"stem":17,"children":18},"Packs","\u002Fpacks","2.packs",[19,22,28,34,40,44],{"title":20,"path":16,"stem":21},"Pack System","2.packs\u002Findex",{"title":23,"path":24,"stem":25,"children":26},"Pack Commands","\u002Fpacks\u002Fcommands","2.packs\u002Fcommands\u002Findex",[27],{"title":23,"path":24,"stem":25},{"title":29,"path":30,"stem":31,"children":32},"Curation","\u002Fpacks\u002Fcuration","2.packs\u002Fcuration\u002Findex",[33],{"title":29,"path":30,"stem":31},{"title":35,"path":36,"stem":37,"children":38},"Personas","\u002Fpacks\u002Fpersonas","2.packs\u002Fpersonas\u002Findex",[39],{"title":35,"path":36,"stem":37},{"title":41,"path":42,"stem":43},"Pack Prompt","\u002Fpacks\u002Fprompt","2.packs\u002Fprompt",{"title":45,"path":46,"stem":47,"children":48},"Skills","\u002Fpacks\u002Fskills","2.packs\u002Fskills\u002Findex",[49],{"title":45,"path":46,"stem":47},{"title":51,"path":52,"stem":53,"children":54},"Knowledge Graph & Memory","\u002Fmemory","3.memory\u002Findex",[55],{"title":51,"path":52,"stem":53},{"title":57,"path":58,"stem":59,"children":60},"Configuration","\u002Fconfiguration","4.configuration\u002Findex",[61],{"title":57,"path":58,"stem":59},{"title":63,"path":64,"stem":65,"children":66},"Architecture","\u002Farchitecture","5.architecture\u002Findex",[67],{"title":63,"path":64,"stem":65},{"title":69,"path":70,"stem":71,"children":72},"Commands","\u002Fcommands","6.commands\u002Findex",[73],{"title":69,"path":70,"stem":71},{"title":75,"path":76,"stem":77,"children":78},"Security","\u002Fsecurity","7.security\u002Findex",[79],{"title":75,"path":76,"stem":77},{"id":81,"title":23,"body":82,"description":435,"extension":436,"links":437,"meta":438,"navigation":199,"path":24,"seo":440,"stem":25,"__hash__":441},"docs\u002F2.packs\u002Fcommands\u002Findex.md",{"type":83,"value":84,"toc":424},"minimark",[85,90,103,107,113,150,154,237,241,315,319,324,347,351,372,376,414,420],[86,87,89],"h2",{"id":88},"what-are-pack-commands","What Are Pack Commands",[91,92,93,94,98,99,102],"p",{},"Packs can define their own slash commands via the ",[95,96,97],"code",{},"commands\u002F"," directory. These commands are only registered when the pack is loaded. They appear in ",[95,100,101],{},"\u002Fhelp"," alongside builtin commands.",[86,104,106],{"id":105},"how-commands-work","How Commands Work",[91,108,109,110,112],{},"A pack command is a markdown file in ",[95,111,97],{}," that defines:",[114,115,116,128,134,144],"ul",{},[117,118,119,123,124,127],"li",{},[120,121,122],"strong",{},"Name"," -- the slash command identifier (e.g., ",[95,125,126],{},"\u002Ffine-tune",")",[117,129,130,133],{},[120,131,132],{},"Description"," -- what the command does",[117,135,136,139,140,143],{},[120,137,138],{},"Task"," -- the directive injected into the agent's ",[95,141,142],{},"currentTask"," when the command runs",[117,145,146,149],{},[120,147,148],{},"Confirmation"," -- whether the command requires user approval before execution",[86,151,153],{"id":152},"command-files","Command Files",[155,156,161],"pre",{"className":157,"code":158,"language":159,"meta":160,"style":160},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","---\nname: fine-tune\ndescription: Export knowledge graph for fine-tuning dataset creation\nrequiresConfirmation: true\n---\n\nExport the knowledge graph as a structured dataset suitable for\nfine-tuning. Include:\n1. Readiness check -- verify the graph has enough data\n2. Persona selection -- which perspective to export from\n3. Format selection -- JSONL, CSV, or markdown\n4. Export to the current directory\n","markdown","",[95,162,163,171,177,183,189,194,201,207,213,219,225,231],{"__ignoreMap":160},[164,165,168],"span",{"class":166,"line":167},"line",1,[164,169,170],{},"---\n",[164,172,174],{"class":166,"line":173},2,[164,175,176],{},"name: fine-tune\n",[164,178,180],{"class":166,"line":179},3,[164,181,182],{},"description: Export knowledge graph for fine-tuning dataset creation\n",[164,184,186],{"class":166,"line":185},4,[164,187,188],{},"requiresConfirmation: true\n",[164,190,192],{"class":166,"line":191},5,[164,193,170],{},[164,195,197],{"class":166,"line":196},6,[164,198,200],{"emptyLinePlaceholder":199},true,"\n",[164,202,204],{"class":166,"line":203},7,[164,205,206],{},"Export the knowledge graph as a structured dataset suitable for\n",[164,208,210],{"class":166,"line":209},8,[164,211,212],{},"fine-tuning. Include:\n",[164,214,216],{"class":166,"line":215},9,[164,217,218],{},"1. Readiness check -- verify the graph has enough data\n",[164,220,222],{"class":166,"line":221},10,[164,223,224],{},"2. Persona selection -- which perspective to export from\n",[164,226,228],{"class":166,"line":227},11,[164,229,230],{},"3. Format selection -- JSONL, CSV, or markdown\n",[164,232,234],{"class":166,"line":233},12,[164,235,236],{},"4. Export to the current directory\n",[86,238,240],{"id":239},"how-they-differ-from-builtin-commands","How They Differ from Builtin Commands",[242,243,244,259],"table",{},[245,246,247],"thead",{},[248,249,250,254,257],"tr",{},[251,252,253],"th",{},"Aspect",[251,255,256],{},"Builtin Commands",[251,258,23],{},[260,261,262,274,290,301],"tbody",{},[248,263,264,268,271],{},[265,266,267],"td",{},"Availability",[265,269,270],{},"Always present",[265,272,273],{},"Only when pack is loaded",[248,275,276,279,285],{},[265,277,278],{},"Implementation",[265,280,281,282],{},"TypeScript code in ",[95,283,284],{},"src\u002Fbuiltins\u002F",[265,286,287,288],{},"Markdown in ",[95,289,97],{},[248,291,292,295,298],{},[265,293,294],{},"Scope",[265,296,297],{},"Core operations (session, model, memory)",[265,299,300],{},"Domain-specific workflows",[248,302,303,305,308],{},[265,304,148],{},[265,306,307],{},"Per-command (hardcoded)",[265,309,310,311,314],{},"Via ",[95,312,313],{},"requiresConfirmation"," frontmatter",[86,316,318],{"id":317},"current-pack-commands","Current Pack Commands",[320,321,323],"h3",{"id":322},"starter-pack","Starter Pack",[242,325,326,335],{},[245,327,328],{},[248,329,330,333],{},[251,331,332],{},"Command",[251,334,132],{},[260,336,337],{},[248,338,339,344],{},[265,340,341],{},[95,342,343],{},"\u002Fcuration",[265,345,346],{},"Generate session summary and export options",[320,348,350],{"id":349},"distillery-pack-post-mvp","Distillery Pack (Post-MVP)",[242,352,353,361],{},[245,354,355],{},[248,356,357,359],{},[251,358,332],{},[251,360,132],{},[260,362,363],{},[248,364,365,369],{},[265,366,367],{},[95,368,126],{},[265,370,371],{},"Export knowledge graph for fine-tuning dataset creation",[86,373,375],{"id":374},"creating-a-pack-command","Creating a Pack Command",[377,378,379,388,401,404],"ol",{},[117,380,381,382,384,385,127],{},"Create a markdown file in ",[95,383,97],{}," (e.g., ",[95,386,387],{},"commands\u002Fsummarize.md",[117,389,390,391,394,395,398,399],{},"Add frontmatter with ",[95,392,393],{},"name",", ",[95,396,397],{},"description",", and optionally ",[95,400,313],{},[117,402,403],{},"Write the task instructions in the body",[117,405,406,407,410,411,413],{},"Test with ",[95,408,409],{},"wmind --pack .\u002Fmy-pack"," and run ",[95,412,101],{}," to see your command",[91,415,416,417,419],{},"When the user runs your command, the task instructions are injected into the agent's system prompt via ",[95,418,142],{},", and the agent executes the workflow using its available tools.",[421,422,423],"style",{},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":160,"searchDepth":167,"depth":173,"links":425},[426,427,428,429,430,434],{"id":88,"depth":173,"text":89},{"id":105,"depth":173,"text":106},{"id":152,"depth":173,"text":153},{"id":239,"depth":173,"text":240},{"id":317,"depth":173,"text":318,"children":431},[432,433],{"id":322,"depth":179,"text":323},{"id":349,"depth":179,"text":350},{"id":374,"depth":173,"text":375},"Custom slash commands defined by packs.","md",null,{"icon":439},"i-lucide-terminal",{"title":23,"description":435},"_bC5biq4kCl0sPb8aNVKrueUaPl5hNZQXirGPXj0Iok",[443,445],{"title":20,"path":16,"stem":21,"description":444,"children":-1},"How packs specialize Working Mind for your domain -- and why expert-curated knowledge is the most valuable training data in the world.",{"title":29,"path":30,"stem":31,"description":446,"children":-1},"Output templates for summarizing and exporting sessions.",1778256993663]