Updated agents, curated "A" Void

This commit is contained in:
2026-03-20 00:19:51 +01:00
parent 7bb0c1b8d1
commit 77de42e4ae
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@@ -277,7 +277,6 @@ ServiceFabricBackup/
# SQLite transient sidecars # SQLite transient sidecars
*.db-shm *.db-shm
*.db-wal *.db-wal
/rolemaster.db
# Business Intelligence projects # Business Intelligence projects
*.rdl.data *.rdl.data

View File

@@ -19,6 +19,10 @@ These tool paths should be used instead of any entry in the PATH environment var
- When an task is finished, perform a code review to evaluate if the change is clean and maintainable with high software engineering standards. Iterate on the code and repeat the review process until satisfied. - When an task is finished, perform a code review to evaluate if the change is clean and maintainable with high software engineering standards. Iterate on the code and repeat the review process until satisfied.
- After the implementation is finished, verify all changed files, and run `python D:\Code\crlf.py $file1 $file2 ...` only for files you recognize, in order to normalize all line endings of all touched files to CRLF. - After the implementation is finished, verify all changed files, and run `python D:\Code\crlf.py $file1 $file2 ...` only for files you recognize, in order to normalize all line endings of all touched files to CRLF.
- If there's documnentation present, always keep it updated. - If there's documnentation present, always keep it updated.
### Git
- Never change the .gitignore file without consent.
- At the end perform a git commit with a one-liner summary. - At the end perform a git commit with a one-liner summary.
### PowerShell ### PowerShell
@@ -30,6 +34,8 @@ These tool paths should be used instead of any entry in the PATH environment var
### Dotnet CLI ### Dotnet CLI
- Use `$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = '1'` - If a build fails with 0 errors / 0 warnings:
- Use `$env:NUGET_PACKAGES = Join-Path $env:USERPROFILE '.nuget\packages'` - Do not keep retrying the same build command
- If a build fails with 0 errors / 0 warnings, do not keep retrying the same build command, instead use --no-restore. - Consider using --no-restore.
- Consider using `$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = '1'`
- Consider using `$env:NUGET_PACKAGES = Join-Path $env:USERPROFILE '.nuget\packages'`

BIN
rolemaster.db Normal file

Binary file not shown.