akb_move
Move or rename a document in the knowledge base while preserving its identity and git history. Old URIs keep resolving via redirects, and graph links are updated automatically.
Instructions
Move or rename a document — change its collection and/or slug while keeping its identity and full git history. The old akb:// URI keeps resolving (a redirect is recorded), and graph links/publications are rewritten. Provide collection and/or slug (at least one must change). The title is unchanged; use akb_update to change the displayed title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Document URI to move | |
| slug | No | New slug / filename base, e.g. 'final-spec' (omit to keep the current slug) | |
| message | No | Commit message describing the move | |
| collection | No | New collection path (omit to keep the current collection) |