OrgScript v0.9.6
OrgScript v0.9.6 improves the LittleHorse exporter scaffolding and tightens the editor polish and trust guidance that ship with the release.
Highlights
- upgraded LittleHorse export to emit a real workflow constructor with kebab-case workflow names
- added
--littlehorse-realfor a stub-only scaffold without comment-only lines - mapped
if / else if / elseto explicit chaining and addedwf.declare*stubs - refined VS Code TextMate scopes for operators and dotted references
- added local testing guidance for the VS Code extension
Why this matters
The LittleHorse exporter now produces a scaffold that is closer to real code, while still being explicit about its experimental status. This makes it easier for developers to move from OrgScript intent to LittleHorse implementation without over-promising runtime behavior.
Verification
Confirmed on the release preparation state:
npm testnpm run check:allnode ./bin/orgscript.js export littlehorse ./examples/craft-business-lead-to-order.orgsnode ./bin/orgscript.js export littlehorse ./examples/craft-business-lead-to-order.orgs --littlehorse-realnode ./bin/orgscript.js help export
Project status
OrgScript remains a human-readable, AI-friendly description language for business logic and operational systems.