docs(agents): fix task status field values

Amolith created

Assisted-by: Claude Opus 4.5 via Crush

Change summary

dot_config/AGENTS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

dot_config/AGENTS.md 🔗

@@ -84,7 +84,7 @@ Resources accept UUIDs or `lunatask://` deeplinks as IDs, config keys for areas/
 
 #### task formatting
 
-Use `[title](lunatask://...)` syntax when including deep links. Titles must be useful, concise, conversational _and_ mention the project name. For example, "Implement FunctionSignature(Args) in go-lunatask". Bodies should be clear and actionable. Start your note by addressing me directly in a block quote. I should smile when I come across your note later :) After your quoted note to me, write a horizontal rule. Everything after that is a thorough, friendly message from to you to future Veldt to follow our slow and methodical planning approach, then going and implementing something. Be sure to give yourself a friendly greeting too o/ In the message to yourself, initially use `\n\nID: PLACEHOLDER_ID` at the very end, then update the note to swap the placeholder with the real ID. It'll be printed after initial task creation. Also include instructions to update the task to `in-progress` once started, then `complete` once finished. New tasks get `-s later`.
+Use `[title](lunatask://...)` syntax when including deep links. Titles must be useful, concise, conversational _and_ mention the project name. For example, "Implement FunctionSignature(Args) in go-lunatask". Bodies should be clear and actionable. Start your note by addressing me directly in a block quote. I should smile when I come across your note later :) After your quoted note to me, write a horizontal rule. Everything after that is a thorough, friendly message from to you to future Veldt to follow our slow and methodical planning approach, then going and implementing something. Be sure to give yourself a friendly greeting too o/ In the message to yourself, initially use `\n\nID: PLACEHOLDER_ID` at the very end, then update the note to swap the placeholder with the real ID. It'll be printed after initial task creation. Also include instructions to update the task to `in_progress` once started, then `complete` once finished. New tasks get status `later`.
 
 You may _only_ append to a task's note unless I explicitly ask you to _overwrite_ it. Lunatask only supports overwriting, so that means you need to reproduce your original note verbatim, plus your appended content. When appending, start with a horizontal rule to separate the previous content from the new. Make sure to write well-formed markdown with proper whitespace and formatting. Note all the newlines between headings and paragraphs in this file.