tech design

This commit is contained in:
2026-04-21 17:37:04 +02:00
parent 126b6fdd58
commit ed703d91f4
3 changed files with 118 additions and 15 deletions

4
AGENTS.windows.md Normal file
View File

@@ -0,0 +1,4 @@
# Windows-specific rules
- This is a Windows environment, WSL is not installed (i.e. sed is not available). You're running under PowerShell 7.6.0. Due to platform restrictions, file deletions are not possible. Replacing the entire file content via a context diff is a viable alternative.
- PowerShell doesn't support bash-style heredocs. If complex scripts need to be executed, consider using python. Run Python code using python -c with inline commands instead of python - <<'PY'.