@codyswann/lisa 1.9.5 → 1.11.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.
Files changed (44) hide show
  1. package/README.md +71 -0
  2. package/all/copy-overwrite/.claude/agents/skill-evaluator.md +4 -4
  3. package/all/copy-overwrite/CLAUDE.md +1 -1
  4. package/cdk/tagged-merge/package.lisa.json +31 -0
  5. package/dist/core/config.d.ts +1 -1
  6. package/dist/core/config.d.ts.map +1 -1
  7. package/dist/core/config.js +1 -0
  8. package/dist/core/config.js.map +1 -1
  9. package/dist/core/lisa.d.ts.map +1 -1
  10. package/dist/core/lisa.js +2 -0
  11. package/dist/core/lisa.js.map +1 -1
  12. package/dist/strategies/index.d.ts +1 -0
  13. package/dist/strategies/index.d.ts.map +1 -1
  14. package/dist/strategies/index.js +3 -0
  15. package/dist/strategies/index.js.map +1 -1
  16. package/dist/strategies/package-lisa-types.d.ts +83 -0
  17. package/dist/strategies/package-lisa-types.d.ts.map +1 -0
  18. package/dist/strategies/package-lisa-types.js +10 -0
  19. package/dist/strategies/package-lisa-types.js.map +1 -0
  20. package/dist/strategies/package-lisa.d.ts +183 -0
  21. package/dist/strategies/package-lisa.d.ts.map +1 -0
  22. package/dist/strategies/package-lisa.js +385 -0
  23. package/dist/strategies/package-lisa.js.map +1 -0
  24. package/dist/strategies/tagged-merge.d.ts +41 -4
  25. package/dist/strategies/tagged-merge.d.ts.map +1 -1
  26. package/dist/strategies/tagged-merge.js +91 -4
  27. package/dist/strategies/tagged-merge.js.map +1 -1
  28. package/expo/copy-overwrite/knip.json +0 -1
  29. package/expo/tagged-merge/package.lisa.json +131 -0
  30. package/nestjs/tagged-merge/package.lisa.json +73 -0
  31. package/package.json +32 -31
  32. package/typescript/copy-overwrite/knip.json +3 -4
  33. package/typescript/tagged-merge/package.lisa.json +73 -0
  34. package/cdk/tagged-merge/package.json +0 -37
  35. package/expo/tagged-merge/package.json +0 -145
  36. package/nestjs/tagged-merge/package.json +0 -87
  37. package/typescript/tagged-merge/package.json +0 -75
  38. /package/cdk/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
  39. /package/cdk/{copy-overwrite → create-only}/.github/workflows/deploy.yml +0 -0
  40. /package/expo/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
  41. /package/expo/{copy-overwrite → create-only}/.github/workflows/deploy.yml +0 -0
  42. /package/nestjs/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
  43. /package/nestjs/{copy-overwrite → create-only}/.github/workflows/deploy.yml +0 -0
  44. /package/typescript/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
@@ -1,145 +0,0 @@
1
- {
2
- "scripts": {
3
- "//lisa-force-scripts-quality-assurance": "Required by Lisa in ci/cd, git hooks and claude hooks to ensure governance",
4
- "lighthouse:check": "lhci autorun --collect.settings.chromeFlags='--no-sandbox --disable-gpu --headless'",
5
- "playwright:build": "expo export --platform web",
6
- "playwright:test": "bun run playwright:build && playwright test",
7
- "playwright:test:ui": "bun run playwright:build && playwright test --ui",
8
- "maestro:test": "maestro test .maestro/flows",
9
- "maestro:test:smoke": "maestro test .maestro/flows --include-tags=smoke",
10
- "maestro:studio": "maestro studio",
11
- "//end-lisa-force-scripts-quality-assurance": "",
12
-
13
- "//lisa-force-scripts-operations": "Required by Lisa for standard operations to run this project locally",
14
- "start:local": "cp .env.localhost .env.local && EXPO_ATLAS=true expo start",
15
- "start:dev": "EXPO_ATLAS=true cp .env.development .env.local && EXPO_ATLAS=true expo start",
16
- "start:staging": "cp .env.staging .env.local && EXPO_ATLAS=true expo start",
17
- "start:production": "cp .env.production .env.local && EXPO_ATLAS=true expo start",
18
- "build-and-run:local:android": "expo run:android",
19
- "build-and-run:local:ios": "expo run:ios",
20
- "fetch:graphql:schema:dev": "./scripts/fetch-graphql-schema.sh development",
21
- "fetch:graphql:schema:staging": "./scripts/fetch-graphql-schema.sh staging",
22
- "fetch:graphql:schema:production": "./scripts/fetch-graphql-schema.sh production",
23
- "//end-lisa-force-scripts-operations": "",
24
-
25
- "//lisa-force-scripts-deployment": "Required by Lisa for deployment operations for this project",
26
- "export:web": "expo export --platform web --source-maps",
27
- "pre-build:eas": "cat .gitignore > .easignore && cat .easignore.extra >> .easignore",
28
- "//end-lisa-force-scripts-deployment": ""
29
- },
30
- "dependencies": {
31
- "//lisa-force-dependencies": "Required by Lisa to ensure all necessary dependencies are included for Expo/React Native/GraphQL/Gluestack operations",
32
- "@apollo/client": "^3.10.8",
33
- "@expo/metro-runtime": "~6.1.2",
34
- "@gluestack-ui/core": "^3.0.10",
35
- "@gluestack-ui/utils": "^3.0.7",
36
- "@gorhom/bottom-sheet": "^5.2.6",
37
- "@hookform/resolvers": "^3.9.0",
38
- "@legendapp/motion": "^2.4.0",
39
- "@react-native-async-storage/async-storage": "2.2.0",
40
- "@react-native-masked-view/masked-view": "^0.3.2",
41
- "@react-navigation/drawer": "^7.5.0",
42
- "@react-navigation/elements": "^1.3.31",
43
- "@sentry/react-native": "7.2.0",
44
- "@shopify/flash-list": "2.0.2",
45
- "@shopify/react-native-skia": "2.2.12",
46
- "apollo-link-sentry": "^4.0.0",
47
- "base-64": "^1.0.0",
48
- "date-fns": "^3.6.0",
49
- "date-fns-tz": "^3.1.3",
50
- "events": "^3.3.0",
51
- "expo": "~54.0.31",
52
- "expo-application": "~7.0.8",
53
- "expo-battery": "~10.0.8",
54
- "expo-build-properties": "~1.0.10",
55
- "expo-clipboard": "~8.0.8",
56
- "expo-constants": "~18.0.13",
57
- "expo-crypto": "^15.0.8",
58
- "expo-dev-client": "~6.0.20",
59
- "expo-device": "~8.0.10",
60
- "expo-font": "~14.0.10",
61
- "expo-linear-gradient": "~15.0.8",
62
- "expo-linking": "~8.0.11",
63
- "expo-localization": "^17.0.8",
64
- "expo-network": "~8.0.8",
65
- "expo-notifications": "~0.32.16",
66
- "expo-router": "~6.0.21",
67
- "expo-secure-store": "~15.0.8",
68
- "expo-splash-screen": "~31.0.13",
69
- "expo-status-bar": "~3.0.9",
70
- "expo-system-ui": "~6.0.9",
71
- "expo-updates": "~29.0.16",
72
- "graphql": "^16.12.0",
73
- "i18n-js": "^4.5.1",
74
- "lucide-react-native": "^0.562.0",
75
- "nativewind": "^4.2.1",
76
- "patch-package": "^8.0.0",
77
- "react": "19.1.0",
78
- "react-dom": "19.1.0",
79
- "react-hook-form": "^7.70.0",
80
- "react-native": "0.81.4",
81
- "react-native-gesture-handler": "~2.30.0",
82
- "react-native-keyboard-controller": "1.20.4",
83
- "react-native-reanimated": "~4.2.1",
84
- "react-native-safe-area-context": "^5.6.2",
85
- "react-native-screens": "~4.19.0",
86
- "react-native-store-version": "^1.4.1",
87
- "react-native-svg": "^15.15.1",
88
- "react-native-web": "^0.21.2",
89
- "tailwindcss": "^3.4.7",
90
- "tar": "^7.5.6",
91
- "text-encoding-polyfill": "^0.6.7",
92
- "usehooks-ts": "^3.1.1",
93
- "zod": "^4.3.5",
94
- "//end-lisa-force-dependencies": ""
95
- },
96
- "devDependencies": {
97
- "//lisa-force-dev-dependencies": "Required by Lisa to ensure all necessary dev dependencies are included for Expo/React Native/GraphQL/Gluestack operations",
98
- "@babel/core": "^7.20.0",
99
- "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
100
- "@graphql-codegen/cli": "^6.1.0",
101
- "@graphql-codegen/typescript": "^4.1.6",
102
- "@graphql-codegen/typescript-operations": "^4.4.2",
103
- "@graphql-codegen/typescript-react-apollo": "^4.3.4",
104
- "@lhci/cli": "^0.15.1",
105
- "@playwright/test": "^1.57.0",
106
- "@react-native-community/cli": "^20.0.2",
107
- "@react-native-community/cli-platform-android": "^20.0.2",
108
- "@react-native-community/cli-platform-ios": "^20.0.2",
109
- "@testing-library/react-native": "^13.0.0",
110
- "@types/base-64": "^1.0.2",
111
- "@types/eslint-plugin-jsx-a11y": "^6.10.1",
112
- "@types/eslint-plugin-tailwindcss": "^3.17.0",
113
- "@types/react": "~19.1.10",
114
- "@types/react-dom": "^19.1.7",
115
- "babel-plugin-module-resolver": "^5.0.2",
116
- "baseline-browser-mapping": "^2.9.2",
117
- "eslint-config-expo": "^10.0.0",
118
- "eslint-plugin-component-structure": "file:./eslint-plugin-component-structure",
119
- "eslint-plugin-jsx-a11y": "^6.10.0",
120
- "eslint-plugin-react": "^7.37.0",
121
- "eslint-plugin-react-compiler": "^19.1.0-rc.2",
122
- "eslint-plugin-react-hooks": "^7.0.0",
123
- "eslint-plugin-react-perf": "^3.3.0",
124
- "eslint-plugin-tailwindcss": "^3.18.0",
125
- "eslint-plugin-ui-standards": "file:./eslint-plugin-ui-standards",
126
- "expo-atlas": "^0.4.0",
127
- "globals": "^16.0.0",
128
- "jest-environment-jsdom": "^30.2.0",
129
- "jest-expo": "^54.0.12",
130
- "//end-lisa-force-dev-dependencies": ""
131
- },
132
- "resolutions": {
133
- "//lisa-force-resolutions": "Required by Lisa for security and compatibility reasons",
134
- "eslint-plugin-react-hooks": "^7.0.0",
135
- "tar": "^7.5.6",
136
- "//end-lisa-force-resolutions": ""
137
- },
138
- "overrides": {
139
- "//lisa-force-overrides": "Required by Lisa for security and compatibility reasons",
140
- "eslint-plugin-react-hooks": "^7.0.0",
141
- "zod-validation-error": "^4.0.0",
142
- "tar": "^7.5.6",
143
- "//end-lisa-force-overrides": ""
144
- }
145
- }
@@ -1,87 +0,0 @@
1
- {
2
- "scripts": {
3
- "//lisa-force-scripts-quality-assurance": "Required by Lisa in ci/cd, git hooks and claude hooks to ensure governance",
4
- "k6": "./scripts/k6-run.sh",
5
- "k6:smoke": "./scripts/k6-run.sh --scenario smoke",
6
- "k6:load": "./scripts/k6-run.sh --scenario load",
7
- "k6:stress": "./scripts/k6-run.sh --scenario stress",
8
- "k6:spike": "./scripts/k6-run.sh --scenario spike",
9
- "k6:soak": "./scripts/k6-run.sh --scenario soak",
10
- "k6:docker:smoke": "./scripts/k6-run.sh --scenario smoke --docker",
11
- "k6:docker:load": "./scripts/k6-run.sh --scenario load --docker",
12
- "//end-lisa-force-scripts-quality-assurance": "",
13
-
14
- "//lisa-force-scripts-operations": "Required by Lisa for standard operations to run this project locally",
15
- "start:local": "IS_OFFLINE=true sls offline start --noTimeout",
16
- "start:dev": "IS_OFFLINE=true sls offline start --stage dev",
17
- "start:docker": "docker compose up",
18
- "start:docker:build": "docker compose up --build",
19
- "start:docker:down": "docker compose down",
20
-
21
- "fetch:graphql:schema:dev": "./scripts/fetch-graphql-schema.sh development",
22
- "fetch:graphql:schema:staging": "./scripts/fetch-graphql-schema.sh staging",
23
- "fetch:graphql:schema:production": "./scripts/fetch-graphql-schema.sh production",
24
- "//end-lisa-force-scripts-operations": "",
25
-
26
- "//lisa-force-scripts-deployment": "Required by Lisa for deployment operations for this project",
27
- "deploy:dev": "sls deploy --stage dev",
28
- "deploy:staging": "sls deploy --stage staging",
29
- "deploy:production": "sls deploy --stage production",
30
-
31
- "migration:generate": "typeorm-ts-node-commonjs migration:generate -d typeorm.config.ts src/database/migrations/$npm_config_name",
32
- "migration:run": "typeorm-ts-node-commonjs migration:run -d typeorm.config.ts",
33
- "migration:revert": "typeorm-ts-node-commonjs migration:revert -d typeorm.config.ts",
34
- "//end-lisa-force-scripts-deployment": ""
35
- },
36
- "dependencies": {
37
- "//lisa-force-dependencies": "Required by Lisa to ensure all necessary dependencies are included for Serverless/NestJS/GraphQl operations",
38
- "@apollo/server": "^5.2.0",
39
- "@as-integrations/express5": "^1.1.2",
40
- "@aws-sdk/client-apigatewaymanagementapi": "^3.967.0",
41
- "@aws-sdk/client-cognito-identity-provider": "^3.969.0",
42
- "@aws-sdk/rds-signer": "^3.968.0",
43
- "@graphql-tools/utils": "^11.0.0",
44
- "@nestjs/apollo": "^13.2.3",
45
- "@nestjs/common": "^11.1.11",
46
- "@nestjs/config": "^4.0.2",
47
- "@nestjs/core": "^11.1.11",
48
- "@nestjs/graphql": "^13.2.3",
49
- "@nestjs/platform-express": "^11.1.11",
50
- "@nestjs/terminus": "^11.0.0",
51
- "@nestjs/typeorm": "^11.0.0",
52
- "@vendia/serverless-express": "^4.12.6",
53
- "aws-jwt-verify": "^5.1.1",
54
- "aws-xray-sdk-core": "^3.12.0",
55
- "class-transformer": "^0.5.1",
56
- "class-validator": "^0.14.3",
57
- "dataloader": "^2.2.3",
58
- "graphql": "^16.12.0",
59
- "graphql-query-complexity": "^1.1.0",
60
- "graphql-subscriptions": "^3.0.0",
61
- "graphql-ws": "^6.0.6",
62
- "ioredis": "^5.9.1",
63
- "pg": "^8.16.3",
64
- "reflect-metadata": "^0.2.2",
65
- "rxjs": "^7.8.2",
66
- "typeorm": "^0.3.28",
67
- "typeorm-naming-strategies": "^4.1.0",
68
- "//end-lisa-force-dependencies": ""
69
- },
70
- "devDependencies": {
71
- "//lisa-force-dev-dependencies": "Required by Lisa to ensure all necessary dev dependencies are included for Serverless/NestJS/GraphQl operations",
72
- "@graphql-codegen/cli": "^6.1.0",
73
- "@graphql-codegen/typescript": "^4.1.6",
74
- "@graphql-codegen/typescript-operations": "^4.4.2",
75
- "@graphql-codegen/typescript-react-apollo": "^4.3.4",
76
- "@nestjs/cli": "^11.0.14",
77
- "@nestjs/schematics": "^11.0.9",
78
- "@nestjs/testing": "^11.1.11",
79
- "@types/aws-lambda": "^8.10.159",
80
- "@types/express": "^5.0.6",
81
- "@istanbuljs/nyc-config-typescript": "^1.0.2",
82
- "serverless": "^4.30.0",
83
- "serverless-esbuild": "^1.57.0",
84
- "serverless-offline": "^14.4.0",
85
- "//end-lisa-force-dev-dependencies": ""
86
- }
87
- }
@@ -1,75 +0,0 @@
1
- {
2
- "scripts": {
3
- "//lisa-force-scripts-quality-assurance": "Required by Lisa in ci/cd, git hooks and claude hooks to ensure governance",
4
- "test": "NODE_ENV=test jest --passWithNoTests",
5
- "test:unit": "NODE_ENV=test jest --testPathIgnorePatterns=\"\\.integration\\.test\\.(ts|tsx)$\" --passWithNoTests",
6
- "test:integration": "NODE_ENV=test jest --testPathPatterns=\"\\.integration\\.test\\.(ts|tsx)$\" --passWithNoTests",
7
- "test:cov": "NODE_ENV=test jest --coverage",
8
- "lint": "eslint . --quiet",
9
- "lint:fix": "eslint . --fix",
10
- "lint:slow": "eslint . --config eslint.slow.config.ts --quiet",
11
- "typecheck": "tsc --noEmit",
12
- "format:check": "prettier --check .",
13
- "format": "prettier --check . --write",
14
- "knip": "knip",
15
- "knip:fix": "knip --fix",
16
- "sg:scan": "ast-grep scan",
17
- "build": "tsc",
18
- "//end-lisa-force-scripts-quality-assurance": "",
19
- "//lisa-force-scripts-operations": "Required by Lisa for standard operations for this project",
20
- "lisa:update": "npx @codyswann/lisa@latest .",
21
- "//end-lisa-force-scripts-operations": ""
22
- },
23
- "devDependencies": {
24
- "//lisa-force-dev-dependencies": "Required by Lisa to ensure all necessary dev dependencies are included for standard operations",
25
- "@commitlint/cli": "^20.3.1",
26
- "@commitlint/config-conventional": "^20.3.1",
27
- "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
28
- "@eslint/eslintrc": "^3.2.0",
29
- "@eslint/js": "^9.39.0",
30
- "eslint": "^9.39.0",
31
- "eslint-config-prettier": "^10.0.0",
32
- "eslint-import-resolver-typescript": "^4.4.4",
33
- "eslint-plugin-code-organization": "file:./eslint-plugin-code-organization",
34
- "eslint-plugin-import": "^2.32.0",
35
- "eslint-plugin-functional": "^9.0.0",
36
- "jiti": "^2.4.0",
37
- "eslint-plugin-jsdoc": "^61.5.0",
38
- "eslint-plugin-prettier": "^5.5.0",
39
- "eslint-plugin-sonarjs": "^3.0.0",
40
- "husky": "^8.0.0",
41
- "jscodeshift": "0.15.2",
42
- "lint-staged": "^16.2.7",
43
- "prettier": "^3.3.3",
44
- "standard-version": "^9.5.0",
45
- "ts-morph": "^27.0.2",
46
- "ts-node": "^10.9.2",
47
- "typescript": "~5.7.0",
48
- "typescript-eslint": "^8.0.0",
49
- "@types/fs-extra": "^11.0.0",
50
- "@types/lodash.merge": "^4.6.0",
51
- "@types/node": "^22.0.0",
52
- "tsx": "^4.0.0",
53
- "knip": "^5.0.0",
54
- "@ast-grep/cli": "^0.40.4",
55
- "@jest/test-sequencer": "^30.2.0",
56
- "@types/jest": "^30.0.0",
57
- "jest": "^30.0.0",
58
- "ts-jest": "^29.4.6",
59
- "//end-lisa-force-dev-dependencies": ""
60
- },
61
- "engines": {
62
- "//lisa-defaults-engines": "Suggested by Lisa to ensure consistent environment for CDK operations. Can be overridden by the user if necessary.",
63
- "npm": "please-use-bun",
64
- "yarn": "please-use-bun",
65
- "pnpm": "please-use-bun",
66
- "bun": ">= 1.3.5",
67
- "node": "22.21.1",
68
- "//end-lisa-defaults-engines": ""
69
- },
70
- "//lisa-merge-trusted-dependencies": "Suggested by Lisa to ensure that only trusted dependencies are used in this project",
71
- "trustedDependencies": [
72
- "@ast-grep/cli"
73
- ],
74
- "//end-lisa-merge-trusted-dependencies": ""
75
- }