Files
markitect-tool/examples/memory/conversation-path.yaml

87 lines
2.8 KiB
YAML

schema_version: markitect.memory.graph.v1
id: markitect-memory-conversation-path
title: Markitect Memory Conversation Path
intent: Preserve a short-term implementation episode with branch, tool, observation, and activation context.
namespace:
project: markitect-tool
task: MKTT-WP-0016
nodes:
- id: turn.user-correction
kind: turn
text: The requester corrected the target from the Pragmatic State Hub workplan to MKTT-WP-0016.
metadata:
title: User correction
speaker: user
- id: interruption.direction-corrected
kind: interruption
text: The implementation path changed before any file edits were made.
metadata:
title: Direction corrected
- id: plan.finish-memory-graph-profile
kind: plan
text: Finish the memory graph profile workplan by closing fixture breadth and runtime handoff gaps.
metadata:
title: Finish profile workplan
- id: tool.inspect-workplan
kind: tool_call
text: Inspect the active MKTT-WP-0016 workplan and memory graph implementation files.
metadata:
title: Inspect workplan and implementation
command_family: rg/sed
- id: observation.remaining-gap
kind: observation
text: The core graph compiler and CLI are implemented; the remaining work is fixture breadth and adapter handoff guidance.
metadata:
title: Remaining gap
- id: activation.contract-context
kind: activation
text: Activate the memory graph contract context package for follow-on implementation and cross-repo handoff.
metadata:
title: Contract context activation
edges:
- id: edge.turn-to-interruption
kind: led_to
source: turn.user-correction
target: interruption.direction-corrected
- id: edge.interruption-to-plan
kind: led_to
source: interruption.direction-corrected
target: plan.finish-memory-graph-profile
- id: edge.plan-to-tool
kind: depends_on
source: plan.finish-memory-graph-profile
target: tool.inspect-workplan
- id: edge.tool-to-observation
kind: led_to
source: tool.inspect-workplan
target: observation.remaining-gap
- id: edge.observation-to-activation
kind: activates
source: observation.remaining-gap
target: activation.contract-context
events:
- id: event.user-correction
kind: branched
timestamp: "2026-05-15T08:15:00Z"
actor: user
thread: markitect-tool
task: MKTT-WP-0016
node_updates:
- node_id: turn.user-correction
operation: create
- node_id: interruption.direction-corrected
operation: create
branch:
from: pragmatic-state-hub
to: MKTT-WP-0016
metadata:
reason: user-correction
- id: event.contract-context-activated
kind: activated
timestamp: "2026-05-15T08:20:00Z"
actor: codex
task: MKTT-WP-0016
node_updates:
- node_id: activation.contract-context
operation: create