JSPM

@workspacejson/spec

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

JSON Schema and TypeScript types for .agents/agents.workspace.json

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/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/agents.workspace.json
  • Governance, security, and contribution policy live in the repo root