Surfaced by today's untracked-files audit. None of these are accidents —
multiple are referenced by name in CLAUDE.md and memory files but were
never added.
Categories:
- docs/PHASE_AUDIT_GUIDE.md (106 LOC) — Claude Code phase audit guidance
- ops/systemd/lakehouse-langfuse-bridge.service — Langfuse bridge unit
- package.json — top-level npm manifest
- scripts/e2e_pipeline_check.sh + production_smoke.sh — real test scripts
- reports/kimi/audit-last-week*.md — the "Two reports live" CLAUDE.md cites
- tests/multi-agent/scenarios/ — 44 staffing scenarios (cutover decision A)
- tests/multi-agent/playbooks/ — 102 playbook records
- tests/battery/, tests/agent_test/PRD.md, tests/real-world/* — real tests
- sidecar/sidecar/{lab_ui,pipeline_lab}.py — 888 LOC dev-only UIs that
remain in service post-sidecar-drop (commit ba928b1 explicitly kept them)
Sensitivity check: scenarios use synthetic company names ("Heritage Foods",
"Cornerstone Fabrication"); audit reports describe code findings only;
no PII or secrets surfaced.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
104 lines
3.1 KiB
JSON
104 lines
3.1 KiB
JSON
[
|
|
{
|
|
"event": {
|
|
"kind": "baseline_fill",
|
|
"at": "08:00",
|
|
"role": "Warehouse Associate",
|
|
"count": 3,
|
|
"city": "Toledo",
|
|
"state": "OH",
|
|
"shift_start": "08:00 AM",
|
|
"scenario_note": "Regular Monday morning shift, 8-hour."
|
|
},
|
|
"ok": false,
|
|
"fills": [],
|
|
"turns": 0,
|
|
"duration_secs": 47.404,
|
|
"error": "no consensus after 14 turns",
|
|
"gap_signals": [
|
|
"drift_or_tool: no consensus after 14 turns"
|
|
]
|
|
},
|
|
{
|
|
"event": {
|
|
"kind": "recurring",
|
|
"at": "10:30",
|
|
"role": "Machine Operator",
|
|
"count": 2,
|
|
"city": "Toledo",
|
|
"state": "OH",
|
|
"shift_start": "11:00 AM",
|
|
"scenario_note": "Recurring Tuesday/Thursday slot — prior workers may still be available."
|
|
},
|
|
"ok": false,
|
|
"fills": [],
|
|
"turns": 0,
|
|
"duration_secs": 40.374,
|
|
"error": "aborted — 3 consecutive drift flags",
|
|
"gap_signals": [
|
|
"drift_or_tool: aborted — 3 consecutive drift flags"
|
|
]
|
|
},
|
|
{
|
|
"event": {
|
|
"kind": "expansion",
|
|
"at": "12:15",
|
|
"role": "Forklift Operator",
|
|
"count": 5,
|
|
"city": "Toledo",
|
|
"state": "OH",
|
|
"shift_start": "01:00 PM",
|
|
"scenario_note": "New warehouse location opening, five-worker team needed."
|
|
},
|
|
"ok": false,
|
|
"fills": [],
|
|
"turns": 0,
|
|
"duration_secs": 9.414,
|
|
"error": "invalid JSON from executor: JSON Parse error: Expected '}' | raw: {\"kind\":\"tool_call\",\"tool\":\"propose_done\",\"args\":{\"fills\":[{\"candidate_id\":\"W500K-37736\",\"name\":\"Jennifer K. Robinson\",\"reason\":\"verified Toledo forklift op, reliability 0.9\"}],\"rationale\":\"one SQL-verified candidate from surfaced candidates\"}",
|
|
"gap_signals": [
|
|
"drift_or_tool: invalid JSON from executor: JSON Parse error: Expected '}' | raw: {\"kind\":\"tool_call\",\"tool\":\"propose_done\",\"args\":{\"fills\":[{\"candidate_id\":\"W500K-37736\",\"name\":\"Jennifer K. Robinson\",\"reason\":\"verified Toledo forklift op, reliability 0.9\"}],\"rationale\":\"one SQL-verified candidate from surfaced candidates\"}"
|
|
]
|
|
},
|
|
{
|
|
"event": {
|
|
"kind": "emergency",
|
|
"at": "14:00",
|
|
"role": "Loader",
|
|
"count": 4,
|
|
"city": "Toledo",
|
|
"state": "OH",
|
|
"shift_start": "04:00 PM same day",
|
|
"deadline": "16:00",
|
|
"scenario_note": "Walkoff incident — replacement crew needed by 16:00 sharp."
|
|
},
|
|
"ok": false,
|
|
"fills": [],
|
|
"turns": 0,
|
|
"duration_secs": 44.673,
|
|
"error": "aborted — 3 consecutive drift flags",
|
|
"gap_signals": [
|
|
"drift_or_tool: aborted — 3 consecutive drift flags"
|
|
]
|
|
},
|
|
{
|
|
"event": {
|
|
"kind": "misplacement",
|
|
"at": "15:45",
|
|
"role": "Warehouse Associate",
|
|
"count": 1,
|
|
"city": "Toledo",
|
|
"state": "OH",
|
|
"shift_start": "remainder of 08:00 shift",
|
|
"scenario_note": "One worker from the 08:00 fill didn't show; rebuild the gap.",
|
|
"replaces_event": "08:00"
|
|
},
|
|
"ok": false,
|
|
"fills": [],
|
|
"turns": 0,
|
|
"duration_secs": 45.149,
|
|
"error": "no consensus after 14 turns",
|
|
"gap_signals": [
|
|
"drift_or_tool: no consensus after 14 turns"
|
|
]
|
|
}
|
|
] |