Package Exports
- @workspacejson/spec
- @workspacejson/spec/schema
Readme
@workspacejson/spec
JSON Schema and TypeScript types for agents.workspace.json.
This package is published from the agents-audit workspace and is the canonical
specification package for the workspace metadata format.
Install
pnpm add @workspacejson/specAPI
import { workspaceJsonSchema } from '@workspacejson/spec';
import type { WorkspaceJson } from '@workspacejson/spec';Contents
schema/v1.jsoncontains the published JSON Schemasrc/index.tsre-exports the schema and type surfacesrc/types.tsholds the TypeScript representation
Notes
- The package publishes only schema, generated types, and package metadata
- The schema is intended to be consumed by
agents-auditand external tools that validateagents.workspace.json