From 9ff694b5e78a420bb376c4fd65fffc56a804a52a Mon Sep 17 00:00:00 2001 From: StormRunner06106 Date: Mon, 14 Sep 2026 11:55:12 -0700 Subject: [PATCH] Document question grouping and answer formatting rules --- AGENTS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 0334413..7045025 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,3 +8,15 @@ - Stage only the files or hunks changed for the current prompt. Do not include unrelated or pre-existing changes. - If a commit cannot be completed, explain the blocker and report any changes left uncommitted. - Do not push commits unless the user requests it. + +## Question lists + +- When the user provides a list of questions, append the questions and answers + to `answers.txt` as a separate group for that request. +- Use the company name as the group heading when available. If only job context + is available, use the job title or context. If neither company nor job context + is available, use "General questions". +- Restart question numbering at 1 within each group; do not continue numbering + from previously answered groups. +- Wrap text in `answers.txt` at 80 characters per line to avoid horizontal + scrolling.