Documentation site for the workspace.json open convention.
Built with Astro Starlight.
This is the source for the workspace.json specification documentation at workspacejson.dev. It contains the v0.1 spec, examples, governance docs, and reference for the agents-audit CLI.
The spec source lives in src/content/docs/spec.mdx. The JSON Schema is available at workspacejson.dev/schema/v1.json.
npm install
npm run devSite runs at localhost:4321.
Corrections and improvements to the documentation are welcome via pull request.
Substantive changes to the specification itself should go through the RFC process at github.com/workspacejson/standard/tree/main/packages/spec, not here.
Adding your tool to the implementations list: If your tool reads or writes workspace.json, open a PR editing src/content/docs/implementations.mdx. Add one line with your tool name, a link, and one sentence on what it does. We list any tool that documents workspace.json support in its public docs.
See governance for how the spec is maintained.
Open an issue for documentation bugs, broken links, or spec clarification questions.
Apache 2.0. See LICENSE.