Skip to content

Commit 27c1bb9

Browse files
authored
Merge pull request #16 from AgentWorkforce/fix/trail-snippet-docs
Fix trail-snippet docs from PR #15 review
2 parents 0b46d5c + 929ba6f commit 27c1bb9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/trail-snippet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ View a specific trajectory:
114114
trail show <trajectory-id>
115115
```
116116

117-
Export a trajectory (markdown, json, timeline, html, pr-summary):
117+
Export a trajectory (markdown, json, timeline, html):
118118
```bash
119119
trail export <trajectory-id> --format markdown
120120
```
@@ -127,14 +127,14 @@ After a PR merge, compact related trajectories into a single summary:
127127
trail compact --pr 42
128128
```
129129

130-
Compact by branch:
130+
Compact by branch (finds trajectories with commits not in the specified base branch):
131131
```bash
132-
trail compact --branch feature/auth
132+
trail compact --branch main
133133
```
134134

135-
Compact by commit range:
135+
Compact by specific commits:
136136
```bash
137-
trail compact --commits abc123..def456
137+
trail compact --commits abc123,def456
138138
```
139139

140140
Compaction consolidates decisions and creates a grouped summary, reducing noise while preserving key decisions.

prpm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packages": [
1010
{
1111
"name": "trail-snippet",
12-
"version": "1.1.0",
12+
"version": "1.1.1",
1313
"description": "AGENTS.md / CLAUDE.md snippet for agents on how to use trail to record their work",
1414
"format": "generic",
1515
"subtype": "snippet",

0 commit comments

Comments
 (0)