ソース情報
- リポジトリ
- genomewalker/chitta
- ソースの最終更新活動
- 2026年9月2日 05:30
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/genomewalker/chitta --skill resumeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | resume |
| description | Resume a thread by loading its ~800-token context capsule |
Use the shared chitta-mcp/resume_selector.py; do not read the global newest
transcript and do not use .current_thread_id. Claude and Codex may be live in
the same project on different threads, but only one live session may own a
given thread.
Resolve this plugin's chitta-mcp directory as described by the recap skill.
Determine the invoking client from its CODEX_* or CLAUDE_* session
environment. Run:
python3 "$_MCP_DIR/resume_selector.py" --project-dir "$PWD" --client "$CLIENT"
For /resume <thread id prefix or title>, add --thread <argument>. Always
show the returned live Claude/Codex sessions so the user can see parallel work
and ownership.
locked, report the owner session/client/model/thread and stop.registry_unavailable, stop and retry after Chitta responds; do not infer
that no session is live.ambiguous, show the candidates and ask which thread/session to use.none, say no resumable project-exact thread was found and offer /tasks.selected, rerun the identical command with --claim.Continue only if the atomic claim returns claimed: true. Never pass --force
unless the user explicitly requests takeover of a known live owner.
Use the claimed selected.thread_id:
python3 "$_MCP_DIR/resume_capsule.py" build --thread-id <thread_id>
Display the capsule's summary verbatim. It includes active tasks, job IDs,
branches, environments, blockers, completed work, failures, artifacts, and
next actions. Then orient to its realm, branch, environment, and active files.
If capsule construction fails, fall back to the selected exact transcript via the recap procedure. Do not fall back to another session by recency.
The successful lease and session-to-thread binding are the durable current context. No global marker file is required. Prompt and Stop heartbeats from either frontend keep the lease alive; SessionEnd releases it.