Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/trail-snippet.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ View a specific trajectory:
trail show <trajectory-id>
```

Export a trajectory (markdown, json, timeline, html, pr-summary):
Export a trajectory (markdown, json, timeline, html):
```bash
trail export <trajectory-id> --format markdown
```
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion prpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down