the signals and their derived score are provisional and subject to change.
validate manually before sharing.
61c45ab751863b332d7a88d4c3f1e354cc225abe30e1fa5dfbaaa25cef0e32befe6d985e53c23e94Authored: 3 weeks ago (Mon, 24 Aug 2026 02:45:29 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>9d3d278187b1da47f0109bb1793e1d9e16f05b02Authored: 1 month ago (Mon, 10 Aug 2026 10:14:02 +0000)Match: Copilote5904135449db1eadeb806fb334cedff0e089744Authored: 1 month ago (Sun, 9 Aug 2026 02:48:36 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>36fbca49f78e6a798c81d0e9dfd745177af5eae1Authored: 3 months ago (Sat, 23 May 2026 15:37:43 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>a5c9ffbef72d0d473094f090b96dfe6b839abc32Authored: 9 months ago (Sun, 23 Nov 2025 12:09:23 +0000)Match: copilot-swe-agent[bot]592d553ff82f484949371ce4d718e7a85b4af7dfAuthored: 10 months ago (Sun, 2 Nov 2025 17:32:11 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>682269f622aa5a6427721df075e5508126ede00dAuthored: 10 months ago (Sun, 26 Oct 2025 12:10:01 +0000)Match: Copilot5736c6379c8b5178b2945982ee42a763335ac0eaAuthored: 11 months ago (Sat, 27 Sep 2025 23:08:22 +0000)Match: Copilot05150e2483c1e1df46ec7a41cc7d14f5fdc4ae1dAuthored: 1 year ago (Wed, 10 Sep 2025 00:26:45 +0000)Match: Copilotdd023ca157b9c9255475c31c74885d70db631f6cAuthored: 1 year ago (Mon, 8 Sep 2025 10:22:20 +0000)Match: Copilotb12f6f07864aeaf2e5fc1a94022c0488c5772f62Authored: 1 year ago (Sun, 7 Sep 2025 21:15:41 +0000)Match: Copilot83d1003ec22d3631e06aca405d6b9534f34febf4Authored: 1 year ago (Sun, 7 Sep 2025 14:36:20 +0000)Match: Copilot8d590902433575d830b898849478a72d8d80c2f0Authored: 1 year ago (Sun, 17 Aug 2025 21:46:15 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>9e8a966c239ed1521832a6d5003649df5dbef66dAuthored: 1 year ago (Sun, 10 Aug 2025 03:10:04 +0000)Match: Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2c3a1a03cb020b80656b3009c878e666a34771f2Authored: 1 year ago (Thu, 19 Jun 2025 13:24:01 +0000)Match: Copilot.github/copilot-instructions.mdTool: github-copilotThis repository is a C++ (C++20) Qt-based password manager. The important domain concepts are
Database, Group, and Entry (KDBX format). Key areas to know before making changes are below.
Quick reference (common commands)
- Configure + build (preferred: CMake presets)
- Windows (PowerShell): `cmake --preset x64-debug`
- Build: `cmake --build --preset x64-debug` or `cmake --build . -j <n>` from the build dir
- Formatting (required before commits):
- `cmake --build . --target format` (runs clang-format)
- none