the signals and their derived score are provisional and subject to change.
validate manually before sharing.
e398002eb6df8c7dcf0fe3fad66d0d05d6dcf1e23660d577d2b7f69d44b945df526f24651ccae692Authored: 1 year ago (Mon, 4 Aug 2025 03:09:36 +0000)Match: Co-Authored-By: opencode <noreply@opencode.ai>AGENTS.mdTool: agents-md# Agent Guidelines for maccel Repository
This document outlines essential commands and style conventions for agentic coding in this repository.
## 1. Project Structure
- `driver/` - Linux kernel module (C) for mouse acceleration
- `cli/` - Rust CLI binary for controlling the driver
- `crates/core/` - Core Rust library shared by CLI and TUI
- `tui/` - Terminal UI component using ratatui
- `site/` - Documentation website (Astro/TypeScript)
- `udev_rules/` - udev rules for device permissions
- `PKGBUILD` - none