diff --git a/src/apps/tracker-web/src/components/gate/GatePolicyEditor.tsx b/src/apps/tracker-web/src/components/gate/GatePolicyEditor.tsx index eb1ab57..80e530e 100644 --- a/src/apps/tracker-web/src/components/gate/GatePolicyEditor.tsx +++ b/src/apps/tracker-web/src/components/gate/GatePolicyEditor.tsx @@ -248,7 +248,9 @@ const EditPolicyBody: React.FC<{ - {/* Required evidence editor */} + {/* Required evidence editor — hidden at intake: opportunities have no + deliverable/evidence restrictions; intake is a promotion gate (T-036 §2.2). */} + {phase !== 'intake' && (
+ {profiles.isLoading + ? t('Loading Core artifacts…', 'Cargando artefactos del Core…') + : t( + 'Evolith Core defines no artifacts for this phase — no gate criteria can be added here (ADR T-036).', + 'Evolith Core no define artefactos para esta fase — no se pueden agregar criterios de gate aquí (ADR T-036).', + )} +
+ ) : ( + + )} {/* Core verdict toggle */}