feat: Implement sector role configuration on the setores page and remove the deprecated TI config page.

This commit is contained in:
2025-12-05 10:21:36 -03:00
parent 29577b8e63
commit c8d717b315
6 changed files with 304 additions and 220 deletions

View File

@@ -19,8 +19,8 @@ After calling the list-sections tool, you MUST analyze the returned documentatio
### 3. svelte-autofixer
Analyzes Svelte code and returns issues and suggestions.
You MUST use this tool whenever writing Svelte code before sending it to the user. Keep calling it until no issues or suggestions are returned.
Analyzes Svelte code and returns problems and suggestions.
You MUST use this tool whenever you write Svelte code before submitting it to the user. Keep calling it until no problems or suggestions are returned. Remember that this does not eliminate all lint errors, so still keep checking for lint errors before proceeding.
### 4. playground-link