원클릭으로
compactor-doctor
Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Long-running iterative development loops. Run arbitrarily-long tasks without diluting model attention. Triggers: ralph, ralph loop, iterative loop, long-running task, development loop.
Full compactor reference — tool parameters, anti-patterns, sandbox languages, context budget, workflows.
Context management — compact session, recall history, run code, search content.
Stats display — context savings, session metrics, compactions, sandbox and recall/search counters.
Helps you use the /unipi:btw side-conversation workflow effectively. Use when you want to think in parallel, ask side questions without interrupting ongoing work, or inject a side thread back into the main agent.
CocoIndex content indexing and search — use when you need to search indexed project content or trigger re-indexing
| name | compactor-doctor |
| description | Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues. |
Run diagnostics and troubleshoot compactor issues.
/unipi:compact-doctor — user-facing diagnosticscompactor_doctor tool — agent-callable diagnosticsctx_doctor tool — deprecated alias| Check | What It Validates |
|---|---|
| Config file | ~/.unipi/config/compactor/config.json exists or defaults can be used |
| Session DB | SQLite connection works and session schema is usable |
| Runtime: node | Node.js available for sandbox/runtime helpers |
| Runtime: python3 | Python 3 available for Python sandbox execution |
| Runtime: bash | Bash available for shell sandbox execution |
/unipi:compact-settings, adjust if desired, then save.better-sqlite3 may be unavailable.PATH.cat ~/.unipi/config/compactor/config.json
ls -la ~/.unipi/db/compactor/
node --version
python3 --version
bash --version
Project content indexing diagnostics live in the CocoIndex package, not compactor.