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

70 lines
3.4 KiB
JSON
Raw Permalink 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-23",
"client": "Horizon Supply",
"cities": "Toledo",
"states": "OH",
"events_total": 1,
"events_ok": 1,
"checkpoint_count": 1,
"model": "gpt-oss:20b",
"cloud": false,
"lesson": "** \nWhen executing a `baseline_fill`, always guard against missing `f.reason` before calling `slice`. Add a null check (e.g., `if (f.reason) { … }`) or prefetch the field during data load. Log a warning and skip the slice if `f.reason` is undefined to avoid runtime JS errors and keep the pool count accurate.",
"checkpoints": [
{
"after": "14:00",
"risk": "Potential JS error in baseline_fill",
"hint": "Validate f.reason exists for Quality Tech Toledo before calling slice; add null guard to prevent JS error."
}
],
"created_at": "2026-04-21T01:36:12.165Z",
"file": "2026-04-23_Horizon_Supply_1776735372165.json"
},
{
"date": "2026-04-22",
"client": "Centennial Packaging",
"cities": "Cleveland",
"states": "OH",
"events_total": 3,
"events_ok": 3,
"checkpoint_count": 1,
"model": "gpt-oss:20b",
"cloud": false,
"lesson": "** \nBefore running an expansion event, query the current pool for the role and subtract any workers already assigned in earlier shifts; if the remaining pool is less than the requested number, reallocate or reduce the expansion. Implement a precheck that flags potential double bookings and forces reassignment of at least one role. Validate all worker references to avoid undefined references in scheduling logic. This prevents overlapping assignments and ensures the pool count remains accurate.",
"checkpoints": [
{
"after": "11:30",
"risk": "Double booking risk for Assembler workers",
"hint": "Reassign at least one of the five Assembler roles to avoid double booking with the 09:00 shift; review scheduling logic for undefined worker references."
}
],
"created_at": "2026-04-21T01:35:16.915Z",
"file": "2026-04-22_Centennial_Packaging_1776735316915.json"
},
{
"date": "2026-04-21",
"client": "Riverfront Steel",
"cities": "Toledo",
"states": "OH",
"events_total": 5,
"events_ok": 4,
"checkpoint_count": 2,
"model": "gpt-oss:20b",
"cloud": false,
"lesson": "** \nBefore launching an expansion, always verify the pool size and certification status for the role; if the pool is unknown or certifications are missing, prefetch the data or secure temporary hires to avoid a fail. For any misplacement or recurring assignment, crosscheck the booking system to confirm that staff such as Patrick Ross are not doublebooked. Maintain a buffer of at least three extra candidates for emergency roles to keep gaps at a minimum. This proactive verification will reduce drift risk and scheduling conflicts in future runs.",
"checkpoints": [
{
"after": "12:15",
"risk": "Forklift Operator drift risk in Toledo",
"hint": "Verify forklift operator certifications in Toledo; consider temporary hires if drift persists."
},
{
"after": "15:45",
"risk": "Double-booking risk for Patrick Ross",
"hint": "Verify Patrick Rosss schedule before assigning; use the booking system to prevent overlapping shifts."
}
],
"created_at": "2026-04-21T01:13:14.575Z",
"file": "2026-04-21_Riverfront_Steel_1776733994575.json"
}
]