Brad Stein b58cc90912 ci: cap the warm agent at one and shorten its idle time
Keeping the pod alive for an hour left two idle demo agents holding slots in a
pool of five. That starves real CI, and would eventually starve this demo too
by leaving nothing free when a build actually needs to run.

Fifteen minutes covers a demo session - a warm-up run and then the real one -
without parking capacity overnight for nobody, and instanceCap stops a second
agent existing at all.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-07 05:06:35 -03:00
2026-08-07 05:04:36 -03:00

hermes-code-demo

Deterministic source-defect fixture for the Hermes automated triage demo.

src/discount.py holds one small pricing helper covered by tests/test_discount.py. The demo introduces a one-line defect on a branch, Jenkins fails the test gate, Ariadne collects the evidence, and Hermes proposes a minimal patch that Ariadne validates and pushes as a pull request for human review. Nothing merges automatically.

Description
Deterministic code-defect fixture for the Hermes automated triage demo
Readme 41 KiB
Languages
Python 100%