+14
−4
Loading
Stanford GitLab is not approved for High Risk Data and Protected Health Information (PHI). For more information, see FAQ.
`make agents` (agent-start.sh) now mkdir -p's $OTICA_DIR/.agentic-logs (override
OTICA_LOG_DIR) and writes each role's launch record + any startup error to
<role>.log instead of /dev/null — same dir the cron tick path uses, already
gitignored. The live per-tick transcript of a --bg loop still lives in
`claude agents` (--bg detaches; no flag tees it to a file), so the file holds
launch records, not the full transcript — documented as such.
Also fixes stale docs that pointed log paths at ~/.otica: the runbook tail
command and the OTICA_LOG_DIR config row now read $OTICA_DIR/.agentic-logs, and
the supervised-mode section documents where logs land.
Changelog: fixed
Co-Authored-By:
Claude Opus 4.8 <noreply@anthropic.com>