the signals and their derived score are provisional and subject to change.
validate manually before sharing.
1484d8fe6c4108c54fff778b22b9d0e5536108a4580b9f79d5c4c147e95dd1162561e2acb8efbce0Authored: 3 months ago (Thu, 21 May 2026 16:24:14 +0000)Match: Co-authored-by: Cursor <cursoragent@cursor.com>580b9f79d5c4c147e95dd1162561e2acb8efbce0Authored: 3 months ago (Thu, 21 May 2026 16:24:14 +0000)Match: Co-authored-by: Cursor <cursoragent@cursor.com>580b9f79d5c4c147e95dd1162561e2acb8efbce0Authored: 3 months ago (Thu, 21 May 2026 16:24:14 +0000)Match: Co-authored-by: Cursor <cursoragent@cursor.com>6206ca75730a30f514fefc3e800f0b38bdd10666Authored: 10 months ago (Tue, 28 Oct 2025 16:25:40 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)6206ca75730a30f514fefc3e800f0b38bdd10666Authored: 10 months ago (Tue, 28 Oct 2025 16:25:40 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)6206ca75730a30f514fefc3e800f0b38bdd10666Authored: 10 months ago (Tue, 28 Oct 2025 16:25:40 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)6206ca75730a30f514fefc3e800f0b38bdd10666Authored: 10 months ago (Tue, 28 Oct 2025 16:25:40 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>573ed2a5e1534461a642e1bd7a69c6e2fd79fd84Authored: 1 year ago (Tue, 26 Aug 2025 21:07:01 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>AGENTS.mdTool: agents-mdvicinae is a multi purpose launcher built with QtQuick. This file focuses on explaining general rules. For everything else, just look at the codebase.
It uses QML for presentation and C++ for business logic.
React/Typescript is used to power the extension API.
For development:
- On UNIXes, use `make debug`.
- On Windows use `cmake --preset windows-relwithdebinfo` (full debug builds only when needed)
## Separation of concerns
QML is exclusively used for presentation. DO NOT put business logic inside QML.claude/*File: .gitignoreTool: claude-code.codex/File: .gitignoreTool: codex