Releases: workspace-json/agents-audit
v0.3.0 — Schema v0.3, four-property shape, all packages aligned
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`
v0.2.1 — Metadata refresh
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
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
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:
- https://www.npmjs.com/package/@workspacejson/spec
- https://www.npmjs.com/package/@workspacejson/rules
- https://www.npmjs.com/package/agents-audit
The repo and npm versions are aligned on 0.1.1 so the registry and GitHub history stay in lockstep.
v0.1.0
agents-audit v0.1.0
Published packages:
- https://www.npmjs.com/package/@workspacejson/spec
- https://www.npmjs.com/package/@workspacejson/rules
- https://www.npmjs.com/package/agents-audit
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/specships the JSON Schema and TypeScript types@workspacejson/rulesships the parser, scanner, validator, and rules engineagents-auditships the CLI, presentation layer, and report generator
See the repository README for setup, contribution, and security links.