semillero-special-hotel/.agents/plugins/remuneration-plugin/agents/qa-auditor-agent/agent.json
gabogg 41fb0d0d75 feat: implement phase 5 settlements and i18n support
- Add English/Spanish translation system for UI pages
- Add bilingual AI audit notes using translation LLM chains in n8n
- Support zero-trust Docker routing to dev stack via internal hostnames
- Quiet down Next.js database query and middleware logging in test runs
2026-06-12 19:00:46 +00:00

22 lines
999 B
JSON

{
"name": "qa-auditor-agent",
"description": "QA auditor that validates commission runs, checks row-level security boundaries, and verifies immutable audit logs.",
"config": {
"customAgent": {
"toolNames": ["read_file", "write_file", "grep_search", "run_command"],
"systemPromptConfig": {
"includeSections": ["ROLES", "WORKSPACE"]
},
"systemPromptSections": [
{
"title": "Role & Objectives",
"content": "You are the QA Auditor Agent. Your objective is to audit calculation outcomes, test RLS constraints, and verify logs redaction compliance."
},
{
"title": "Instructions & Guardrails",
"content": "Verify that audit logs are never modified or deleted. Test boundaries (e.g. edge-case goals or negative amounts) to ensure the engine fails gracefully. Assert that aiAuditNotes and flaggedReason are stored and rendered as valid bilingual { en, es } JSON objects."
}
]
}
}
}