Skip to content

Commit 8df192a

Browse files
ignatovbenbrandt
authored andcommitted
docs(rfd): minor updates to agent registry spec
1 parent f4b60fb commit 8df192a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/rfds/acp-agent-registry.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Each agent advertises itself via `agent.json` stored under `<id>/` in the regist
3333
| `homepage` | URL for docs/marketing. |
3434
| `repository` | Source repository URL. |
3535
| `authors` | Array of author/organization names (mirrors `authors` in the TOML example). |
36-
| `license` | SPDX identifier or `"proprietary"`. |
36+
| `license` | Licence (string). |
3737
| `capabilities` | Array of ACP method names implemented (e.g. `["terminal/new","files/read"]`). |
3838
| `auth` | Array of auth options for authentication. This is the trickiest part of the schema. |
39-
| `distribution` | _Optional._ Object mapping target platforms to download/execution info. Each target key follows `<os>-<arch>` format (e.g., `darwin-aarch64`, `linux-x86_64`, `windows-x86_64`). Each target specifies `archive` (download URL), `cmd` (executable path), optional `args` (array of command-line arguments), and optional `env` (object of environment variables). |
39+
| `distribution` | Object mapping target platforms to download/execution info. Each target key follows `<os>-<arch>` format (e.g., `darwin-aarch64`, `linux-x86_64`, `windows-x86_64`). Each target specifies `archive` (download URL), `cmd` (executable path), optional `args` (array of command-line arguments), and optional `env` (object of environment variables). |
4040

4141
Example skeleton:
4242

@@ -122,4 +122,5 @@ Example skeleton:
122122

123123
## Revision history
124124

125-
- 2025-01-XX: Initial draft.
125+
- 2025-11-28: Initial draft.
126+
- 2025-12-16: Minors.

0 commit comments

Comments
 (0)