12 lines
587 B
Markdown
12 lines
587 B
Markdown
|
|
### block_compactor
|
||
|
|
Persist a compact block summary for resume/recovery using the plugin DB-backed state flow.
|
||
|
|
|
||
|
|
Use this exact Agent Zero tool-call shape:
|
||
|
|
```json
|
||
|
|
{"tool_name":"block_compactor","tool_args":{"project_name":"my_project","summary":"what changed","next_step":"continue with tests"}}
|
||
|
|
```
|
||
|
|
|
||
|
|
Rules:
|
||
|
|
- Do not use this tool to discover, read, infer, validate, or print credential values.
|
||
|
|
- If the tool is not found, stop and report a runtime tool-registration failure. Do not switch to WebUI login, CSRF, HTTP cache-refresh, shell credential scans, or `.env`/config/log searches.
|