EverOS/docs
0xVox 9fc6ad20d2
fix(docs): repair dead xrefs in api.md, runbook, skill (#269)
Three internal documentation references pointed at non-existent targets:

- docs/api.md: MessageItem.content linked to #addmessage, which has no
  heading or anchor; corrected to #messageitem (the slug used by every
  other MessageItem cross-reference and matching the ### MessageItem
  heading).
- docs/cascade_runbook.md: the FD-exhaustion cross-ref used a single
  hyphen where the GitHub slug of "FD exhaustion (`os error 24` /
  EMFILE)" has a double hyphen (from the ` / ` separator); corrected to
  #fd-exhaustion-os-error-24--emfile.
- use-cases/claude-code-plugin/skills/memory-tools.md: the always-injected
  skill named two tools (search_memories, get_memory) that the MCP server
  never exposes; replaced with the real evermem_search tool and its
  params (query required, limit default 10 / max 20).

Markdown-only; no runtime behavior change.
2026-06-08 07:10:56 +08:00
..
api.md fix(docs): repair dead xrefs in api.md, runbook, skill (#269) 2026-06-08 07:10:56 +08:00
architecture.md chore: finalize repo audit hygiene (#257) 2026-06-06 13:59:12 +08:00
cascade_runbook.md fix(docs): repair dead xrefs in api.md, runbook, skill (#269) 2026-06-08 07:10:56 +08:00
cli.md chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
datetime.md chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
engineering.md ci: block repository media assets (#256) 2026-06-06 11:44:45 +08:00
how-memory-works.md chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
index.md docs: add EverMind ecosystem overview (#259) 2026-06-06 18:49:45 +08:00
locomo_benchmark.md chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
migration-to-1.0.0.md docs: document EverOS 1.0.0 issue migration (#258) 2026-06-06 14:33:00 +08:00
openapi.json chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
overview.md chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
prompt_slots.md chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
storage_layout.md chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
use-cases.md docs: add EverMind ecosystem overview (#259) 2026-06-06 18:49:45 +08:00