Skip to content

v0.9.3 — scoped npm package publish for @dkfuh/orgscript

Latest

Choose a tag to compare

@DKFuH DKFuH released this 30 Mar 07:40
· 1 commit to main since this release

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 public

Verification

Confirmed on the release preparation state:

  • npm test
  • npm run check:all
  • npm pack --json
  • npm publish --dry-run --access public
  • local global install test from the packaged tarball
  • orgscript --version
  • orgscript 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.