Skip to content

Commit 9352b6a

Browse files
Refactor AI features planning
1 parent 8d18fbb commit 9352b6a

4 files changed

Lines changed: 516 additions & 47 deletions

File tree

.claude/settings.local.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
"Bash(git add blogs/series-2-dotnet-api/2.1-dotnet-clean-architecture.md)",
77
"Bash(git commit -m \"Add brief EasyCaching mention to 2.1 clean architecture article\")",
88
"Bash(git push)",
9-
"Bash(gh pr:*)"
9+
"Bash(gh pr:*)",
10+
"Bash(node -e \"console.log\\(require\\('c:/apps/AngularNetTutotial/node_modules/playwright/package.json'\\).version\\)\")",
11+
"Bash(node -e \"console.log\\(require\\('c:/apps/AngularNetTutotial/Tests/AngularNetTutorial-Playwright/node_modules/playwright/package.json'\\).version\\)\")",
12+
"Bash(npx playwright:*)",
13+
"Bash(npm show:*)",
14+
"Bash(npm install:*)",
15+
"Bash(powershell.exe -NoProfile -ExecutionPolicy Bypass -Command \"Get-Content 'c:/apps/AngularNetTutotial/Tests/AngularNetTutorial-Playwright/scripts/speak.ps1' | Select-Object -First 10\")",
16+
"Bash(powershell.exe -NoProfile -ExecutionPolicy Bypass -File \"c:/apps/AngularNetTutotial/Tests/AngularNetTutorial-Playwright/scripts/speak.ps1\" -Text \"Test audio.\" -OutputPath \"c:/apps/AngularNetTutotial/Tests/AngularNetTutorial-Playwright/scripts/test.wav\")",
17+
"Bash(node -e \"const p = require\\('c:/apps/AngularNetTutotial/node_modules/@playwright/test/package.json'\\); console.log\\(JSON.stringify\\(p.dependencies, null, 2\\)\\)\")",
18+
"Bash(xargs grep:*)"
1019
],
1120
"deny": [],
1221
"ask": []

0 commit comments

Comments
 (0)