@staff0rd/assist 0.229.0 → 0.230.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/claude/CLAUDE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  After any code change, run `/verify` to ensure all checks pass.
2
2
 
3
- The tool is invoked using the `assist` command and is installed globally. Use it directly (e.g., `assist commit "message"`). Do NOT try to invoke it via `npx tsx src/index.ts` or guess at the entry point.
3
+ `assist` is installed globally. Use it directly (e.g., `assist commit "message"`).
4
4
 
5
5
  When renaming TypeScript files or symbols, use the refactor commands instead of doing it manually:
6
6
  - `assist refactor rename file <source> <destination>` — rename/move a file and update all imports
@@ -11,4 +11,9 @@ When using extract, name the destination file after the exported function (e.g.
11
11
 
12
12
  Do not modify `claude/settings.json` without asking the user first. Only read-only commands should be added to the allow list — write operations (add, remove, set, delete) must require confirmation.
13
13
 
14
+ ## Fetching Jira context
14
15
  When the user mentions a Jira issue key (e.g. `BAD-671`, `PROJ-123`), use the Atlassian MCP to fetch context.
16
+
17
+
18
+ ## Commenting code
19
+ Do not include comments for standard logic or syntax. Only comment if the specific line involves unintuitive complexity or a hack.
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@staff0rd/assist",
9
- version: "0.229.0",
9
+ version: "0.230.0",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.229.0",
3
+ "version": "0.230.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {