@wayai/cli 0.3.140 → 0.3.141
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 +11 -20
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16653,41 +16653,32 @@ function ensureWorkspaceFiles(gitRoot) {
|
|
|
16653
16653
|
if (claude) created.push(claude);
|
|
16654
16654
|
return created;
|
|
16655
16655
|
}
|
|
16656
|
-
var
|
|
16656
|
+
var CLAUDE_MD_SHIM, ROOT_AGENTS_MD;
|
|
16657
16657
|
var init_workspace_files = __esm({
|
|
16658
16658
|
"src/lib/workspace-files.ts"() {
|
|
16659
16659
|
"use strict";
|
|
16660
16660
|
init_constants();
|
|
16661
16661
|
init_layout();
|
|
16662
|
-
REKOR_SKILL_INSTALL_COMMAND = SKILL_INSTALL_COMMAND.replace(
|
|
16663
|
-
"wayai-pro/wayai-skill",
|
|
16664
|
-
"wayai-pro/rekor-skill"
|
|
16665
|
-
);
|
|
16666
16662
|
CLAUDE_MD_SHIM = "@AGENTS.md\n";
|
|
16667
16663
|
ROOT_AGENTS_MD = [
|
|
16668
|
-
"# Working with WayAI
|
|
16664
|
+
"# Working with WayAI",
|
|
16669
16665
|
"",
|
|
16670
|
-
"WayAI is the layer that talks to people across channels
|
|
16671
|
-
"
|
|
16666
|
+
"WayAI is the layer that talks to people across channels, plus the data layer",
|
|
16667
|
+
"(Bases) behind it. One CLI, one skill, one login.",
|
|
16672
16668
|
"",
|
|
16673
16669
|
"## At the start of every session",
|
|
16674
16670
|
"",
|
|
16675
|
-
"1. Check for updates first
|
|
16676
|
-
|
|
16677
|
-
|
|
16678
|
-
|
|
16679
|
-
"
|
|
16680
|
-
"2. Load both the WayAI and Rekor skills at the start of every session \u2014 every",
|
|
16681
|
-
" time, even for a quick task. They hold the real instructions for everything",
|
|
16682
|
-
" else.",
|
|
16671
|
+
"1. Check for updates first, and update whatever is not current:",
|
|
16672
|
+
` - Skill: \`wayai status\` \u2192 if newer, \`${SKILL_INSTALL_COMMAND}\``,
|
|
16673
|
+
" - CLI: `wayai update`",
|
|
16674
|
+
"2. Load the WayAI skill at the start of every session \u2014 every time, even for a",
|
|
16675
|
+
" quick task. It holds the real instructions for everything else.",
|
|
16683
16676
|
"",
|
|
16684
|
-
"More detail if you need it:",
|
|
16685
|
-
"- WayAI: https://www.wayai.pro/docs/get-started",
|
|
16686
|
-
"- Rekor: https://rekor.pro/en/docs/get-started",
|
|
16677
|
+
"More detail if you need it: https://www.wayai.pro/docs/get-started",
|
|
16687
16678
|
"",
|
|
16688
16679
|
"## When helping the person you are working with",
|
|
16689
16680
|
"",
|
|
16690
|
-
"- They may be new to WayAI
|
|
16681
|
+
"- They may be new to WayAI \u2014 use plain language, not jargon.",
|
|
16691
16682
|
"- Don't explain things they didn't ask about. Only if they seem stuck or ask",
|
|
16692
16683
|
" what something means, give a one-line answer, then move on \u2014 don't turn",
|
|
16693
16684
|
" replies into tutorials.",
|