Skip to content

Releases: prochattools/prochat-workbench

ProChat Workbench Local 1.2.13-beta

Pre-release

Choose a tag to compare

@stevewesthoek stevewesthoek released this 03 Jul 20:14

ProChat Workbench Local 1.2.13-beta

This is the first public prerelease of ProChat Workbench Local.

Licensing

ProChat Workbench Local is published under AGPL-3.0-only.

The public repository includes:

  • LICENSE with the full GNU Affero General Public License v3 text;
  • NOTICE.md with copyright and attribution notices;
  • COMMERCIAL-LICENSING.md describing separate commercial/OEM licensing boundaries;
  • TRADEMARKS.md describing trademark boundaries;
  • SECURITY.md for vulnerability reporting.

Provenance

This release was generated from the private authoritative source using the deterministic public snapshot exporter.

  • Public base before release: 8230c738ab00bb15533193ad09a357264c8d551c
  • Public release commit: 901763eb385cb1b6ae18ecb4bea4fec5d206eaee
  • Public tag: v1.2.13-beta
  • Snapshot source commit: d2d0a0de2d99eee8487aabad842ff406fb2c0a70
  • Public snapshot size: 245 files
  • Public license: AGPL-3.0-only
  • Automatic publishing: disabled

The repository includes PUBLIC-SOURCE.json and PUBLIC-FILES.json for source provenance and SHA-256 file hashes.

What changed

This release replaces the previous public tree with the validated public snapshot for Workbench Local.

  • 10 files added
  • 24 files modified
  • 122 files removed
  • 156 changed paths total

The cleanup removes private/internal reports, generated Graphify output, environment files, generated Shared artifacts, internal roadmap material, and legacy operational scripts that are not part of the Workbench Local public scope.

Installation and local use

Clone the repository and install dependencies with pnpm:

git clone https://github.com/prochattools/prochat-workbench.git
cd prochat-workbench
pnpm install --frozen-lockfile

Useful validation commands:

pnpm type-check
pnpm verify:command-runner
pnpm verify:packet-lifecycle
pnpm verify:gpt-actions
pnpm test:workbench-response-size

The package manifests remain private: true; this prerelease is a source release, not an npm package publication.

Validation evidence

Before publication, the release was validated in an isolated checkout:

  • all public JSON files validated;
  • public-scope audit passed;
  • offline frozen-lockfile install passed;
  • Shared package build passed;
  • full workspace type checks passed;
  • command-runner regression suite passed;
  • packet lifecycle suite passed;
  • Custom GPT/OpenAPI contract validation passed;
  • response-size regression passed;
  • snapshot provenance, forbidden-content rules, required licensing files, and SHA-256 hashes passed.

Upgrade notes

Existing clones of the earlier public repository will see a large tree cleanup. Pulling this prerelease removes files that were intentionally excluded from the public Workbench Local scope.

No repository settings, branch protections, collaborators, secrets, or visibility settings were changed as part of this release.