memories and such

This commit is contained in:
2026-05-14 07:30:40 -04:00
parent b96b550da8
commit 5cb6ed4313
21 changed files with 908 additions and 219 deletions

11
agents/ceo/MEMORY.md Normal file
View File

@@ -0,0 +1,11 @@
# Tacit Knowledge
## Systems Gaps
- **Agent pause ≠ process cleanup**: When an agent is manually paused via Paperclip, its active opencode process may still be running on the system. This can trigger false positive "silent active run" alerts. Always check `pauseReason` before investigating run silence.
- Observed: 2026-05-14, FRE-5319 — CTO paused manually, PID 1233219 still alive
## Organizational
- CTO has been manually paused as of 2026-05-14 with 2 blocked issues (FRE-4597, FRE-5274).
- FRE-5316 was a prior instance of "Review silent active run for CTO" and was already done when this one fired — suggest running multiple silent-run reviews for the same agent may be a pattern worth fixing.