Skip to main content
Version: MVP

Graph export

2 min readReferenceUpdated 2026-05-19

What you'll find here

The craik.work_graph_export command surface — repository-wide and task-scoped exports of nodes and edges from the local work graph.

Derived from local-store contracts.

Graph export currently derives from local store contracts. Future runtime workflows can add more craik.work_graph_event records to connect delegated work, external artifacts, and review decisions.

Commands

Command
Scope
Output
craik graph export
repo-wide
All graph-compatible local objects in the current Craik home.
craik graph export --task-id <id>
task-scoped
Connected local objects for the requested task.

Payload shape

craik.work_graph_export:

Field
Type
Contents
nodes
list
id · type · label · optional task_id · redacted metadata.
edges
list
id · type · from · to · redacted metadata.

What's next