JSPM

@workspacejson/spec

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 37
  • Score
    100M100P100Q67612F
  • License Apache-2.0

JSON Schema and TypeScript types for agents.workspace.json

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/spec

API

import { workspaceJsonSchema } from '@workspacejson/spec';
import type { WorkspaceJson } from '@workspacejson/spec';

Contents

  • schema/v1.json contains the published JSON Schema
  • src/index.ts re-exports the schema and type surface
  • src/types.ts holds the TypeScript representation

Notes

  • The package publishes only schema, generated types, and package metadata
  • The schema is intended to be consumed by agents-audit and external tools that validate agents.workspace.json