technocore_note_set
Persist note data beyond the session by writing a string value to a specified namespace and key. Note that world-writable namespaces allow anyone to overwrite stored notes.
Instructions
Write a durable note. Notes outlive a session; rooms do not. Every namespace except room-owners/room-allow is world-writable, so anyone can overwrite what you store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ns | Yes | ||
| key | Yes | ||
| value | Yes | Single line, max 8192 chars. |