live-session-debugger
Audit Gormes sessions under ~/.gormes. Use when inspecting agent sessions, gateway state, indexes, logs, locks, or fix plans.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Audit Gormes sessions under ~/.gormes. Use when inspecting agent sessions, gateway state, indexes, logs, locks, or fix plans.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | live-session-debugger |
| description | Audit Gormes sessions under ~/.gormes. Use when inspecting agent sessions, gateway state, indexes, logs, locks, or fix plans. |
Audit local Gormes profile sessions and memory at /home/xel/.gormes read-only first, so Goncho work can learn from live agent behavior. Runtime repair is secondary and only done when stale state blocks useful session/memory evidence.
node .agents/skills/live-session-debugger/scripts/audit-gormes-sessions.mjs --root /home/xel/.gormes
/home/xel/.gormes unless the user names another path.sessions/index.yaml and profiles/*/sessions/index.yamlmemory/MEMORY.md, memory/USER.md, workspace/memory/*.md, and profile-local memory files if presentgateway_state.json, profiles/*/gateway_state.jsontools/audit.jsonl, subagents/runs.jsonl, lifecycle/install logsgateway.pid only to distinguish live vs stale profile evidence/home/xel/.gormes, state assumptions, and ask only if a destructive/restart action is needed.memory.db*, editing auth/env files, killing processes, rewriting indexes, or exposing private memory content.Before declaring done, provide:
.env, auth.json, tokens, chat payloads, raw private memory, or private session content.~/.gormes as live local runtime state, not source-controlled project content.End with:
LIVE_SESSION_AUDIT_VALIDATED: yes|no
LIVE_SESSION_AUDIT_DECISION: clean|plan_ready|blocked|needs_approval
Implement Goncho negative memory and anti-repeat behavior. Use when working on dead-end recall, drift anchors, repeated-failure warnings, feedback labels, or negative-memory supersession.
Implement Goncho graph and cognitive-map recall. Use when working on relation extraction, entity links, graph-expanded retrieval, topology, branch routing, or multi-hop recall provenance.
Stress-test Goncho-specific implementation plans before coding. Use when asked to grill a Goncho roadmap slice, validate readiness for TDD, challenge a memory-system design, or find gaps against Goncho docs/metaanalysis.
Implement Goncho lifecycle and trust behavior. Use when working on temporal validity, supersession, conflict review, audit trails, verification, stale-memory warnings, quarantine, or redaction.
Release Goncho next minor version safely. Use when asked to make release CI green, publish Goncho, create a GitHub release, tag a Goncho version, or update pkg.go.dev/go.dev package metadata.
Implement Goncho roadmap features with red-green-refactor. Use when changing Goncho behavior from TODO.md, README roadmap, docs/superpowers plans, or memory-system metaanalysis gaps.