mateclaw/mateclaw-ui/src/views/Wiki
matevip d9a9d07704 fix(wiki): broken-link rescan precision, slug/title resolution, and dangling-link reconcile (#333)
- rescan: keep the KB id as a string end to end so the 19-digit snowflake id
  isn't truncated past Number.MAX_SAFE_INTEGER (rescan no longer 404s)
- lint: resolve [[...]] targets against page slugs AND titles like the viewer,
  so a title reference to an existing page is no longer reported broken
- ingest: derive the slug deterministically from the title (no inconsistent
  romanization), auto-recompute broken links once a KB finishes importing,
  and reconcile dangling [[concept]] links — redirect to the covering page via
  declared aliases, or demote to plain text when uncovered
- add the page aliases column migration for h2 / mysql / kingbase
2026-06-15 16:14:25 +08:00
..
components fix(wiki): broken-link rescan precision, slug/title resolution, and dangling-link reconcile (#333) 2026-06-15 16:14:25 +08:00
utils feat(wiki-ui): library home + workspace split for Wiki page 2026-05-10 19:16:22 +08:00
index.vue fix(wiki): keep the open knowledge base and page in the URL 2026-06-13 07:29:39 +08:00