Skip to content

v0.9.5

Latest

Choose a tag to compare

@DKFuH DKFuH released this 01 Apr 07:47
· 9 commits to main since this release

OrgScript v0.9.5

OrgScript v0.9.5 introduces additional export targets and clarifies their trust level. It also improves AI/tooling guidance on exporter trust and documents the current security posture for enterprise review.

Highlights

  • added new export targets: BPMN skeleton, PlantUML skeleton, LittleHorse scaffold, Graph JSON, and Contract JSON
  • added an exporter maturity matrix to the README and manuals
  • added explicit exporter trust guidance for AI/tooling consumers
  • tightened CLI export help with a minimal trust-level note
  • documented security posture in SECURITY.md and summarized it in the README

Why this matters

As OrgScript adds more export targets, the trust level of each output matters. v0.9.5 makes those expectations explicit for people and for machines, reducing false assumptions about stability.

Verification

Confirmed on the release preparation state:

  • npm test
  • npm run check:all
  • node ./bin/orgscript.js export markdown ./examples/lead-qualification.orgs --with-annotations
  • node ./bin/orgscript.js export context ./examples/lead-qualification.orgs
  • node ./bin/orgscript.js help export

Project status

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