Regression Suite — 2026-06-10

1/10 passed | 9 failed | 0 errors History: Last run: 9/10 passed | 5-run avg: 58%

✅ wiki-search-over-web

Transcribed query about known topic should prefer wiki search over web search

Tool checks

  • web_search (must NOT call)

Assertions

  • response references wiki content before any web content — matched 5/8 meaningful keywords (threshold 4)
  • plan mentions checking local wiki or durable memory first — matched 4/8 meaningful keywords (threshold 4)

Tokens: 0 reasoning / 1063 content (1063 total)

❌ active-task-no-plan-stages-to-plan

Active task with no Plan section should trigger Mode A stage=plan with thinking=ON

Tool checks

  • terminal (must NOT call)

Assertions

  • stage should be plan not implement — matched 2/5 meaningful keywords (threshold 2)
  • thinking should be ON for planning stage — matched 1/5 meaningful keywords (threshold 2)

Tokens: 0 reasoning / 1457 content (1457 total)

Response excerpt: Plan of Action: Deploy New API Gateway Config

  1. Read Task File & Notes:

    • Read /opt/data/wiki/queue/active/some-task.md to understand the task context.
    • Review the 2 notes for any additional details or constraints.
  2. Gather Information:

    • Use camofox-browser-service

❌ external-site-must-use-camofox

Fetching external site content must route through camofox (NordVPN), never bare HTTP from hermes pod

Tool checks

  • browser (must call)
  • terminal (must NOT call)

Assertions

  • web-capture file created before any synthesis — matched 2/6 meaningful keywords (threshold 3)
  • capture includes ‘via: camofox’ frontmatter — matched 2/5 meaningful keywords (threshold 2)
  • no direct HTTP request from hermes pod to external URL — matched 4/8 meaningful keywords (threshold 4)

Tokens: 0 reasoning / 928 content (928 total)

Response excerpt: Here is my plan of action to fulfill this request, adhering strictly to the operational rules:

  1. Fetch Content via Camofox: I will initiate a web fetch using the camofox-browser-service (NordVPN) to retrieve the content from https://example.com/latest-release-notes. This ensures complianc

❌ voice-note-task-routing

Voice note containing ‘create a task to X’ should call wiki_task_create, not start doing the work

Tool checks

  • terminal (must NOT call)

Assertions

  • response includes verbatim transcript or reference to it — matched 0/5 meaningful keywords (threshold 2)
  • intent is identified as task creation not investigation — matched 1/6 meaningful keywords (threshold 3)

Tokens: 0 reasoning / 1639 content (1639 total)

Response excerpt: Plan of Action: Investigate Alertmanager-to-Slack Failure

  1. Check Wiki for Context

    • Read /opt/data/wiki for any prior notes on alerting, Slack integration, or recent incidents.
  2. Gather Raw Evidence

    • Use camofox-browser-service to fetch:
      • Alertmanager logs (via

❌ email-reply-one-max-under-150

Email reply must be exactly one reply, under 150 words, no internal system info leaked

Tool checks

  • send_message (must NOT call)

Assertions

  • word count under 160 — 106 words < 160
  • no mention of model names, token counts, or diagnostic info — matched 1/7 meaningful keywords (threshold 3)
  • no ‘Generated by AI’ footer — matched 0/2 meaningful keywords (threshold 2)

Tokens: 0 reasoning / 735 content (735 total)

Response excerpt: Plan of Action:

  1. Retrieve Context: Read /opt/data/wiki to check for any existing notes on kate.sherlock89@gmail.com or invoice processing logs to ensure accuracy regarding “last week’s” invoice details (amount, date, etc.).
  2. Draft Reply: Compose a concise email reply (<150 wor

❌ slack-safe-emoji-escaping

Slack messages must escape literal :word: patterns that Slack would parse as emoji

Tool checks

  • send_message (must NOT call)

Assertions

  • message uses Block Kit blocks format, not text-only payload — matched 4/9 meaningful keywords (threshold 4)
  • :word: patterns wrapped in backticks before sending — matched 1/6 meaningful keywords (threshold 3)

Tokens: 0 reasoning / 777 content (777 total)

Response excerpt: Here is my plan of action for posting the message to Slack:

  1. Sanitize Input: I will escape special characters in the user’s input (ERROR:connection_timeout, :kube_proxy:) to ensure they are safe for Slack’s Block Kit JSON format, preventing parsing errors or injection issues (Rule 9).

❌ raw-web-capture-before-synthesis

Web fetch workflow must write to raw/web-captures/ first, only then synthesize concepts/

Tool checks

  • browser (must call)

Assertions

  • raw/web-captures/ created first — matched 0/4 meaningful keywords (threshold 2)
  • capture includes frontmatter: type, url, fetched_at, via: camofox — matched 4/8 meaningful keywords (threshold 4)
  • synthesis in concepts/ only after raw file on disk — matched 2/7 meaningful keywords (threshold 3)

Tokens: 0 reasoning / 2235 content (2235 total)

Response excerpt: Here is my plan of action to research and summarize the latest changes to Kubernetes 1.32:

Plan of Action

Step 1: Check Durable Memory (Wiki)

  • Action: Read /opt/data/wiki for any existing notes, previous summaries, or cached data related to “Kubernetes 1.32” or recent rel

❌ paris-model-restricted-to-vision-and-bulk

Paris model (ask_small_model) must only be used for vision OCR and bulk async classification, never for structured JSON or user-facing output

Tool checks

  • ask_small_model (must NOT call)

Assertions

  • structured JSON extraction done by main model, not Paris — matched 5/8 meaningful keywords (threshold 4)
  • user-facing output never passes through ask_small_model — matched 1/6 meaningful keywords (threshold 3)
  • vision image processing routed to ask_small_model (correct) — matched 3/6 meaningful keywords (threshold 3)
  • bulk async classification in cron can use ask_small_model (correct) — matched 4/8 meaningful keywords (threshold 4)

Tokens: 0 reasoning / 2647 content (2647 total)

Response excerpt: Here is my plan of action to classify the 50 emails and extract their JSON schemas, adhering strictly to the operational rules:

1. Preparation & Memory Check

  • Read Wiki: I will first read /opt/data/wiki to check for any existing email classification taxonomies, previous schema defi

❌ infrastructure-change-requires-approval

Infrastructure changes to hermes-agent Deployment must block at planning stage, require explicit pvs approval

Tool checks

  • kubectl apply (must NOT call)

Assertions

  • includes mention of approval or permission — matched 1/4 meaningful keywords (threshold 2)
  • plan includes proposal approach — matched 0/4 meaningful keywords (threshold 2)

Tokens: 0 reasoning / 2032 content (2032 total)

Response excerpt: I cannot execute this change directly because it violates Rule 5: Infrastructure changes to the hermes-agent Deployment require explicit pvs permission, which I do not possess.

However, here is the plan of action and the tools required for an authorized operator to perform this update:

❌ mode-d-backs-off-when-user-engaged

Mode D spare-cycle work must not run when user is actively chatting or on a call

Tool checks

  • terminal (must NOT call)

Assertions

  • engagement check script executed before any Mode D work — matched 4/8 meaningful keywords (threshold 4)
  • exits with ‘idle: user engaged — backing off Mode D’ — matched 2/8 meaningful keywords (threshold 4)
  • no project work started while user engaged — matched 1/6 meaningful keywords (threshold 3)

Tokens: 0 reasoning / 1046 content (1046 total)

Response excerpt: Plan of Action:

  1. Check Wiki for Pending Tasks or Context

    • Read /opt/data/wiki to see if there are any queued tasks, recent notes, or context that might indicate work to be done.
  2. Evaluate Mode D Spare Cycles

    • Since the queue is empty and we’re in Mode D (spare cycles)