Skip to content

Releases: workspace-json/agents-audit

v0.3.0 — Schema v0.3, four-property shape, all packages aligned

13 May 16:31

Choose a tag to compare

v0.3.0 (2026-05-12)

Major version. Schema shape aligned with jnuyens/gsd-plugin v2.42.3, the first shipped consumer integration.

Breaking changes

  • Four-property shape: `manual`, `generated`, `agents`, `health` (was: flat with `version`, `health`, `files`, `agents`)
  • Canonical path: `.agents/agents.workspace.json`
  • Per-file intelligence at `generated.fileIndex`; framework detection at `generated.frameworkManifest`

Packages

  • `@workspacejson/spec@0.3.0`
  • `@workspacejson/rules@0.3.0`
  • `agents-audit@0.3.0`

Full details: CHANGELOG · spec

v0.2.1 — Metadata refresh

11 May 01:51

Choose a tag to compare

Patch release to align the published agents-audit and @workspacejson/rules packages with the standalone spec repo and refreshed npm ownership metadata.

v0.2.0 — Canonical path update

10 May 23:25

Choose a tag to compare

The CLI now writes .agents/agents.workspace.json, prefers the canonical path, and retains root-path fallback during the v0.x migration window. Published package metadata now pins @workspacejson/spec externally.

v0.1.1

07 May 00:27

Choose a tag to compare

agents-audit v0.1.1

This release refreshes the package surfaces for npm discoverability and maturity:

  • Added discoverability keywords to @workspacejson/spec
  • Added discoverability keywords to @workspacejson/rules
  • Added maturity and discoverability keywords to agents-audit
  • Kept the monorepo provenance links intact across all package manifests
  • Hardened the CLI executable contract and regression tests

Published packages:

The repo and npm versions are aligned on 0.1.1 so the registry and GitHub history stay in lockstep.

v0.1.0

06 May 17:26

Choose a tag to compare

agents-audit v0.1.0

Published packages:

This release corresponds to the initial monorepo publication for the agents-audit family.
It aligns the GitHub release tag with the npm package versions so the repo and registry
history are easy to follow.

Highlights:

  • @workspacejson/spec ships the JSON Schema and TypeScript types
  • @workspacejson/rules ships the parser, scanner, validator, and rules engine
  • agents-audit ships the CLI, presentation layer, and report generator

See the repository README for setup, contribution, and security links.