Skip to content

0.9.6 LittleHorse exporter v2 scaffolds and VS Code polish

Latest

Choose a tag to compare

@DKFuH DKFuH released this 03 Apr 14:00

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-real for a stub-only scaffold without comment-only lines
  • mapped if / else if / else to explicit chaining and added wf.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 test
  • npm run check:all
  • node ./bin/orgscript.js export littlehorse ./examples/craft-business-lead-to-order.orgs
  • node ./bin/orgscript.js export littlehorse ./examples/craft-business-lead-to-order.orgs --littlehorse-real
  • node ./bin/orgscript.js help export

Project status

OrgScript remains a human-readable, AI-friendly description language for business logic and operational systems.