Files
agent-skills/systemd/week-review.service
T
Miguel Palhas cf3a75b511
ci / nix (push) Successful in 7s
ci / lint (push) Successful in 10s
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>
2026-08-22 19:11:04 +01:00

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