@staff0rd/assist 0.93.4 → 0.94.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/claude/commands/sync.md +5 -0
- package/claude/settings.json +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
41
41
|
- `/review-comments` - Process PR review comments one by one
|
|
42
42
|
- `/journal` - Append a journal entry summarising recent work, decisions, and notable observations
|
|
43
43
|
- `/standup` - Summarise recent journal entries as a standup update
|
|
44
|
+
- `/sync` - Sync commands and settings to ~/.claude
|
|
44
45
|
- `/verify` - Run all verification commands in parallel
|
|
45
46
|
- `/transcript-format` - Format meeting transcripts from VTT files
|
|
46
47
|
- `/transcript-summarise` - Summarise transcripts missing summaries
|
package/claude/settings.json
CHANGED
package/dist/index.js
CHANGED