diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-06 23:39:21 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-06 23:39:21 -0500 |
| commit | 47a739d25644647296c676cd28c71166f953bf7d (patch) | |
| tree | 595d4ad71261e2f61111e2175fdbf9786b0cc715 /.ai/workflows | |
| parent | 87204f1dd6e1aa4c320a7d5ea1ab7455245fc8c0 (diff) | |
| download | rulesets-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/workflows')
| -rw-r--r-- | .ai/workflows/daily-prep.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ai/workflows/daily-prep.org b/.ai/workflows/daily-prep.org index 1d5da0f..68e6eb9 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 `~/code/deepsat/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 `~/projects/work/deepsat/code/orchestration_dashboard_mvp`). Use `gh pr list` to enumerate, classify each, and surface Action items in the prep doc. Scan command (single round-trip): |
