Skip to content

Commit b42ebcb

Browse files
committed
refactor: rename "Smol Node Binaries" to "Smol Binaries"
Simplify naming for consistency across workflows, tests, and docs: - build-smol.yml: workflow name and summary - test files: binary display name - CLAUDE.md: documentation section
1 parent bac3821 commit b42ebcb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-smol.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ⚡ Smol Node Binaries
1+
name: ⚡ Smol Binaries
22

33
on:
44
workflow_call:
@@ -513,7 +513,7 @@ jobs:
513513
steps:
514514
- name: Generate summary
515515
run: |
516-
echo "# ⚡ Socket Smol Node Build" >> $GITHUB_STEP_SUMMARY
516+
echo "# ⚡ Socket Smol Build" >> $GITHUB_STEP_SUMMARY
517517
echo "" >> $GITHUB_STEP_SUMMARY
518518
519519
# Check status of dependencies.

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if (!!cli.flags['dryRun']) {
9292

9393
**Pattern 3: No Implementation (~24 commands)** - Interactive/auth commands
9494

95-
### Smol Node.js Binary
95+
### Smol Binary
9696
- **Locations**: `.node-source/out/Release/node`, `build/out/Release/node`
9797

9898
### Socket Node.js Patches

packages/cli/test/e2e/binary-test-suite.e2e.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const BINARIES = {
5050
'build',
5151
],
5252
enabled: !!process.env.TEST_SMOL_BINARY,
53-
name: 'Smol Node.js Binary',
53+
name: 'Smol Binary',
5454
path: path.join(
5555
MONOREPO_ROOT,
5656
'packages/node-smol-builder/dist/socket-smol',

packages/cli/test/integration/binary/binary-test-suite.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const BINARIES = {
5555
'build',
5656
],
5757
enabled: !!process.env.TEST_SMOL_BINARY,
58-
name: 'Smol Node.js Binary',
58+
name: 'Smol Binary',
5959
path: path.join(
6060
MONOREPO_ROOT,
6161
'packages/node-smol-builder/dist/socket-smol',

0 commit comments

Comments
 (0)