@wayai/cli 0.3.67 → 0.3.68
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9724,7 +9724,7 @@ var init_init = __esm({
|
|
|
9724
9724
|
init_workspace();
|
|
9725
9725
|
init_layout();
|
|
9726
9726
|
init_utils();
|
|
9727
|
-
SKILL_INSTALL_CMD = "npx skills add wayai-pro/wayai-skill -y";
|
|
9727
|
+
SKILL_INSTALL_CMD = "mkdir -p .claude && npx skills add wayai-pro/wayai-skill -y";
|
|
9728
9728
|
AGENTS_MD = `# WayAI Workspace
|
|
9729
9729
|
|
|
9730
9730
|
This is a WayAI hub-as-code workspace. Hub configuration is stored as files (\`hub.yaml\`, \`agents/*.yaml\`, \`agents/*.md\`) and synced bidirectionally with the WayAI platform via the \`wayai\` CLI.
|