@staff0rd/assist 0.126.0 → 0.127.0
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/inspect.md +7 -0
- package/claude/settings.json +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,6 +45,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
45
45
|
- `/journal` - Append a journal entry summarising recent work, decisions, and notable observations
|
|
46
46
|
- `/standup` - Summarise recent journal entries as a standup update
|
|
47
47
|
- `/sync` - Sync commands and settings to ~/.claude
|
|
48
|
+
- `/inspect` - Run .NET code inspections on changed files
|
|
48
49
|
- `/seq` - Query Seq logs from a URL or filter expression
|
|
49
50
|
- `/verify` - Run all verification commands in parallel
|
|
50
51
|
- `/transcript-format` - Format meeting transcripts from VTT files
|
package/claude/settings.json
CHANGED
package/dist/index.js
CHANGED