c66c6a0d1775f721140df2b718291b964a7350c6none
CLAUDE.mdTool: claude-codeAGENTS.md.coderabbit.yamlTool: coderabbitslanguage: en-US
issue_enrichment:
auto_enrich:
enabled: false
reviews:
profile: assertive
# Suppress redundant posts and collapse the "walkthrough" post
review_status: false # removes the "Actions performed" status comment
in_progress_fortune: false # removes the in-progress "Currently processing…" comment
collapse_walkthrough: true
# Don't edit the PR top post
high_level_summary_in_walkthrough: true
# Remove mostly redundant/noisy sections
sequence_diagrams: false
AGENTS.mdTool: agents-md# Guide for AI Coding Assistants
Critical Ulauncher-specific patterns and constraints.
## Core Constraints
- **GTK main thread**: All GTK operations must run in the main thread. Use `scheduling.run_when_idle` to schedule work from other contexts.
- **Callback-based async**: Use GLib callbacks, not Python async/await. Use `scheduling.timer` for delayed execution or `scheduling.interval` if they need to repeat.
- **Lazy module loading**: Defer imports not needed for the initial window to keep startup fast..codexFile: .gitignoreTool: codex