You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update documentation to use stub terminology
- Rename BOOTSTRAP_UPDATE_FLOW.md to STUB_EXECUTION_FLOW.md
- Update all references from bootstrap to stub
- Clarify that binaries use yao-pkg, not Node.js native SEA
- Update flow diagrams to reflect stub architecture
Copy file name to clipboardExpand all lines: docs/STUB_EXECUTION_FLOW.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Bootstrap Node.js Juggling & Update Flow
1
+
# Stub Execution & Update Flow
2
2
3
-
This document describes the complete flow of Socket CLI's bootstrap mechanism, including Node.js runtime selection, update checking logic, and permission handling.
3
+
This document describes the complete flow of Socket CLI's stub execution mechanism, including Node.js runtime selection, update checking logic, and permission handling.
4
4
5
5
## Directory Structure
6
6
@@ -32,13 +32,13 @@ This document describes the complete flow of Socket CLI's bootstrap mechanism, i
0 commit comments