fix: point paths at ~/tea/agent-skills
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>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[Unit]
|
||||
Description=Start the Friday hour log in a tmux session
|
||||
Documentation=https://git.naps.pt/yolo/agent-skills
|
||||
ConditionPathIsDirectory=%h/tea/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/yolo/agent-skills/bin/hourlog-session.sh
|
||||
ExecStart=%h/tea/agent-skills/bin/hourlog-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
|
||||
|
||||
Reference in New Issue
Block a user