Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ Decision tree:
- **MANDATORY**: All actions reference commit SHAs not tags: `uses: owner/repo@sha # vX.Y.Z`
- **Reusable workflows**: Create in socket-registry, reference from other projects
- **Standard SHAs**: actions/checkout@v5, pnpm/action-setup@v4, actions/setup-node@v5, actions/upload-artifact@v4
- **NEVER use `sed` to edit YAML workflow files** — use the Edit tool with exact string matching. `sed` silently clobbers YAML content (SHAs, quoting, indentation)

### Dependency Alignment (MANDATORY)

Expand Down
Loading