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-002

**Variant:** `Code::ReminderInvalidShape`

The reminder payload shape is invalid.

`session/remind` expects a typed reminder object, not a user-message payload.
Provide a non-empty `body`, use string `tags`, a positive integer `ttl_turns`
when present, boolean `preserve_on_compact`, and one of the documented
`propagate` and `role_hint` values. Put host-specific extension fields under
`_meta`.