toolpath-cli-0.1.0 is not a library.
path
Unified CLI for deriving, querying, and visualizing Toolpath provenance documents.
Installation
Or run directly:
Commands
derive
Generate Toolpath documents from source systems.
# From git history (single branch -> Path, multiple -> Graph)
# From Claude conversation logs
query
Query Toolpath documents.
# Walk ancestry from a step
# Find abandoned branches
# Filter by criteria (combinable)
render
Render documents to other formats.
# Graphviz DOT output
# Pipe through Graphviz
| |
validate
Check that a JSON file is a valid Toolpath document.
# Valid: Step (id: step-001)
Global flags
| Flag | Description |
|---|---|
--pretty |
Pretty-print JSON output |