@staff0rd/assist 0.94.1 → 0.96.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 +2 -0
- package/assist.cli-reads +1927 -0
- package/claude/settings.json +8 -0
- package/dist/index.js +828 -323
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -92,6 +92,8 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
92
92
|
- `assist devlog next` - Show commits for the day after the last versioned entry
|
|
93
93
|
- `assist devlog skip <date>` - Add a date to the skip list
|
|
94
94
|
- `assist devlog version` - Show current repo name and version info
|
|
95
|
+
- `assist permit-cli-reads <cli>` - Discover a CLI's commands and write read-only ones to `assist.cli-reads`
|
|
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)
|
|
95
97
|
- `assist update` - Update assist to the latest version and sync commands
|
|
96
98
|
- `assist vscode init` - Add VS Code configuration files
|
|
97
99
|
- `assist deploy init` - Initialize Netlify project and configure deployment
|