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.mdand 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 testnpm run check:allnode ./bin/orgscript.js export markdown ./examples/lead-qualification.orgs --with-annotationsnode ./bin/orgscript.js export context ./examples/lead-qualification.orgsnode ./bin/orgscript.js help export
Project status
OrgScript remains a human-readable, AI-friendly description language for business logic and operational systems.