@codyswann/lisa 1.69.0 → 1.70.1

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
@@ -51,7 +51,7 @@ Templates follow governance rules: some files are overwritten on every update (e
51
51
  ## Quick Start
52
52
 
53
53
  ```bash
54
- brew install claude-code
54
+ curl -fsSL https://claude.ai/install.sh | bash
55
55
  ```
56
56
 
57
57
  > Ask Claude: "I just cloned this repo. Walk me through setup."
@@ -12,7 +12,8 @@
12
12
  "coderabbit@claude-plugins-official": true,
13
13
  "sentry@claude-plugins-official": true,
14
14
  "posthog@claude-plugins-official": true,
15
- "lisa-expo@lisa": true
15
+ "lisa-expo@lisa": true,
16
+ "impeccable@impeccable": true
16
17
  },
17
18
  "extraKnownMarketplaces": {
18
19
  "CodySwannGT/lisa": {
@@ -20,6 +21,12 @@
20
21
  "source": "github",
21
22
  "repo": "CodySwannGT/lisa"
22
23
  }
24
+ },
25
+ "pbakaus/impeccable": {
26
+ "source": {
27
+ "source": "github",
28
+ "repo": "pbakaus/impeccable"
29
+ }
23
30
  }
24
31
  },
25
32
  "env": {
package/package.json CHANGED
@@ -74,7 +74,7 @@
74
74
  "flatted": "^3.4.2"
75
75
  },
76
76
  "name": "@codyswann/lisa",
77
- "version": "1.69.0",
77
+ "version": "1.70.1",
78
78
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
79
79
  "main": "dist/index.js",
80
80
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "1.69.0",
3
+ "version": "1.70.1",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "1.69.0",
3
+ "version": "1.70.1",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "1.69.0",
3
+ "version": "1.70.1",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "1.69.0",
3
+ "version": "1.70.1",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "1.69.0",
3
+ "version": "1.70.1",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "1.69.0",
3
+ "version": "1.70.1",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -10,7 +10,8 @@
10
10
  "code-review@claude-plugins-official": true,
11
11
  "coderabbit@claude-plugins-official": true,
12
12
  "sentry@claude-plugins-official": true,
13
- "lisa-rails@lisa": true
13
+ "lisa-rails@lisa": true,
14
+ "impeccable@impeccable": true
14
15
  },
15
16
  "extraKnownMarketplaces": {
16
17
  "CodySwannGT/lisa": {
@@ -18,6 +19,12 @@
18
19
  "source": "github",
19
20
  "repo": "CodySwannGT/lisa"
20
21
  }
22
+ },
23
+ "pbakaus/impeccable": {
24
+ "source": {
25
+ "source": "github",
26
+ "repo": "pbakaus/impeccable"
27
+ }
21
28
  }
22
29
  },
23
30
  "env": {