@staff0rd/assist 0.44.0 → 0.46.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/restructure.md +5 -0
- package/claude/settings.json +2 -0
- package/dist/index.js +2401 -2348
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ After installation, the `assist` command will be available globally.
|
|
|
33
33
|
- `/commit` - Commit only relevant files from the session
|
|
34
34
|
- `/devlog` - Generate devlog entry for the next unversioned day
|
|
35
35
|
- `/refactor` - Run refactoring checks for code quality
|
|
36
|
+
- `/restructure` - Analyze and restructure tightly-coupled files
|
|
36
37
|
- `/review-comments` - Process PR review comments one by one
|
|
37
38
|
- `/verify` - Run all verification commands in parallel
|
|
38
39
|
- `/transcript-format` - Format meeting transcripts from VTT files
|