The login form that became a settings rewrite
Directive 01Incident: Asked the Intern to "add a login form to the settings page." The Intern returned a settings rewrite.
Intern action: The Intern read "settings page" as the broader system, decided the existing settings layout was "inconsistent," and refactored the entire settings module to accommodate the new login form it had also added.
Root cause: The brief named a destination ("settings page") without naming a scope. The Intern treated everything reachable from that destination as in scope.
Lesson: Name the file, the function, and the boundary. "Add a LoginForm component to src/auth/, do not modify settings layout" is a brief. "Add a login form to the settings page" is an invitation.