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>
138 lines
2.8 KiB
JSON
138 lines
2.8 KiB
JSON
[
|
|
{
|
|
"name": "Zachary Taylor",
|
|
"booked_for": "07:30",
|
|
"role": "Assembler",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "no_show"
|
|
},
|
|
{
|
|
"name": "Dorothy D. Lewis",
|
|
"booked_for": "07:30",
|
|
"role": "Assembler",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Adam D. Watson",
|
|
"booked_for": "07:30",
|
|
"role": "Assembler",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Katherine Q. Gutierrez",
|
|
"booked_for": "07:30",
|
|
"role": "Assembler",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Lauren F. Moore",
|
|
"booked_for": "07:30",
|
|
"role": "Assembler",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Gary O. Stewart",
|
|
"booked_for": "07:30",
|
|
"role": "Assembler",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Carlos M. Murphy",
|
|
"booked_for": "09:30",
|
|
"role": "Quality Tech",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Frank G. Roberts",
|
|
"booked_for": "09:30",
|
|
"role": "Quality Tech",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Christina Watson",
|
|
"booked_for": "11:00",
|
|
"role": "Machine Operator",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Amy S. Jenkins",
|
|
"booked_for": "11:00",
|
|
"role": "Machine Operator",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Alexander R. Evans",
|
|
"booked_for": "11:00",
|
|
"role": "Machine Operator",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Angela U. Ward",
|
|
"booked_for": "11:00",
|
|
"role": "Machine Operator",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Nathan N. Roberts",
|
|
"booked_for": "11:00",
|
|
"role": "Machine Operator",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Christina Watson",
|
|
"booked_for": "14:00",
|
|
"role": "Machine Operator",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Alexander P. Turner",
|
|
"booked_for": "14:00",
|
|
"role": "Machine Operator",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Angela U. Ward",
|
|
"booked_for": "14:00",
|
|
"role": "Machine Operator",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
},
|
|
{
|
|
"name": "Zachary Taylor",
|
|
"booked_for": "16:00",
|
|
"role": "Assembler",
|
|
"city": "Indianapolis",
|
|
"state": "IN",
|
|
"status": "confirmed"
|
|
}
|
|
] |