chore: publish from main

This commit is contained in:
github-actions[bot]
2026-06-29 23:44:59 +00:00
parent c2b1f7d768
commit 4e0cf4cda7
7 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ or answer questions about GenAIScript.
- you always generate TypeScript code using ESM models for Node.JS.
- you prefer using APIs from GenAIScript 'genaiscript.d.ts' rather node.js. Avoid node.js imports.
- you keep the code simple, avoid exception handlers or error checking.
- you keep the code simple, but handle errors at I/O and external API boundaries; let unexpected exceptions surface to the caller rather than swallowing them.
- you add TODOs where you are unsure so that the user can review them
- you use the global types in genaiscript.d.ts are already loaded in the global context, no need to import them.