aboutsummaryrefslogtreecommitdiff
path: root/.ai/scripts/cross-agent-comms/cross-agent-send.md
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-06 23:39:21 -0500
committerCraig Jennings <c@cjennings.net>2026-05-06 23:39:21 -0500
commit47a739d25644647296c676cd28c71166f953bf7d (patch)
tree595d4ad71261e2f61111e2175fdbf9786b0cc715 /.ai/scripts/cross-agent-comms/cross-agent-send.md
parent87204f1dd6e1aa4c320a7d5ea1ab7455245fc8c0 (diff)
downloadrulesets-47a739d25644647296c676cd28c71166f953bf7d.tar.gz
rulesets-47a739d25644647296c676cd28c71166f953bf7d.zip
chore(ai): sync template updates from claude-templates
I added a "Shell aliases (=ls= → =exa=)" note to protocols.org so future sessions know to use \ls when capturing ls output programmatically. exa prints nothing to non-TTY pipes, so the symptom looks like an empty directory. I hit this earlier in the session when a sweep came back blank for a directory I knew was populated. I also fixed three stale ~/projects/career/ examples in cross-agent-comms/ docs that didn't get updated when career was renamed to work, and the daily-prep.org path leak from last session (~/code/deepsat/... → ~/projects/work/deepsat/code/...). The authoritative edits live in claude-templates. These rulesets snapshots landed via the standard rsync from upstream.
Diffstat (limited to '.ai/scripts/cross-agent-comms/cross-agent-send.md')
-rw-r--r--.ai/scripts/cross-agent-comms/cross-agent-send.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ai/scripts/cross-agent-comms/cross-agent-send.md b/.ai/scripts/cross-agent-comms/cross-agent-send.md
index b06dbce..29bfb24 100644
--- a/.ai/scripts/cross-agent-comms/cross-agent-send.md
+++ b/.ai/scripts/cross-agent-comms/cross-agent-send.md
@@ -123,8 +123,8 @@ host = "velox.local"
ssh_user = "cjennings"
# Optional: per-project inbox-path overrides for non-default layouts.
-[projects.career]
-inbox_path = "~/projects/career/inbox/from-agents"
+[projects.work]
+inbox_path = "~/projects/work/inbox/from-agents"
[projects.homelab]
inbox_path = "~/projects/homelab/inbox/from-agents"