FIELD_NOTES // ARCHIVE

THE ENGINEERING DIARY

Build logs, debugging deep-dives, architectural decisions, and observations compiled from live production environments and developer agent sessions.

[BUILD LOG]
12 MIN READ

Shipping LLM Prompts as a Build Artifact, Not a Doc

How @madisonlogic/ui-components treats per-component prompt YAML as source of truth, regenerates it into llms.txt, and gates drift with an automated contract check — real gaps and fixes from the sessions that built it.

#frontend#claude-code#mcp