@staff0rd/assist 0.178.0 → 0.180.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/allowed.cli-reads +1 -0
- package/claude/commands/pr.md +1 -1
- package/dist/allowed.cli-reads +1 -0
- package/dist/index.js +515 -408
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -65,6 +65,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
65
65
|
|
|
66
66
|
## CLI Commands
|
|
67
67
|
|
|
68
|
+
- `assist activity [--since <date>]` - Chart GitHub commit activity per day (defaults to last 30 days)
|
|
68
69
|
- `assist init` - Initialize project with VS Code and verify configurations
|
|
69
70
|
- `assist new vite` - Initialize a new Vite React TypeScript project
|
|
70
71
|
- `assist new cli` - Initialize a new tsup CLI project
|
package/allowed.cli-reads
CHANGED
package/claude/commands/pr.md
CHANGED
|
@@ -4,4 +4,4 @@ description: Raise a PR with a concise description
|
|
|
4
4
|
|
|
5
5
|
Raise a pull request for the current branch. Use a concise description with no headers. Do not reference Claude or any AI assistance in the title or body.
|
|
6
6
|
|
|
7
|
-
Use `gh pr create` to create the PR. Keep the title short and the body to a brief plain-text summary of the changes.
|
|
7
|
+
Use `gh pr create` to create the PR. Keep the title short and the body to a brief plain-text summary of the changes. Wrap symbols, file paths, function names, class names, variable names, config keys, CLI commands, and flag names in backticks.
|