Fix 14 tool bugs: capability_check tool_name, quality_gate pipefail, 12 doc param fixes, 3 test-suite fixes
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
### artifact_guard
|
||||
Validate whether requested file/artifact operations are allowed by the orchestrator rules.
|
||||
Check required project artifacts (5 DB + 10 repo). Returns present/missing counts and lists.
|
||||
|
||||
Use this exact Agent Zero tool-call shape:
|
||||
```json
|
||||
{"tool_name":"artifact_guard","tool_args":{"action":"check","path":"README.md"}}
|
||||
{"tool_name":"artifact_guard","tool_args":{"project_name":"my_project"}}
|
||||
```
|
||||
|
||||
Optional args:
|
||||
- `project_root` (str): repo root path for file-based artifact checks
|
||||
- `format` (str): "summary" (default) or "json"
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user