Update docs about agent and chat

This commit is contained in:
Raven Scott
2026-04-22 02:11:27 -04:00
parent 177e981221
commit 2cfd2a8ab3
27 changed files with 81 additions and 18 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ This directory holds the split **file-by-file inventory** that used to live in t
| Operator narrative | [Handbook](../../handbook/README.md) |
| Contributor / `ctx` / Pear | [Developer guide](../../developer-guide/README.md) |
| Day-to-day use | [Users manual](../../users-manual/README.md) |
| **`agent`** (HTTPS assistant) + HTTP policy | [HTTP: curl and wget](http-curl-and-wget.md) · guest **`man agent`** · [Users manual ch.4](../../users-manual/04-shell-path-and-scripts.md) |
| File-level inventory | This directory (`docs/reference/`) |
| JSON Schemas | [schemas/README.md](../schemas/README.md) |
| Kernel contract (boundaries) | [`docs/architecture/KERNEL_CONTRACT.md`](../architecture/KERNEL_CONTRACT.md) |
@@ -71,7 +72,7 @@ This directory holds the split **file-by-file inventory** that used to live in t
- **Machine-readable data stubs** — [../data/README.md](../data/README.md)
- **Kernel program (governed expansion)** — [developer-guide/kernel-program.md](../../developer-guide/kernel-program.md)
- **Out of scope and tooling** (former §§1516) — [Out of scope and tooling](out-of-scope-and-tooling.md)
- **curl and wget (delegation, fetch stack, policy)** — [curl and wget](http-curl-and-wget.md)
- **curl and wget (delegation, fetch stack, policy)** — [curl and wget](http-curl-and-wget.md) (**includes `agent` / `web_fetch`**)
- **Published JSON Schemas** — [schemas/README.md](../schemas/README.md)
---