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

Commit 548434d

Browse files
committed
Rename workspace file references
1 parent 7d91f5f commit 548434d

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

examples/examples.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Examples
3-
description: Real and synthesized workspace.json files from public repositories showing the spec in practice.
3+
description: Real and synthesized agents.workspace.json files from public repositories showing the spec in practice.
44
tableOfContents: false
55
sidebar:
66
order: 3
77
label: Examples
88
---
99

10-
Three workspace.json examples: a TypeScript monorepo, a Python single-package
10+
Three agents.workspace.json examples: a TypeScript monorepo, a Python single-package
1111
project, and a polyglot repository. Each is synthesized from real open-source
1212
repository structures and labeled as such.
1313

examples/minimal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"generatedAt": "2026-05-06T00:00:00.000Z"
55
},
66
"manual": {
7-
"description": "Minimal sample workspace.json demonstrating the required generated.version field."
7+
"description": "Minimal sample agents.workspace.json demonstrating the required generated.version field."
88
}
99
}

spec.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: workspace.json Specification v0.1
2+
title: agents.workspace.json Specification v0.1
33
description: "The open specification for AI agent workspace context files: RFC-style prose with schema, stability annotations, and security considerations."
44
tableOfContents: true
55
sidebar:
66
order: 1
77
label: Spec v0.1
88
---
99

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
1111
for structured codebase intelligence consumed by AI coding agents.
1212
It is proposed as a complement to the AGENTS.md convention, which
1313
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
1515
addresses the descriptive layer (what is true about the codebase).
1616

1717
This repository contains the canonical spec and a JSON Schema. Use the
@@ -23,4 +23,4 @@ for community guidelines.
2323

2424
## 9. Contributing
2525

26-
The specification is developed in public at
26+
The specification is developed in public at

0 commit comments

Comments
 (0)