Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 3de7411

Browse files
committed
deprecated: redirect to agents-audit monorepo
1 parent e5129fc commit 3de7411

1 file changed

Lines changed: 13 additions & 30 deletions

File tree

README.md

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,13 @@
1-
# @workspacejson/spec
2-
3-
JSON Schema and TypeScript types for `.agents/agents.workspace.json`.
4-
5-
This repository is the canonical specification source for the workspace metadata format.
6-
7-
## Install
8-
9-
```bash
10-
pnpm add @workspacejson/spec
11-
```
12-
13-
## API
14-
15-
```ts
16-
import { workspaceJsonSchema } from '@workspacejson/spec';
17-
import type { WorkspaceJson } from '@workspacejson/spec';
18-
```
19-
20-
## Contents
21-
22-
- `schema/v1.json` contains the published JSON Schema
23-
- `src/index.ts` re-exports the schema and type surface
24-
- `src/types.ts` holds the TypeScript representation
25-
26-
## Notes
27-
28-
- The package publishes only schema, generated types, and package metadata
29-
- The schema is intended to be consumed by `agents-audit` and external tools that validate `.agents/agents.workspace.json`
30-
- Governance, security, and contribution policy live in the repo root
1+
# @workspacejson/spec — Deprecated Repository
2+
3+
> **This repository has been deprecated.**
4+
>
5+
> The canonical workspace.json specification now lives in the [agents-audit monorepo](https://github.com/workspace-json/agents-audit/tree/main/packages/spec).
6+
>
7+
> - **Spec source**: [packages/spec/](https://github.com/workspace-json/agents-audit/tree/main/packages/spec)
8+
> - **JSON Schema**: [packages/spec/schema/v1.json](https://github.com/workspace-json/agents-audit/blob/main/packages/spec/schema/v1.json)
9+
> - **Rendered spec**: [workspacejson.dev/spec/](https://www.workspacejson.dev/spec/)
10+
> - **npm package**: [@workspacejson/spec@0.3.0](https://www.npmjs.com/package/@workspacejson/spec)
11+
> - **Current release**: v0.3.0
12+
13+
This repository may be archived. All active development happens in the monorepo.

0 commit comments

Comments
 (0)