diff --git a/docs/trail-snippet.md b/docs/trail-snippet.md index d83570f..1f34d54 100644 --- a/docs/trail-snippet.md +++ b/docs/trail-snippet.md @@ -114,7 +114,7 @@ View a specific trajectory: trail show ``` -Export a trajectory (markdown, json, timeline, html, pr-summary): +Export a trajectory (markdown, json, timeline, html): ```bash trail export --format markdown ``` @@ -127,14 +127,14 @@ After a PR merge, compact related trajectories into a single summary: trail compact --pr 42 ``` -Compact by branch: +Compact by branch (finds trajectories with commits not in the specified base branch): ```bash -trail compact --branch feature/auth +trail compact --branch main ``` -Compact by commit range: +Compact by specific commits: ```bash -trail compact --commits abc123..def456 +trail compact --commits abc123,def456 ``` Compaction consolidates decisions and creates a grouped summary, reducing noise while preserving key decisions. diff --git a/prpm.json b/prpm.json index aa9831d..ef227d9 100644 --- a/prpm.json +++ b/prpm.json @@ -9,7 +9,7 @@ "packages": [ { "name": "trail-snippet", - "version": "1.1.0", + "version": "1.1.1", "description": "AGENTS.md / CLAUDE.md snippet for agents on how to use trail to record their work", "format": "generic", "subtype": "snippet",