Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 825 Bytes

File metadata and controls

21 lines (15 loc) · 825 Bytes

Contributing

Bug reports, documentation improvements, tests, and focused pull requests are welcome.

Development setup

  1. Use Windows 11 with Python 3.10 or newer and PowerShell.
  2. Clone the repository and run python -m unittest from its root.
  3. For a local current-user installation, run .\Install-PythonFileLauncher.ps1 from PowerShell.
  4. Build release artifacts with .\Build-Release.ps1. The build dependency is installed into an isolated environment under build_tools.

Please keep Guardian's safety boundary intact: diagnosis is read-only, source changes require explicit approval, bounded repair must remain project-scoped and reversible, and secrets must not be included in reports or tests.

By submitting a contribution, you agree that it may be distributed under the project's MIT License.