in script.js [50:55]
function handleArchetypeKeydown(e) { if (e.key === 'Enter') { e.preventDefault(); // Prevent form submission addArchetype(); } }