@codyswann/lisa 1.18.0 → 1.18.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.
@@ -0,0 +1,68 @@
1
+ # [Project Name]
2
+
3
+ Developers write specs and answer questions. Agents implement, test, verify, question, and document.
4
+
5
+ ## About This Project
6
+
7
+ > Ask Claude: "What is the purpose of this project and how does it work?"
8
+
9
+ ## Step 1: Install Claude Code
10
+
11
+ ```bash
12
+ brew install claude-code
13
+ # Or: npm install -g @anthropic-ai/claude-code
14
+ ```
15
+
16
+ ## Step 2: Set Up This Project
17
+
18
+ > Ask Claude: "I just cloned this repo. Walk me through the full setup including installing dependencies, environment variables, and any other configuration."
19
+
20
+ ## Step 3: Run the App Locally
21
+
22
+ > Ask Claude: "How do I start the app locally? Walk me through the steps and verify it's running."
23
+
24
+ ## Step 4: Work on a Feature
25
+
26
+ > Ask Claude: "I have Jira ticket [TICKET-ID]. Research the codebase, create a plan, and implement it."
27
+
28
+ Or break it down:
29
+
30
+ - `/project:setup` - Set up the project from a spec or ticket
31
+ - `/project:research` - Research the codebase
32
+ - `/project:plan` - Create an implementation plan
33
+ - `/project:implement` - Execute the plan
34
+ - `/project:review` - Review the changes
35
+
36
+ ## Common Tasks
37
+
38
+ ### Code Review
39
+
40
+ > Ask Claude: "Review the changes on this branch and suggest improvements."
41
+
42
+ ### Submit a PR
43
+
44
+ > Ask Claude: "Commit my changes and open a pull request."
45
+
46
+ ### Fix Lint Errors
47
+
48
+ > Ask Claude: "Run the linter and fix all errors."
49
+
50
+ ### Add Test Coverage
51
+
52
+ > Ask Claude: "Increase test coverage for the files I changed."
53
+
54
+ ### Deploy
55
+
56
+ > Ask Claude: "Walk me through deploying this project."
57
+
58
+ ## Project Standards
59
+
60
+ > Ask Claude: "What coding standards and conventions does this project follow?"
61
+
62
+ ## Architecture
63
+
64
+ > Ask Claude: "Explain the architecture of this project, including key components and how they interact."
65
+
66
+ ## Troubleshooting
67
+
68
+ > Ask Claude: "I'm having an issue with [describe problem]. Help me debug it."
@@ -0,0 +1,76 @@
1
+ # [Project Name]
2
+
3
+ Developers write specs and answer questions. Agents implement, test, verify, question, and document.
4
+
5
+ ## About This Project
6
+
7
+ > Ask Claude: "What is the purpose of this project and how does it work?"
8
+
9
+ ## Step 1: Install Claude Code
10
+
11
+ ```bash
12
+ brew install claude-code
13
+ # Or: npm install -g @anthropic-ai/claude-code
14
+ ```
15
+
16
+ ## Step 2: Set Up This Project
17
+
18
+ > Ask Claude: "I just cloned this repo. Walk me through the full setup including installing dependencies, environment variables, and any other configuration."
19
+
20
+ ## Step 3: Verify the Infrastructure
21
+
22
+ > Ask Claude: "How do I synthesize the CDK stacks and verify the templates are valid?"
23
+
24
+ ## Step 4: Work on a Feature
25
+
26
+ > Ask Claude: "I have Jira ticket [TICKET-ID]. Research the codebase, create a plan, and implement it."
27
+
28
+ Or break it down:
29
+
30
+ - `/project:setup` - Set up the project from a spec or ticket
31
+ - `/project:research` - Research the codebase
32
+ - `/project:plan` - Create an implementation plan
33
+ - `/project:implement` - Execute the plan
34
+ - `/project:review` - Review the changes
35
+
36
+ ## Common Tasks
37
+
38
+ ### Code Review
39
+
40
+ > Ask Claude: "Review the changes on this branch and suggest improvements."
41
+
42
+ ### Submit a PR
43
+
44
+ > Ask Claude: "Commit my changes and open a pull request."
45
+
46
+ ### Fix Lint Errors
47
+
48
+ > Ask Claude: "Run the linter and fix all errors."
49
+
50
+ ### Add Test Coverage
51
+
52
+ > Ask Claude: "Increase test coverage for the files I changed."
53
+
54
+ ### Synthesize CloudFormation Templates
55
+
56
+ > Ask Claude: "Run CDK synth and verify the CloudFormation templates are generated correctly."
57
+
58
+ ### Diff Against Deployed Stacks
59
+
60
+ > Ask Claude: "Run CDK diff to show what changes would be deployed compared to the current stacks."
61
+
62
+ ### Deploy
63
+
64
+ > Ask Claude: "Walk me through deploying this project."
65
+
66
+ ## Project Standards
67
+
68
+ > Ask Claude: "What coding standards and conventions does this project follow?"
69
+
70
+ ## Architecture
71
+
72
+ > Ask Claude: "Explain the architecture of this project, including key components and how they interact."
73
+
74
+ ## Troubleshooting
75
+
76
+ > Ask Claude: "I'm having an issue with [describe problem]. Help me debug it."
@@ -0,0 +1,84 @@
1
+ # [Project Name]
2
+
3
+ Developers write specs and answer questions. Agents implement, test, verify, question, and document.
4
+
5
+ ## About This Project
6
+
7
+ > Ask Claude: "What is the purpose of this project and how does it work?"
8
+
9
+ ## Step 1: Install Claude Code
10
+
11
+ ```bash
12
+ brew install claude-code
13
+ # Or: npm install -g @anthropic-ai/claude-code
14
+ ```
15
+
16
+ ## Step 2: Set Up This Project
17
+
18
+ > Ask Claude: "I just cloned this repo. Walk me through the full setup including installing dependencies, environment variables, and any other configuration."
19
+
20
+ ## Step 3: Run the App Locally
21
+
22
+ > Ask Claude: "How do I start the app locally? Walk me through the steps and verify it's running."
23
+
24
+ ## Step 4: Work on a Feature
25
+
26
+ > Ask Claude: "I have Jira ticket [TICKET-ID]. Research the codebase, create a plan, and implement it."
27
+
28
+ Or break it down:
29
+
30
+ - `/project:setup` - Set up the project from a spec or ticket
31
+ - `/project:research` - Research the codebase
32
+ - `/project:plan` - Create an implementation plan
33
+ - `/project:implement` - Execute the plan
34
+ - `/project:review` - Review the changes
35
+
36
+ ## Common Tasks
37
+
38
+ ### Code Review
39
+
40
+ > Ask Claude: "Review the changes on this branch and suggest improvements."
41
+
42
+ ### Submit a PR
43
+
44
+ > Ask Claude: "Commit my changes and open a pull request."
45
+
46
+ ### Fix Lint Errors
47
+
48
+ > Ask Claude: "Run the linter and fix all errors."
49
+
50
+ ### Add Test Coverage
51
+
52
+ > Ask Claude: "Increase test coverage for the files I changed."
53
+
54
+ ### Run on iOS
55
+
56
+ > Ask Claude: "Start the app on the iOS simulator and verify it launches correctly."
57
+
58
+ ### Run on Android
59
+
60
+ > Ask Claude: "Start the app on the Android emulator and verify it launches correctly."
61
+
62
+ ### Run on Web
63
+
64
+ > Ask Claude: "Start the app in a web browser and verify it loads correctly."
65
+
66
+ ### Generate Types After Schema Changes
67
+
68
+ > Ask Claude: "The API schema has changed. Regenerate types and fix any resulting type errors."
69
+
70
+ ### Deploy
71
+
72
+ > Ask Claude: "Walk me through deploying this project."
73
+
74
+ ## Project Standards
75
+
76
+ > Ask Claude: "What coding standards and conventions does this project follow?"
77
+
78
+ ## Architecture
79
+
80
+ > Ask Claude: "Explain the architecture of this project, including key components and how they interact."
81
+
82
+ ## Troubleshooting
83
+
84
+ > Ask Claude: "I'm having an issue with [describe problem]. Help me debug it."
@@ -0,0 +1,76 @@
1
+ # [Project Name]
2
+
3
+ Developers write specs and answer questions. Agents implement, test, verify, question, and document.
4
+
5
+ ## About This Project
6
+
7
+ > Ask Claude: "What is the purpose of this project and how does it work?"
8
+
9
+ ## Step 1: Install Claude Code
10
+
11
+ ```bash
12
+ brew install claude-code
13
+ # Or: npm install -g @anthropic-ai/claude-code
14
+ ```
15
+
16
+ ## Step 2: Set Up This Project
17
+
18
+ > Ask Claude: "I just cloned this repo. Walk me through the full setup including installing dependencies, environment variables, and any other configuration."
19
+
20
+ ## Step 3: Run the App Locally
21
+
22
+ > Ask Claude: "How do I start the app locally? Walk me through the steps and verify it's running."
23
+
24
+ ## Step 4: Work on a Feature
25
+
26
+ > Ask Claude: "I have Jira ticket [TICKET-ID]. Research the codebase, create a plan, and implement it."
27
+
28
+ Or break it down:
29
+
30
+ - `/project:setup` - Set up the project from a spec or ticket
31
+ - `/project:research` - Research the codebase
32
+ - `/project:plan` - Create an implementation plan
33
+ - `/project:implement` - Execute the plan
34
+ - `/project:review` - Review the changes
35
+
36
+ ## Common Tasks
37
+
38
+ ### Code Review
39
+
40
+ > Ask Claude: "Review the changes on this branch and suggest improvements."
41
+
42
+ ### Submit a PR
43
+
44
+ > Ask Claude: "Commit my changes and open a pull request."
45
+
46
+ ### Fix Lint Errors
47
+
48
+ > Ask Claude: "Run the linter and fix all errors."
49
+
50
+ ### Add Test Coverage
51
+
52
+ > Ask Claude: "Increase test coverage for the files I changed."
53
+
54
+ ### Run Database Migrations
55
+
56
+ > Ask Claude: "Run pending database migrations and verify the schema is up to date."
57
+
58
+ ### Test API Endpoints
59
+
60
+ > Ask Claude: "How do I test the API endpoints locally?"
61
+
62
+ ### Deploy
63
+
64
+ > Ask Claude: "Walk me through deploying this project."
65
+
66
+ ## Project Standards
67
+
68
+ > Ask Claude: "What coding standards and conventions does this project follow?"
69
+
70
+ ## Architecture
71
+
72
+ > Ask Claude: "Explain the architecture of this project, including key components and how they interact."
73
+
74
+ ## Troubleshooting
75
+
76
+ > Ask Claude: "I'm having an issue with [describe problem]. Help me debug it."
package/package.json CHANGED
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "resolutions": {},
87
87
  "name": "@codyswann/lisa",
88
- "version": "1.18.0",
88
+ "version": "1.18.1",
89
89
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
90
90
  "main": "dist/index.js",
91
91
  "bin": {