Skip to content

docs: fix incorrect process.exit() requirement in claude skill#190

Merged
cs01 merged 1 commit intomainfrom
fix-skill-process-exit
Mar 10, 2026
Merged

docs: fix incorrect process.exit() requirement in claude skill#190
cs01 merged 1 commit intomainfrom
fix-skill-process-exit

Conversation

@cs01
Copy link
Copy Markdown
Owner

@cs01 cs01 commented Mar 10, 2026

Summary

  • The skill doc incorrectly stated that process.exit() is required at the end of synchronous programs
  • The compiler generates ret i32 0 at the end of main(), so programs exit implicitly
  • Updated to say process.exit() is only needed to exit early with a specific code

🤖 Generated with Claude Code

@cs01 cs01 merged commit ee89880 into main Mar 10, 2026
12 checks passed
@cs01 cs01 deleted the fix-skill-process-exit branch March 12, 2026 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant