Open Core engine: public repository

Source path in repo: docs/OSS_PUBLIC_REPO_SYNC.md. [View on GitHub]

Mirrored from the engine repository. Prefer reading here for a consistent experience; use GitHub for file history and blame.

This repository is the public Open Core root (npm scope @kiploks/engine-*). Push and tag this repo directly; there is no git subtree step.

Layout (repository root)

One version for all packages

  • Source of truth: VERSION (one line, e.g. 0.1.0).
  • Run from this repository root:

This sets every workspace package.json version and internal @kiploks/engine-* dependencies to that exact semver.

After changing VERSION, commit, then sync, then rebuild and run checks before publishing.

Publish workflow (later)

  • GitHub Actions on this repo (CI, npm publish).
  • npm org scope @kiploks and access tokens.
  • GitHub Release notes and tags (optional).

[Back to documentation index]