@staff0rd/assist 0.104.0 → 0.106.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.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +357 -226
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -90,6 +90,7 @@ After installation, the `assist` command will be available globally. You can als
90
90
  - `assist refactor restructure [pattern]` - Analyze import graph and restructure tightly-coupled files into nested directories
91
91
  - `assist devlog list` - Group git commits by date
92
92
  - `assist devlog next` - Show commits for the day after the last versioned entry
93
+ - `assist devlog repos` - Show which github.com/staff0rd repos are missing devlog entries
93
94
  - `assist devlog skip <date>` - Add a date to the skip list
94
95
  - `assist devlog version` - Show current repo name and version info
95
96
  - `assist cli-hook` - PreToolUse hook for auto-approving read-only CLI commands (reads from `assist.cli-reads`, also auto-approves read-only `gh api` calls). Supports compound commands (`|`, `&&`, `||`, `;`) by checking each sub-command independently