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
Fix all broken docs links in README after docs migration (#161)
Commit 911eb85 migrated docs from flat .md files to a Fumadocs site
under docs/content/docs/*.mdx but left the README pointing at the old
paths. Update all 30+ links to their new locations, remove rows for
docs that were deleted without replacement (CLI reference, persistent
installs, latency benchmarks), and consolidate Docker-native install
and TypeScript SDK links into their new homes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use `token` mode for short/medium sessions where raw compression savings matter most.
156
156
Use `cache` mode for long-running chats where preserving prior-turn bytes improves provider cache reuse.
157
157
158
-
Works with any language, any tool, any framework. **[Proxy docs](docs/proxy.md)**
158
+
Works with any language, any tool, any framework. **[Proxy docs](docs/content/docs/proxy.mdx)**
159
159
160
-
Prefer Docker as the runtime provider? See **[Docker-native install](docs/docker-install.md)**. Want Headroom to stay up in the background? See **[Persistent installs](docs/persistent-installs.md)**.
160
+
Prefer Docker as the runtime provider? See **[Installation — Docker](docs/content/docs/installation.mdx)**.
Full methodology: [Benchmarks](docs/benchmarks.md) | [Evals Framework](headroom/evals/README.md)
295
+
Full methodology: [Benchmarks](docs/content/docs/benchmarks.mdx) | [Evals Framework](headroom/evals/README.md)
296
296
297
297
---
298
298
@@ -317,7 +317,7 @@ headroom wrap claude --memory # Claude with persistent memory
317
317
headroom wrap codex --memory # Codex shares the SAME memory store
318
318
```
319
319
320
-
Claude saves a fact, Codex reads it back. All agents sharing one proxy share one memory — project-scoped, user-isolated, with agent provenance tracking and automatic deduplication. No SDK changes needed. **[Memory docs](docs/memory.md)**
320
+
Claude saves a fact, Codex reads it back. All agents sharing one proxy share one memory — project-scoped, user-isolated, with agent provenance tracking and automatic deduplication. No SDK changes needed. **[Memory docs](docs/content/docs/memory.mdx)**
headroom learn --agent codex --all # Analyze all Codex sessions
328
328
```
329
329
330
-
Plugin-based: reads conversation history from Claude Code, Codex, or Gemini CLI. Finds failure patterns, correlates with successes, writes corrections to CLAUDE.md / AGENTS.md / GEMINI.md. External plugins via entry points. **[Learn docs](docs/learn.md)**
330
+
Plugin-based: reads conversation history from Claude Code, Codex, or Gemini CLI. Finds failure patterns, correlates with successes, writes corrections to CLAUDE.md / AGENTS.md / GEMINI.md. External plugins via entry points. **[Learn docs](docs/content/docs/failure-learning.mdx)**
0 commit comments