From 8e19086f352854a1c0652acfcbc1a7cd01486b57 Mon Sep 17 00:00:00 2001 From: Qwynn Marcelle Date: Tue, 21 Jul 2026 18:30:44 -0400 Subject: [PATCH] docs: clarify generated and manual workspace evidence --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3482302..fe6f8a3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ gives AI coding agents structured context about your repository. **Shipped consumer integrations:** - [Buildomator (formerly gsd-plugin)](https://buildomator.com) — independent Claude Code implementation reading `.agents/workspace.json` at SessionStart +- [`@workspacejson/codex-mcp`](https://www.npmjs.com/package/@workspacejson/codex-mcp) — Codex MCP server for consulting repository intelligence before edits + +`workspace.json` separates machine-generated topology from human-authored manual +evidence. Regeneration updates the generated topology while preserving `manual` +evidence verbatim. See [Billfold](https://www.billfold.tech/) for a production +workflow built around this distinction. This repository is the canonical source for the agents-audit release family.