diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-08 07:00:23 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-08 07:00:23 -0500 |
| commit | 4b5b0a03a83642ef7219640cb039e1aaccf07b90 (patch) | |
| tree | 5a787404ebd0fd641da7d137bfd7d9eb9056ae58 | |
| parent | 0760f7064c4a4dec6e4943ea6fa8d0b531ae001f (diff) | |
| download | rulesets-4b5b0a03a83642ef7219640cb039e1aaccf07b90.tar.gz rulesets-4b5b0a03a83642ef7219640cb039e1aaccf07b90.zip | |
chore(ai): correct stale ~/projects/work/ path references in workflows and scripts
| -rw-r--r-- | .ai/scripts/cross-agent-comms/cross-agent-send.md | 4 | ||||
| -rw-r--r-- | .ai/scripts/cross-agent-comms/cross-agent-status.md | 2 | ||||
| -rw-r--r-- | .ai/scripts/cross-agent-comms/cross-agent-watch.md | 2 | ||||
| -rw-r--r-- | .ai/workflows/daily-prep.org | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.ai/scripts/cross-agent-comms/cross-agent-send.md b/.ai/scripts/cross-agent-comms/cross-agent-send.md index 29bfb24..b06dbce 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.work] -inbox_path = "~/projects/work/inbox/from-agents" +[projects.career] +inbox_path = "~/projects/career/inbox/from-agents" [projects.homelab] inbox_path = "~/projects/homelab/inbox/from-agents" diff --git a/.ai/scripts/cross-agent-comms/cross-agent-status.md b/.ai/scripts/cross-agent-comms/cross-agent-status.md index 070330c..e700919 100644 --- a/.ai/scripts/cross-agent-comms/cross-agent-status.md +++ b/.ai/scripts/cross-agent-comms/cross-agent-status.md @@ -129,7 +129,7 @@ cross-agent-status cross-agent-status --json | jq '.projects[] | select(.pending_count > 0)' # Single-project query -cross-agent-status --projects-glob ~/projects/work/inbox/from-agents/ +cross-agent-status --projects-glob ~/projects/career/inbox/from-agents/ ``` ## See also diff --git a/.ai/scripts/cross-agent-comms/cross-agent-watch.md b/.ai/scripts/cross-agent-comms/cross-agent-watch.md index dd8afc1..7192f46 100644 --- a/.ai/scripts/cross-agent-comms/cross-agent-watch.md +++ b/.ai/scripts/cross-agent-comms/cross-agent-watch.md @@ -114,7 +114,7 @@ cross-agent-watch # Test against a single project, no notifications, verbose cross-agent-watch \ - --projects-glob "$HOME/projects/work/inbox/from-agents/" \ + --projects-glob "$HOME/projects/career/inbox/from-agents/" \ --no-notify # Production-style: quiet stdout, log only diff --git a/.ai/workflows/daily-prep.org b/.ai/workflows/daily-prep.org index 68e6eb9..1d5da0f 100644 --- a/.ai/workflows/daily-prep.org +++ b/.ai/workflows/daily-prep.org @@ -395,7 +395,7 @@ Don't duplicate Linear Response items as standalone Day's Priorities entries — *** Sub-step 3f: From Open PRs -Scan open pull requests on the project's primary repo (per-project; for DeepSat the canonical repo is `~/projects/work/deepsat/code/orchestration_dashboard_mvp`). Use `gh pr list` to enumerate, classify each, and surface Action items in the prep doc. +Scan open pull requests on the project's primary repo (per-project; for DeepSat the canonical repo is `~/code/deepsat/orchestration_dashboard_mvp`). Use `gh pr list` to enumerate, classify each, and surface Action items in the prep doc. Scan command (single round-trip): |
