# Review-only Worker Agent step skeleton.
# Validate against the current Harness schema and keep all credentials in
# scoped Harness secrets/connectors. Instructions, inputs, outputs, env vars,
# and the container image belong to the Worker Agent Catalog definition.
step:
  type: Agent
  name: Failure evidence worker
  identifier: failure_evidence_worker
  spec:
    agentName: failure_evidence_worker@1.0.0
    agentSettings: ""

# Place permissions at stage.spec.permissions for CI/STO/SCS/IaCM.
# For CD/Custom, place the Agent in a Containerized Step Group and configure
# permissions there. Remove every resource the task does not need.
permissions:
  ai_llm_gateway: access
  connector: view|access
  pipeline: view
  code_repository: view
