Package Exports
- @workspacejson/spec
- @workspacejson/spec/schema
Readme
@workspacejson/spec
JSON Schema and TypeScript types for .agents/agents.workspace.json.
This repository is the canonical specification source 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 validate.agents/agents.workspace.json - Governance, security, and contribution policy live in the repo root