1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

[PM-29235] Make a claude skill that modernizes angular code (#17445)

Experiment at creating a claude skill for modernizing Angular code.
This commit is contained in:
Oscar Hinton
2025-12-05 13:36:52 +01:00
committed by GitHub
parent ff7b625851
commit c036ffd775
3 changed files with 410 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ jobs:
! -path "*/Cargo.lock" \
! -path "./apps/desktop/macos/*" \
! -path "*/CLAUDE.md" \
! -path "*/SKILL.md" \
> tmp.txt
diff <(sort .github/whitelist-capital-letters.txt) <(sort tmp.txt)