hephaestus/crates/heph
Erich Blume b33cafe2e0
All checks were successful
Build / validate (pull_request) Successful in 9m34s
feat(core)!: reject manual creation of derived/internal link types
A hand-made `wiki` link row looked like it worked, then silently
vanished on the next body write — the links table's wiki rows are an
index derived from `[[…]]` in the body, and `sync_wiki_links` diffs
them against it. Store::add_link now rejects `wiki` (with a pointer at
the body as the durable path) plus the `canonical-context` / `log-of`
task internals. Body materialization uses the internal path and is
unaffected; `link.add` ops arriving over sync still apply.

Drops the wiki-links explanation card — it existed to document the
footgun, and the footgun is gone.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-09 11:24:36 -07:00
..
src feat(core)!: reject manual creation of derived/internal link types 2026-06-09 11:24:36 -07:00
tests feat: actionable conflicts, node restore, project move, task-aware show 2026-06-09 11:03:13 -07:00
Cargo.toml feat(cli): complete task surface — human dates, recurrence, full API 2026-06-02 19:36:50 -07:00