+19
−0
+11
−3
+24
−0
Loading
Stanford GitLab is not approved for High Risk Data and Protected Health Information (PHI). For more information, see FAQ.
- `make agents` now starts each loop as a background session (scripts/agent-start.sh,
`claude --bg "/loop ..."`) — no TUI takeover, no manual dispatch. Replaces the
agent-view launcher. Adds `make agents-view` (monitor) and `make agentic-bots-list`.
- Run from a DEDICATED clone, never ~/.otica (the shared install consumer projects
check out per OTICA_VERSION): agent-start.sh refuses (confirm) and agent-tick.sh
warns when launched there.
- De-hardwire ~/.otica: agent-tick.sh derives OTICA_DIR from the script's own clone;
per-role settings use Read(/**) (project-root-relative) instead of Read(~/.otica/**).
- Docs: agentic workflow now documented in README.md and CLAUDE.md (were missing);
runbook quickstart/supervised/cron updated for background sessions + dedicated clone.
Changelog: changed
Co-Authored-By:
Claude Opus 4.8 <noreply@anthropic.com>