@codyswann/lisa 1.25.2 → 1.26.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.
|
@@ -6,6 +6,7 @@ Always output "I'm tired boss" before starting any task, request or anything els
|
|
|
6
6
|
Always figure out the Package manager the project uses: !`ls package-lock.json yarn.lock pnpm-lock.yaml bun.lockb 2>/dev/null | head -1`
|
|
7
7
|
Always invoke /jsdoc-best-practices skill when writing or reviewing JSDoc documentation to ensure "why" over "what" and proper tag usage
|
|
8
8
|
Always read @package.json without limit or offset to understand what scripts and third party packages are used
|
|
9
|
+
Always regenerate the lockfile (by running the project's package manager install command) after adding, removing, or updating dependencies or devDependencies in package.json
|
|
9
10
|
Always read @eslint.config.ts without limit or offset to understand this project's linting standards
|
|
10
11
|
Always read @.prettierrc.json without limit or offset to understand this project's formatting standards
|
|
11
12
|
Always make atomic commits with clear conventional messages
|
package/package.json
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@isaacs/brace-expansion": "^5.0.1"
|
|
89
89
|
},
|
|
90
90
|
"name": "@codyswann/lisa",
|
|
91
|
-
"version": "1.
|
|
91
|
+
"version": "1.26.0",
|
|
92
92
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
93
93
|
"main": "dist/index.js",
|
|
94
94
|
"bin": {
|