Skip to content

Commit 78a5b72

Browse files
committed
bump install version
1 parent 0914ff2 commit 78a5b72

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.beads/.local_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.37.0
1+
0.44.0

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@ trail export traj_abc123 --format markdown
7979
trail export --format html --open # Opens in browser
8080
```
8181

82+
## Teach Your Agents To Use Leave A Trail
83+
Use prpm to install the AGENTS.md snippet or CLAUDE.md snippet
84+
```
85+
prpm install @agent-workforce/trail-snippet
86+
```
87+
88+
Or if using CLAUDE.md
89+
```
90+
prpm install @agent-workforce/trail-snippet --location CLAUDE.md
91+
```
92+
8293
## Why "Trail"?
8394

8495
> **Trajectory** = the complete path an agent takes through a task

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.0.0",
12+
"version": "1.0.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)