@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 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
@@ -19,6 +19,7 @@ acli jira workitem link list
19
19
  acli jira workitem search
20
20
  acli jira workitem view
21
21
  acli jira workitem watcher list
22
+ assist activity
22
23
  assist backlog comments
23
24
  assist backlog list
24
25
  assist backlog show
@@ -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.
@@ -19,6 +19,7 @@ acli jira workitem link list
19
19
  acli jira workitem search
20
20
  acli jira workitem view
21
21
  acli jira workitem watcher list
22
+ assist activity
22
23
  assist backlog comments
23
24
  assist backlog list
24
25
  assist backlog show