feat(knowledge): document link supports jumping to view

This commit is contained in:
zhayujie
2026-04-11 20:16:43 +08:00
parent 76e9fef3b2
commit ea78e3d0c6
4 changed files with 120 additions and 3 deletions

View File

@@ -88,3 +88,4 @@ Append-only, newest at bottom:
- **Cross-reference**: every page should link to related pages; keep the knowledge graph connected
- **Index is mandatory**: always update `knowledge/index.md` after any change
- **Be concise**: capture essence, not copy entire sources
- **Full paths in replies**: when referencing knowledge files in conversation replies, use the full path from workspace root (e.g. `[Title](knowledge/<category>/<slug>.md)`), not relative paths. Relative paths are only for cross-references inside knowledge pages themselves.