@staff0rd/assist 0.43.1 → 0.45.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 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
@@ -0,0 +1,5 @@
1
+ ---
2
+ description: Analyze and restructure tightly-coupled files
3
+ ---
4
+
5
+ Run `assist refactor restructure --apply $ARGUMENTS`. If it fails, fix all errors and run again until it passes.