Releases: prochattools/prochat-workbench
Release list
ProChat Workbench Local 1.2.13-beta
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:
LICENSEwith the full GNU Affero General Public License v3 text;NOTICE.mdwith copyright and attribution notices;COMMERCIAL-LICENSING.mddescribing separate commercial/OEM licensing boundaries;TRADEMARKS.mddescribing trademark boundaries;SECURITY.mdfor 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-lockfileUseful validation commands:
pnpm type-check
pnpm verify:command-runner
pnpm verify:packet-lifecycle
pnpm verify:gpt-actions
pnpm test:workbench-response-sizeThe 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.