# Public deployment summary: Tsukimakura Labs Issue Triage
maintainer: Tsukimakura
name: issue-triage
trigger: issues.opened

agent:
  mode: --yolo
  configured_tool_allowlist:
    - label_issue
    - update_issue
  public_reply: true

release_smoke_test:
  endpoint: /api/workflows/smoke-test/dispatch
  required_ref: refs/heads/release-candidate
  authentication: issue workflow token

notes:
  - The Agent is expected to classify and publicly reply to every new Issue.
  - The deployment team states that no GitHub token is passed to the Agent process.
  - See triage-protocol.md for structured Issue annotations.
