Directories
ΒΆ
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
dp
command
|
|
|
internal
|
|
|
analyze
Package analyze provides similarity analysis for desire-path tool names.
|
Package analyze provides similarity analysis for desire-path tool names. |
|
cli
Package cli defines the cobra command tree for the dp CLI.
|
Package cli defines the cobra command tree for the dp CLI. |
|
cmdparse
Package cmdparse provides lightweight shell command parsing and manipulation for the pave-check hook.
|
Package cmdparse provides lightweight shell command parsing and manipulation for the pave-check hook. |
|
config
Package config handles reading and writing the dp configuration file (~/.dp/config.toml).
|
Package config handles reading and writing the dp configuration file (~/.dp/config.toml). |
|
ingest
Package ingest converts raw source payloads into Invocations and persists them.
|
Package ingest converts raw source payloads into Invocations and persists them. |
|
model
Package model defines core types for desire-path: desires (failed tool calls), paths (aggregated patterns), and aliases (tool name mappings).
|
Package model defines core types for desire-path: desires (failed tool calls), paths (aggregated patterns), and aliases (tool name mappings). |
|
record
Package record handles parsing and recording of failed tool call data from JSON input into the desire-path store.
|
Package record handles parsing and recording of failed tool call data from JSON input into the desire-path store. |
|
server
Package server provides an HTTP server that wraps the store.Store interface, enabling remote access to desire-path data over HTTP.
|
Package server provides an HTTP server that wraps the store.Store interface, enabling remote access to desire-path data over HTTP. |
|
source
Package source defines the Source plugin interface and a registry for source plugins that extract structured fields from raw tool call data.
|
Package source defines the Source plugin interface and a registry for source plugins that extract structured fields from raw tool call data. |
|
store
Package store provides SQLite-backed persistence for desire-path data.
|
Package store provides SQLite-backed persistence for desire-path data. |
|
transcript
Package transcript parses Claude Code JSONL transcripts into structured Turn/Step data for desire-path turn-length analysis.
|
Package transcript parses Claude Code JSONL transcripts into structured Turn/Step data for desire-path turn-length analysis. |
Click to show internal directories.
Click to hide internal directories.