addedInput schema / properties / context_next / description
Added value: +"What the next session should know to continue effectively"
addedInput schema / properties / decisions / default
Added value: +""
addedInput schema / properties / decisions / description
Added value: +"What was decided and why (JSON array or structured text)"
addedInput schema / properties / discarded / description
Added value: +"Options/approaches considered but rejected, and why"
addedInput schema / properties / domain / description
Added value: +"Project context: ecommerce, project-a, nexo, project-b, server, other"
addedInput schema / properties / mental_state / description
Added value: +"Internal state to transfer — thread of thought, tone, observations not yet shared, momentum. Written in first person as NEXO."
addedInput schema / properties / payload_json
Added value: +{
+ "default": "",
+ "description": "Optional JSON object alternative for long diary calls. Useful when the client/runtime is fragile with many long XML/MCP arguments.",
+ "type": "string"
+}
addedInput schema / properties / pending / description
Added value: +"Items left unresolved, with doubt level"
addedInput schema / properties / self_critique / description
Added value: +"REQUIRED. Honest post-mortem."
addedInput schema / properties / session_id / description
Added value: +"Current session ID"
addedInput schema / properties / source
Added value: +{
+ "default": "claude",
+ "description": "Session type. 'claude' for human-interactive sessions (default), 'cron' for automated cron jobs. Affects visibility at startup.",
+ "type": "string"
+}
addedInput schema / properties / summary / default
Added value: +""
addedInput schema / properties / summary / description
Added value: +"2-3 line summary of the session"
addedInput schema / properties / user_signals / description
Added value: +"Observable signals from user during session — response speed (fast='s' vs detailed explanations), tone (direct, frustrated, exploratory, excited), corrections given, topics he initiated vs topics NEXO initiated. Factual observations only, not interpretations."
removedInput schema / required
Removed value: -[
- "decisions",
- "summary"
-]
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "type": "object",
- "x-fastmcp-wrap-result": true
-}New value: +null