A Git-native work graph for humans and agents.
The source of truth is plain Markdown + YAML frontmatter + append-only JSONL events in a Git repository. The CLI, indexes, MCP server, and HTTP gateway are projections over those files.
Agents: open llms.txt to get started (or llms-full.txt for everything in one file).
go install github.com/moul/workgraph/cmd/workgraph@latest workgraph init ~/p/workgraph-state
Source: github.com/moul/workgraph