OrgScript v0.9.3
OrgScript v0.9.3 is a packaging correction release for npm distribution.
The unscoped package name orgscript was rejected by npm because it is too similar to an existing package. This release moves the package to the scoped name @dkfuh/orgscript while preserving the CLI command name orgscript.
Highlights
- renamed the npm package to
@dkfuh/orgscript - kept the installed CLI command name as
orgscript - updated installation guidance for the scoped package
- re-verified scoped public publish readiness
Package distribution
- install from npm with:
npm install -g @dkfuh/orgscript- publish publicly with:
npm publish --access publicVerification
Confirmed on the release preparation state:
npm testnpm run check:allnpm pack --jsonnpm publish --dry-run --access public- local global install test from the packaged tarball
orgscript --versionorgscript check ./examples/craft-business-lead-to-order.orgs
Project status
OrgScript remains a human-readable, AI-friendly description language for business logic and operational systems.
v0.9.3 makes the npm distribution path viable under the maintainer-owned scoped package name.