cf3a75b511
The checkout moved out of ~/tea/yolo. Codex sessions were the visible casualty: entry/codex-AGENTS.md @imports absolute paths, so operating.md, writing.md, code-comments.md, intercomms.md and RTK.md all resolved to nothing and the sessions ran without them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
13 lines
475 B
Desktop File
13 lines
475 B
Desktop File
[Unit]
|
|
Description=Start the weekly agent-skills review in a tmux session
|
|
Documentation=https://git.naps.pt/yolo/agent-skills
|
|
ConditionPathIsDirectory=%h/tea/agent-skills
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=PATH=%h/.local/bin:/usr/local/bin:/usr/bin:/bin
|
|
ExecStart=%h/tea/agent-skills/bin/week-review-session.sh
|
|
# When no tmux server is running yet this unit starts one; the default
|
|
# control-group kill would take it back down as soon as ExecStart returns.
|
|
KillMode=process
|