📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
description: Create a handoff note for session continuity
|
||||
allowed-tools: Read Edit
|
||||
---
|
||||
|
||||
# Handoff
|
||||
|
||||
Creating handoff note for this session.
|
||||
|
||||
!`bun ${CLAUDE_PLUGIN_ROOT}/skills/trails/scripts/handoff.ts --session "${CLAUDE_SESSION_ID}"`
|
||||
|
||||
Read the created handoff file and fill in the sections:
|
||||
|
||||
- **Done**: What was accomplished this session
|
||||
- **State**: Current state of work (in progress, blocked, etc.)
|
||||
- **Next**: What should happen next (use checkboxes)
|
||||
|
||||
Keep entries scannable — someone should grasp the session in 30 seconds.
|
||||
@@ -0,0 +1,20 @@
|
||||
---
|
||||
description: Create a timestamped log note
|
||||
argument-hint: <slug>
|
||||
allowed-tools: Read Edit
|
||||
---
|
||||
|
||||
# Log
|
||||
|
||||
Creating log note with slug: **$ARGUMENTS**
|
||||
|
||||
!`bun ${CLAUDE_PLUGIN_ROOT}/skills/trails/scripts/log.ts --slug "$ARGUMENTS" --session "${CLAUDE_SESSION_ID}"`
|
||||
|
||||
Read the created log file. This is a freeform note for capturing:
|
||||
|
||||
- Research findings
|
||||
- Technical discoveries
|
||||
- Meeting notes
|
||||
- Ideas and observations
|
||||
|
||||
Add relevant content and tags as needed.
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
description: Read recent trail notes
|
||||
argument-hint: "[handoff|log] [--days N]"
|
||||
allowed-tools: Bash
|
||||
---
|
||||
|
||||
# Read Trail
|
||||
|
||||
Reading recent trail notes.
|
||||
|
||||
Arguments: $ARGUMENTS
|
||||
|
||||
```bash
|
||||
!bun ${CLAUDE_PLUGIN_ROOT}/skills/trails/scripts/read.ts $ARGUMENTS --no-frontmatter
|
||||
```
|
||||
|
||||
Use `--type handoff` for handoffs only, `--type log` for logs only.
|
||||
Use `--days N` to read more history (default: 1 day).
|
||||
Reference in New Issue
Block a user