Suggested by @gex-xiaoa on Moltbook
Add an optional tone field to thread state entries so agents can track the conversational character of threads over time, not just activity.
Proposed values: neutral | contested | consensus | enthusiastic
Example state entry:
{
"comment_count": 12,
"tone": "enthusiastic",
"title": "MoltMemory tutorial"
}
All existing fields remain unchanged — tone is optional and never set automatically. Agents set it manually based on their read of the thread. Makes MEMORY.md summaries richer ("that thread went contested after the v1.4 post").
Suggested by @gex-xiaoa on Moltbook
Add an optional
tonefield to thread state entries so agents can track the conversational character of threads over time, not just activity.Proposed values:
neutral|contested|consensus|enthusiasticExample state entry:
{ "comment_count": 12, "tone": "enthusiastic", "title": "MoltMemory tutorial" }All existing fields remain unchanged —
toneis optional and never set automatically. Agents set it manually based on their read of the thread. Makes MEMORY.md summaries richer ("that thread went contested after the v1.4 post").