root 41b0a99ed2 chore: add real content that was sitting untracked
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>
2026-05-02 22:22:10 -05:00

65 lines
3.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"date": "2026-04-26",
"client": "Apex Warehouse",
"cities": "Cleveland",
"states": "OH",
"events_total": 3,
"events_ok": 2,
"checkpoint_count": 1,
"model": "gpt-oss:20b",
"cloud": false,
"lesson": "** \nWhen an expansion event is scheduled before a recurring event, always prefetch the availability of every candidate slated for the recurring slot (e.g., Anna Rivera, Jack K. Ramirez, Thomas J. Lewis, Brenda A. Cox, Lisa O. Diaz) at the overlapping time. Verify that none of these candidates are already assigned to the expansion or any other role before committing them to the recurring slot. Adjust the expansion or recurring schedule if any overlap is detected, and keep the pool size and turns in mind to avoid overloading the same candidates. This prevents doublebooking and ensures a smooth fill.",
"checkpoints": [
{
"after": "14:30",
"risk": "Double-booking at 15:30",
"hint": "Verify 15:30 slot for Anna Rivera, Jack K. Ramirez, Thomas J. Lewis, Brenda A. Cox, Lisa O. Diaz before assigning new roles."
}
],
"created_at": "2026-04-21T01:48:13.293Z",
"file": "2026-04-26_Apex_Warehouse_1776736093293.json"
},
{
"date": "2026-04-25",
"client": "Midway Distribution",
"cities": "Columbus",
"states": "OH",
"events_total": 2,
"events_ok": 2,
"checkpoint_count": 1,
"model": "gpt-oss:20b",
"cloud": false,
"lesson": "** \nBefore any expansion event, pull the current schedule for all workers you plan to assign—especially those recently filled in baseline events. Verify that none of those workers have overlapping shifts or pending assignments; if a conflict is found, reallocate or postpone the expansion. Also, run a quick validation of the scheduling script to catch artifact errors that could create duplicate entries before committing new assignments.",
"checkpoints": [
{
"after": "13:00",
"risk": "Risk of double booking existing workers",
"hint": "Check schedule for Diane Y. Wilson, Tyler V. Cox, Karen Hernandez, Joshua Y. Price before assigning new shifts; resolve artifact error in scheduling script."
}
],
"created_at": "2026-04-21T01:46:43.383Z",
"file": "2026-04-25_Midway_Distribution_1776736003383.json"
},
{
"date": "2026-04-23",
"client": "Summit Industrial",
"cities": "Cincinnati",
"states": "OH",
"events_total": 3,
"events_ok": 3,
"checkpoint_count": 1,
"model": "gpt-oss:20b",
"cloud": false,
"lesson": "** \nWhen an emergency adds forklift operators, pull the full schedule for all forklift staff in the location before assigning. Verify that no one is already booked for another forklift shift—if Jacob Kelly or Matthew P. Jones appear twice, reassign or adjust the shift. Ensure the `f.reason.slice` logic is robust; catch any slice errors and default to a safe value. Update the pool count immediately after each assignment to keep data current. This prevents doublebooking and keeps the pool accurate.",
"checkpoints": [
{
"after": "13:00",
"risk": "Double-booking in Cincinnati forklift ops",
"hint": "Check Jacob Kelly and Matthew P. Jones schedules; resolve f.reason.slice error."
}
],
"created_at": "2026-04-21T01:44:52.190Z",
"file": "2026-04-23_Summit_Industrial_1776735892190.json"
}
]