You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2026. It is now read-only.
description: "The open specification for AI agent workspace context files: RFC-style prose with schema, stability annotations, and security considerations."
4
4
tableOfContents: true
5
5
sidebar:
6
6
order: 1
7
7
label: Spec v0.1
8
8
---
9
9
10
-
The document specifies workspace.json v0.1, a JSON file format
10
+
The document specifies agents.workspace.json v0.1, a JSON file format
11
11
for structured codebase intelligence consumed by AI coding agents.
12
12
It is proposed as a complement to the AGENTS.md convention, which
13
13
specifies prose instructions for agents. Where AGENTS.md addresses
14
-
the prescriptive layer (what agents should do), workspace.json
14
+
the prescriptive layer (what agents should do), agents.workspace.json
15
15
addresses the descriptive layer (what is true about the codebase).
16
16
17
17
This repository contains the canonical spec and a JSON Schema. Use the
0 commit comments