harn-parser 0.8.27

Parser, AST, and type checker for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
# HARN-RMD-001

**Variant:** `Code::ReminderUnknownOption` (reminder lifecycle option key is not recognized)

Reminder lifecycle option tables reject unknown keys so reminder shape stays stable across
transcript transforms, hooks, and bridge integrations.

Use only the documented `transcript.inject_reminder` keys: `body`, `tags`, `dedupe_key`,
`ttl_turns`, `preserve_on_compact`, `propagate`, and `role_hint`.

For `transcript.clear_reminders`, use at least one selector from `id`, `tag`, or `dedupe_key`.