execution_journal_start
Start a workspace-restricted execution journal to capture session goals, inputs, entries, and final verification data for autonomous Unreal editor workflows.
Instructions
Start a repo-local execution journal for an autonomous work session.
The journal is a JSON file with an immutable id, timestamps, inputs, entries, artifacts, and final verification data. Paths are constrained to the current workspace root so agents cannot quietly write elsewhere.
Args: title: Human-readable journal title goal: What the agent intends to accomplish project_name: Optional Unreal project or map name journal_dir: Workspace-relative directory for journal files tags: Optional labels for later search metadata: Optional extra context such as branch, map, or project path
Returns: JSON string with StructuredResult and the created journal path.
KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#overview Example: execution_journal_start(title="Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| tags | No | ||
| title | Yes | ||
| metadata | No | ||
| journal_dir | No | .mcp_journals | |
| project_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |