|
| 1 | +# OrgScript v0.9.0-rc1 |
| 2 | + |
| 3 | +OrgScript v0.9.0-rc1 is the first packaging and distribution release candidate. |
| 4 | + |
| 5 | +This release candidate focuses on making OrgScript easier to consume beyond the repository itself: as a package, as a VS Code extension project, and as a generated documentation/demo surface. |
| 6 | + |
| 7 | +## Highlights |
| 8 | + |
| 9 | +- release-candidate packaging metadata aligned for npm-style distribution |
| 10 | +- cleaner package entry via `src/index.js` |
| 11 | +- improved repository metadata for GitHub-facing consumption |
| 12 | +- VS Code extension package prepared for external distribution |
| 13 | +- GitHub Pages-style docs/site publishing support |
| 14 | +- DE/EN handbook-style manuals and completed showcase artifacts |
| 15 | + |
| 16 | +## Packaging and distribution |
| 17 | + |
| 18 | +- aligned the root package version to `0.9.0-rc1` |
| 19 | +- aligned the VS Code extension package version to `0.9.0-rc1` |
| 20 | +- kept `bin/`, `src/`, `spec/`, and release-facing root files in the package file list |
| 21 | +- retained the CLI and library entry layout for downstream usage |
| 22 | + |
| 23 | +## Editor and docs distribution |
| 24 | + |
| 25 | +- prepared the VS Code extension package metadata for marketplace-facing usage |
| 26 | +- kept the OrgScript syntax-highlighting extension consistent with the release candidate version |
| 27 | +- added DE/EN handbook material for easier onboarding outside the code-first audience |
| 28 | +- completed missing Mermaid showcase artifacts in the docs flow |
| 29 | +- kept the generated docs-site entry aligned with the current release candidate version |
| 30 | + |
| 31 | +## Verification |
| 32 | + |
| 33 | +Confirmed on the release-candidate preparation state: |
| 34 | + |
| 35 | +- `npm test` |
| 36 | +- `npm run check:all` |
| 37 | +- `node ./bin/orgscript.js check ./examples/craft-business-lead-to-order.orgs` |
| 38 | +- `node ./bin/orgscript.js check ./examples/craft-business-lead-to-order.orgs --json` |
| 39 | +- `node ./bin/orgscript.js export markdown ./examples/order-approval.orgs` |
| 40 | +- `node ./bin/orgscript.js export mermaid ./examples/order-approval.orgs` |
| 41 | + |
| 42 | +## Project status |
| 43 | + |
| 44 | +OrgScript remains a human-readable, AI-interpretable description language for business logic, processes, rules, roles, policies, events, and operational systems. |
| 45 | + |
| 46 | +v0.9.0-rc1 is about readiness for broader distribution, not new language surface. |
0 commit comments