Updated docs
This commit is contained in:
10
AGENTS.md
10
AGENTS.md
@@ -2,6 +2,14 @@
|
||||
|
||||
Also see the other related technical documentation in the docs folder.
|
||||
|
||||
## Tools
|
||||
|
||||
These tool paths should be used instead of any entry in the PATH environment variable:
|
||||
|
||||
- Python is installed in `C:\Users\frank\AppData\Local\Programs\Python\Python314`.
|
||||
- MiKTeX portable is installed in `D:\Code\miktex-portable\texmfs\install\miktex\bin\x64`.
|
||||
- Tesseract is installed in `C:\Program Files\Sejda PDF Desktop\resources\vendor\tesseract-windows-x64`.
|
||||
|
||||
## Rules
|
||||
|
||||
- This is a Windows environment, WSL is not installed (i.e. sed is not available). You're running under PowerShell 7.5.5. Due to platform restrictions, file deletions are not possible. Replacing the entire file content via a context diff is a viable alternative.
|
||||
@@ -16,4 +24,4 @@ Also see the other related technical documentation in the docs folder.
|
||||
- Check if the code compiles with a compile-only `dotnet build` to avoid artifact conflicts.
|
||||
- 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.
|
||||
- At the end perform a git commit with a one-liner summary.
|
||||
- At the end perform a git commit with a one-liner summary.
|
||||
|
||||
Reference in New Issue
Block a user