Skip to content

Commit b8c8767

Browse files
committed
chore: update docs, workflows, and dependencies
- Update CI workflow SHAs to latest versions - Reorganize documentation to guides directory - Update CLAUDE.md with simplified standards - Update package.json scripts and dependencies - Update pnpm lockfile - Remove redundant CI_TESTING.md
1 parent 40e229f commit b8c8767

File tree

13 files changed

+325
-1714
lines changed

13 files changed

+325
-1714
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ permissions:
1717
jobs:
1818
ci:
1919
name: Run CI Pipeline
20-
uses: SocketDev/socket-registry/.github/workflows/ci.yml@17c8e09407f67149512e95e082a9c77dfe8e27a4 # main
20+
uses: SocketDev/socket-registry/.github/workflows/ci.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
2121
with:
22-
coverage-script: 'pnpm run test:unit:coverage'
23-
coverage-report-script: 'pnpm run coverage:percent --json'
22+
coverage-script: 'pnpm run cover --code-only'
23+
coverage-report-script: 'pnpm run cover --summary'
2424
fail-fast: false
2525
lint-script: 'pnpm run lint-ci'
2626
node-versions: '[20, 22, 24]'

.github/workflows/claude-auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ permissions:
1515

1616
jobs:
1717
auto-review:
18-
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@17c8e09407f67149512e95e082a9c77dfe8e27a4 # main
18+
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
1919
secrets:
2020
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ permissions:
2222

2323
jobs:
2424
claude:
25-
uses: SocketDev/socket-registry/.github/workflows/claude.yml@17c8e09407f67149512e95e082a9c77dfe8e27a4 # main
25+
uses: SocketDev/socket-registry/.github/workflows/claude.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
2626
secrets:
2727
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
publish:
24-
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@17c8e09407f67149512e95e082a9c77dfe8e27a4 # main
24+
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
2525
with:
2626
debug: ${{ inputs.debug }}
2727
package-name: '@socketregistry/packageurl-js'

.github/workflows/socket-auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424

2525
jobs:
2626
socket-auto-pr:
27-
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@17c8e09407f67149512e95e082a9c77dfe8e27a4 # main
27+
uses: SocketDev/socket-registry/.github/workflows/socket-auto-pr.yml@a912e5bd8ec469d2ee13abf592a6b2e5898c006c # main
2828
with:
2929
debug: ${{ inputs.debug }}
3030
autopilot: true

CI_TESTING.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)