Skip to content

Implementations

This page lists tools that read or generate workspace.json.

At v0.3, the spec is newly published. Tool authors: if you ship workspace.json support, please open a PR to add your tool here. We list any tool that documents workspace.json reading or writing in its public docs.

Tools that write agents.workspace.json:

Tools that read agents.workspace.json:

ApproachCadenceBest ForExample
Daemon-based (behavioral)ContinuousTeams wanting real-time fragility dataVreko
Commit hookPer commitLightweight, CI-friendlyDIY with @workspacejson/spec
CI scheduledPer PR or scheduleCI-first workflowsGitHub Actions + @workspacejson/spec
ManualOn demandMinimal valid file bootstrapHand-authored with schema validation
PackageDescription
agents-auditThe CLI audit tool
@workspacejson/specJSON Schema and TypeScript types for agents.workspace.json
@workspacejson/rulesThe deterministic rule engine

If your tool reads or writes workspace.json, open a PR to add it here.

Requirements: the tool must document workspace.json reading or writing in its public docs. See the spec for the schema and the JSON Schema for validation.

View the contributing guide →


(More implementations will be listed as they emerge.)