# Copilot Instructions ## Communication Preferences - Ich bevorzuge die Kommunikation auf Deutsch - Bitte antworte auf meine Fragen auf Deutsch - Schreibe technische Erklärungen, Anleitungen und Hilfestellungen auf Deutsch - Der generierte Code selbst soll jedoch auf Englisch sein ## Language for Code - All code comments should be written in English - All console output messages should be in English - All documentation (README files, inline documentation, etc.) should be written in English - Variable names and function names should follow English naming conventions ## Code Style - Follow idiomatic Zig style - Use clear and descriptive variable and function names - Provide appropriate documentation for functions and complex logic - Maintain the existing project structure and organization ## Technical Requirements - The project uses Zig version 0.14.1 - New features and syntax introduced in Zig 0.14.1 should be leveraged when appropriate - Generated code must be compatible with Zig 0.14.1 compiler - Build scripts should follow Zig 0.14.1 build system conventions ## Features - The Pi-Finder library is focused on simplicity and performance - JSON is the standard output format - Any new features should maintain backward compatibility ## Git Usage - Always use "git --no-pager" with commands that produce output, such as "git log", "git diff", etc.