Commit 3dd43b8
committed
fix(skills): make the router stub self-healing instead of preferring one identifier
Codex suggested preferring title references because move_note can
change a permalink — but update_permalinks_on_move defaults to False,
so memory:// paths survive moves on a default install, and titles have
their own failure mode (rename). No single identifier is
unconditionally durable. The stub template now carries the router's
title and memory:// path together with an explicit
fall-back-to-title-search instruction, which self-heals when any one
identifier goes stale.
Signed-off-by: Cody Faust <cody@luminarysol.com>1 parent 5a3fa1a commit 3dd43b8
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments