skill_record_ide_companion_evidence
Persist phase evidence to a local JSON ledger and retrieve the updated session status for skill execution tracking.
Instructions
Record phase evidence to the durable local IDE companion ledger.
Writes a JSON ledger under .mcp_artifacts/ide_companion_sessions,
refreshes status from the recorded evidence, and returns the ledger path
plus updated status. This tool does not call Tripo or mutate Unreal.
KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#d15-ide-companion-evidence-ledger Example: skill_record_ide_companion_evidence(session_plan=plan, phase_name="orient_to_project", summary="Project context loaded")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | ||
| artifacts | No | ||
| phase_name | Yes | ||
| work_order | No | ||
| session_plan | Yes | ||
| evidence_type | No | note | |
| companion_status | No | ||
| current_blockers | No | ||
| readiness_report | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |