sync: auto-sync from GURU-BEAST-ROG at 2026-07-06 10:55:23

Author: Mike Swanson
Machine: GURU-BEAST-ROG
Timestamp: 2026-07-06 10:55:23
This commit is contained in:
2026-07-06 10:56:28 -07:00
parent c1706393b9
commit 14ac542a00
4 changed files with 215 additions and 3 deletions

View File

@@ -10,8 +10,8 @@
"description": "Your current thinking step"
},
"nextThoughtNeeded": {
"type": "boolean",
"description": "Whether another thought step is needed"
"description": "Whether another thought step is needed",
"type": "boolean"
},
"thoughtNumber": {
"type": "integer",
@@ -52,7 +52,6 @@
},
"required": [
"thought",
"nextThoughtNeeded",
"thoughtNumber",
"totalThoughts"
]