@codyswann/lisa 1.10.0 → 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 (40) 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/expo/copy-overwrite/knip.json +0 -1
  25. package/expo/tagged-merge/package.lisa.json +131 -0
  26. package/nestjs/tagged-merge/package.lisa.json +73 -0
  27. package/package.json +2 -10
  28. package/typescript/copy-overwrite/knip.json +3 -2
  29. package/typescript/tagged-merge/package.lisa.json +73 -0
  30. package/cdk/tagged-merge/package.json +0 -37
  31. package/expo/tagged-merge/package.json +0 -145
  32. package/nestjs/tagged-merge/package.json +0 -87
  33. package/typescript/tagged-merge/package.json +0 -76
  34. /package/cdk/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
  35. /package/cdk/{copy-overwrite → create-only}/.github/workflows/deploy.yml +0 -0
  36. /package/expo/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
  37. /package/expo/{copy-overwrite → create-only}/.github/workflows/deploy.yml +0 -0
  38. /package/nestjs/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
  39. /package/nestjs/{copy-overwrite → create-only}/.github/workflows/deploy.yml +0 -0
  40. /package/typescript/{copy-overwrite → create-only}/.github/workflows/ci.yml +0 -0
@@ -1,76 +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
- "prepare": "tsc || husky install || true",
19
- "//end-lisa-force-scripts-quality-assurance": "",
20
- "//lisa-force-scripts-operations": "Required by Lisa for standard operations for this project",
21
- "lisa:update": "npx @codyswann/lisa@latest .",
22
- "//end-lisa-force-scripts-operations": ""
23
- },
24
- "devDependencies": {
25
- "//lisa-force-dev-dependencies": "Required by Lisa to ensure all necessary dev dependencies are included for standard operations",
26
- "@commitlint/cli": "^20.3.1",
27
- "@commitlint/config-conventional": "^20.3.1",
28
- "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
29
- "@eslint/eslintrc": "^3.2.0",
30
- "@eslint/js": "^9.39.0",
31
- "eslint": "^9.39.0",
32
- "eslint-config-prettier": "^10.0.0",
33
- "eslint-import-resolver-typescript": "^4.4.4",
34
- "eslint-plugin-code-organization": "file:./eslint-plugin-code-organization",
35
- "eslint-plugin-import": "^2.32.0",
36
- "eslint-plugin-functional": "^9.0.0",
37
- "jiti": "^2.4.0",
38
- "eslint-plugin-jsdoc": "^61.5.0",
39
- "eslint-plugin-prettier": "^5.5.0",
40
- "eslint-plugin-sonarjs": "^3.0.0",
41
- "husky": "^8.0.0",
42
- "jscodeshift": "0.15.2",
43
- "lint-staged": "^16.2.7",
44
- "prettier": "^3.3.3",
45
- "standard-version": "^9.5.0",
46
- "ts-morph": "^27.0.2",
47
- "ts-node": "^10.9.2",
48
- "typescript": "~5.7.0",
49
- "typescript-eslint": "^8.0.0",
50
- "@types/fs-extra": "^11.0.0",
51
- "@types/lodash.merge": "^4.6.0",
52
- "@types/node": "^22.0.0",
53
- "tsx": "^4.0.0",
54
- "knip": "^5.0.0",
55
- "@ast-grep/cli": "^0.40.4",
56
- "@jest/test-sequencer": "^30.2.0",
57
- "@types/jest": "^30.0.0",
58
- "jest": "^30.0.0",
59
- "ts-jest": "^29.4.6",
60
- "//end-lisa-force-dev-dependencies": ""
61
- },
62
- "engines": {
63
- "//lisa-defaults-engines": "Suggested by Lisa to ensure consistent environment for CDK operations. Can be overridden by the user if necessary.",
64
- "npm": "please-use-bun",
65
- "yarn": "please-use-bun",
66
- "pnpm": "please-use-bun",
67
- "bun": ">= 1.3.5",
68
- "node": "22.21.1",
69
- "//end-lisa-defaults-engines": ""
70
- },
71
- "//lisa-merge-trusted-dependencies": "Suggested by Lisa to ensure that only trusted dependencies are used in this project",
72
- "trustedDependencies": [
73
- "@ast-grep/cli"
74
- ],
75
- "//end-lisa-merge-trusted-dependencies": ""
76
- }