원클릭으로
memo
Update branch memory files after completing work. Saves session history, key learnings, and collaboration observations to .trinity/ files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update branch memory files after completing work. Saves session history, key learnings, and collaboration observations to .trinity/ files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Multi-bot Telegram bridge — routes messages between Telegram and Claude tmux sessions
Session wrap-up. Update memories, check plans, review git state, check inbox, flag loose ends. Use before closing a session or compacting context.
Quick health check -- test counts and file stats for AIPass branches
Execute drone commands -- the AIPass CLI interface for all module operations
GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries.
Check ai_mail inbox status across AIPass branches
SOC 직업 분류 기준
| name | memo |
| description | Update branch memory files after completing work. Saves session history, key learnings, and collaboration observations to .trinity/ files. |
Purpose: Update branch memory files after completing work this session.
.trinity/passport.json first — re-absorb your identity, role, and principles before writing memoriessessions if significant work was done; add key_learnings for facts you'd need next time. Todos: add what you parked, and DELETE every todo you finished this session — the proof goes in the session entry, not the todo. Rollover never trims todos (they're operational), so done ones you leave behind resurface as "open" next load and you waste time re-confirming them.key_learnings, sessions, todos (local.json) and observations (observations.json) all share ONE shape: a list of objects, newest at the top (index 0). Every entry carries a number (monotonic int per type — highest = newest, never reused; new = current max + 1) and a date (ISO), plus its text field + extras: key_learnings {number, date, key, value} · sessions {number, date, summary, status, tags} · todos {number, date, task, priority, status} · observations {number, date, note, tags}.
When adding: stamp number + date, then prepend (newest on top). Don't hand-trim sessions/key_learnings/observations — rollover archives the oldest by number to @memory automatically. Todos are the exception — rollover never touches them, so you prune done ones by hand (delete finished todos, see above).