Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ collegate, esegui `npm run quality:react-doctor` e aggiungi verifiche browser,
responsive, accessibilità e stati vuoti/errore/loading proporzionati prima di
considerarla completa.

React Doctor è obbligatorio anche prima di considerare chiusa una release
major/minor del tool o della dashboard, cioè quando cambia `X` o `Y` nello
schema `X.Y.Z`; non è richiesto per semplici scan/report o patch senza modifiche
React trasversali.

## Risposta finale e completamento

Chiudi con cosa è cambiato o scoperto, file principali se utili, verifiche
Expand Down
2 changes: 1 addition & 1 deletion docs/TOOLCHAIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Questa pagina descrive runtime, comandi e guardrail effettivi di Sentinel.
- dashboard web dinamica: `npm run dev`.
- build CLI: `npm run build:cli`.
- build web: `npm run build:web`.
- React Doctor: `npm run quality:react-doctor`.
- React Doctor: `npm run quality:react-doctor`, basato su `npx react-doctor@latest`.
- build completa: `npm run build`.
- pubblicazione payload dashboard: `npm run sentinel -- publish-dashboard`.
- test email Gmail: `npm run sentinel -- test-email --profile gmail`.
Expand Down
Loading
Loading