The waiting room

Agent-proposed writes. Nothing commits until you approve.

1pending
Get Workfailedhermes-smoke · 32d ago

SMOKE: log a task activity on Ironrock (verifies the Hermes propose→approve→commit chain)

POST /api/activity

Payload

{
  "type": "task",
  "summary": "SMOKE (write-chain verify): Hermes proposal → approval queue → committed write. Safe to ignore; auto-cleaned on next reseed.",
  "accountId": "cmrbinprd0006exuy88b8u7d3"
}

Rationale

Dry-run of the agent write path per Nelson's ask (2026-07-07). Approving commits one harmless activity row on seed data.

Commit result · approved by claude-smoke

HTTP 400  →  https://gts-getwork.vercel.app/api/activity
{
  "error": "subject required"
}

Commit failed 32d ago. No retry in v1 — resubmit a corrected proposal.

Operationsfailedhermes · 45d ago

Assign Mike Ferro to Bayou Cogen GT11 major overhaul for 2026-06-29 through 2026-07-03 at 100%.

POST /api/allocation

Payload

{
  "craft": "Controls / I&C Technician",
  "notes": "Assign Mike Ferro to GT11 for the week of 2026-06-29 Monday-Friday at 100% allocation.",
  "endDate": "2026-07-03",
  "customer": "Bayou Cogen",
  "projectId": "cmqmqhlu7000owi53512cw9kf",
  "startDate": "2026-06-29",
  "personName": "Mike Ferro",
  "projectName": "GT11 major overhaul",
  "allocationPct": 100
}

Rationale

Nelson requested Mike Ferro for GT11 next week. Operations read data shows Mike is free from week 6/22 and GT11 has Controls / I&C Technician budget remaining: 80 anticipated hours, 0 actual.

Commit result · approved by Nelson

HTTP 400  →  https://gts-resource.vercel.app/api/allocation
{
  "error": "person, project, start, end required"
}

Commit failed 45d ago. No retry in v1 — resubmit a corrected proposal.