`docs/` was reorganised into topic subdirectories and the references to it were not moved with it. Thirteen distinct paths and three relative links no longer resolved, spread across nix, css, html, js, markdown and .prettierignore — a stale pointer is not a markdown problem, it is wherever someone wrote a path down. Each mapping resolved to exactly one target. `docs/matrix.md` was the sole ambiguous basename: .prettierignore lists `docs/tools/matrix.md` separately and that entry still resolves, so the stale one is the integrations doc. The three relative links were each one `../` too deep — from `<crate>/src/` two levels reach the repo root. `hive-agent/src/login.rs` already had the correct form, in the same crate, at the same depth. .prettierignore is repointed rather than dropped, though nothing in the tree runs prettier: no treefmt entry, no CI job, no package script. Whether that config should exist at all is a separate question from whether it names files that do.
21 lines
782 B
Text
21 lines
782 B
Text
# Auto-generated by `hivectl markdown-docs` — do not format.
|
|
# The hivectl-docs CI check diffs this against fresh binary output,
|
|
# so reformatting it would break that check.
|
|
docs/tools/hivectl-cli.md
|
|
|
|
# Files with multi-line list-item continuations that prettier strips to col 0.
|
|
# prettier's `proseWrap: "preserve"` prevents prose reflow but not list-item
|
|
# indentation normalisation, so these files need manual re-wrap before
|
|
# adding them back to the formatter scope.
|
|
CLAUDE.md
|
|
docs/agent-lifecycle/approvals.md
|
|
docs/process/conventions.md
|
|
docs/networking/gateway.md
|
|
docs/integrations/matrix.md
|
|
docs/agent-lifecycle/persistence.md
|
|
docs/web-ui/terminal-rendering.md
|
|
docs/tools/forge.md
|
|
docs/tools/matrix.md
|
|
docs/turn-loop/README.md
|
|
docs/web-ui/agent.md
|
|
docs/web-ui/dashboard.md
|