Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Releases: workspace-json/spec

workspace.json v0.2.1 — Metadata refresh

11 May 01:44

Choose a tag to compare

Metadata-only patch release that republishes the standalone spec package with the correct repository and canonical-path framing.

workspace.json v0.2.0 — Canonical path update

10 May 23:25

Choose a tag to compare

Canonical workspace path is now .agents/agents.workspace.json. The legacy root path remains a v0.x read fallback. Repository metadata now points at the standalone workspace-json/spec repo.

workspace.json v0.1.0 — Initial specification

06 May 12:49

Choose a tag to compare

workspace.json v0.1.0

Initial public release of the workspace.json specification.

Whats included

  • Core spec document defining the manual, generated, agents, and health sections
  • JSON Schema at schema/v1.json (JSON Schema Draft 2020-12)
  • Three reference examples: TypeScript monorepo, Python single-package, polyglot repository
  • CONTRIBUTING.md with RFC process for substantive changes
  • GOVERNANCE.md with maintainership model and AAIF donation intent
  • CODE_OF_CONDUCT.md (Contributor Covenant)
  • Apache 2.0 license across all artifacts

Stability

All top-level sections (manual, generated, agents, health) are stable for v0.x.
Fields marked [experimental] in the schema may change without a version bump.
Breaking changes will not be introduced within the v0.x series without explicit changelog notice.

Documentation

Full specification documentation at https://workspacejson.dev

Schema endpoint

JSON Schema available at https://workspacejson.dev/schema/v1.json