Docs: add nav titles across docs (#5689)

This commit is contained in:
Seb Slight
2026-01-31 16:04:03 -05:00
committed by GitHub
parent 1295b67057
commit abcaa8c7a9
270 changed files with 279 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ read_when:
- You want to understand which features may call paid APIs
- You need to audit keys, costs, and usage visibility
- Youre explaining /status or /usage cost reporting
title: "API Usage and Costs"
---
# API usage & costs

View File

@@ -3,6 +3,7 @@ summary: "How OpenClaw vendors Apple device model identifiers for friendly names
read_when:
- Updating device model identifier mappings or NOTICE/license files
- Changing how Instances UI displays device names
title: "Device Model Database"
---
# Device model database (friendly names)

View File

@@ -3,6 +3,7 @@ summary: "RPC adapters for external CLIs (signal-cli, imsg) and gateway patterns
read_when:
- Adding or changing external CLI integrations
- Debugging RPC adapters (signal-cli, imsg)
title: "RPC Adapters"
---
# RPC adapters

View File

@@ -4,6 +4,7 @@ read_when:
- You need to debug session ids, transcript JSONL, or sessions.json fields
- You are changing auto-compaction behavior or adding “pre-compaction” housekeeping
- You want to implement memory flushes or silent system turns
title: "Session Management Deep Dive"
---
# Session Management & Compaction (Deep Dive)

View File

@@ -2,6 +2,7 @@
summary: "How to run tests locally (vitest) and when to use force/coverage modes"
read_when:
- Running or fixing tests
title: "Tests"
---
# Tests

View File

@@ -4,6 +4,7 @@ read_when:
- You are debugging provider request rejections tied to transcript shape
- You are changing transcript sanitization or tool-call repair logic
- You are investigating tool-call id mismatches across providers
title: "Transcript Hygiene"
---
# Transcript Hygiene (Provider Fixups)