Updated agents

This commit is contained in:
2026-02-05 10:59:08 +01:00
parent 6305985dad
commit 70a4f7ed61

View File

@@ -4,6 +4,7 @@ Also see the other related files: API.md, IIS.md, SPEC.md
## Rules ## Rules
- This is a Windows environment, WSL is not installed (i.e. sed is not available). Use PowerShell commands (e.g. Get-Content with the -First and -Skip options).
- web.config in the server is different than locally, it must be exluded from deployment. - web.config in the server is different than locally, it must be exluded from deployment.
- After every iteration, do a git commit with a brief summary of the changes as a commit message. - After every iteration, do a git commit with a brief summary of the changes as a commit message.
- If you find unexpected changes in the code (deletions, changes, diff results that were not communicated.), never revert them and never restore the old state. Assume that those changes happened with intent. - If you find unexpected changes in the code (deletions, changes, diff results that were not communicated.), never revert them and never restore the old state. Assume that those changes happened with intent.
@@ -11,7 +12,7 @@ Also see the other related files: API.md, IIS.md, SPEC.md
- Keep changes small and testable - Keep changes small and testable
- Avoid introducing new dependencies unless they remove complexity. - Avoid introducing new dependencies unless they remove complexity.
- Keep endpoint logic in `Endpoints/` and shared helpers/DTOs in their folders to avoid Program.cs bloat. - Keep endpoint logic in `Endpoints/` and shared helpers/DTOs in their folders to avoid Program.cs bloat.
- Keep css and js files diverse to avoid styles.css or app.js bloat. - Keep css and js files diversified to avoid styles.css or app.js bloat.
## Tech constraints: ## Tech constraints:
- .NET 10 - .NET 10