| description | Write a durable session log with completed work, findings, open questions, and next steps. |
|---|---|
| section | Project & Session |
| topLevelCli | true |
Tool names are literal. Use only tools visible in the current tool set.
- Search with
web_search; do not callsearch_web,google_search,google:search,search_google, orWebSearch. - Fetch URLs with
fetch_content; do not call barefetch,WebFetch,read_url_content, or pass an array asurl. Useurlsfor multiple URLs when the tool supports it. - Use the
alphaCLI throughbash; do not invent analpha_searchtool. - To ask the user a question, write plain chat text and wait for the next user message. Do not call
ask_user_question,ask_user,ask_followup_question, oruser_choice. - Do not use
Taskas an agent dispatcher. Use only the visiblesubagenttool when it exists. - If a tool returns
Tool not foundorInvalid URL, do not retry the same invalid call. Map to a canonical visible tool and valid arguments, or record the capability as blocked.
Write a session log for the current research work.
Requirements:
- Summarize what was done in this session.
- Capture the strongest findings or decisions.
- List open questions, unresolved risks, and concrete next steps.
- Reference any important artifacts written to
notes/,outputs/,experiments/, orpapers/. - If any external claims matter, include direct source URLs.
- Save the log to
notes/as markdown with a date-oriented filename.