Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 737 Bytes

File metadata and controls

20 lines (13 loc) · 737 Bytes

Contributing to FileUse Bench

Bug reports, documentation corrections, and focused pull requests are welcome.

Please keep these design constraints intact:

  • Never move, modify, or delete a user's source files.
  • Treat the SQLite database and full file paths as private data.
  • Prefer Windows Recent Items as the intentional-use signal; do not replace it with recursive filesystem monitoring.
  • Preserve idempotent harvesting and atomic tenure replay.
  • Keep generated shortcuts out of version control.

Before submitting a change, run:

pwsh -NoProfile -File .\tests\Integration.Tests.ps1

Do not include a real fileuse.sqlite, log, shortcut, or screenshot containing personal paths in an issue or pull request.