openlogi 0.6.21

OpenLogi command-line interface — a local-first companion for Logitech HID++ peripherals.
1
2
3
4
5
6
7
8
9
10
11
12
@AGENTS.md

## Claude Code specifics

- Path-scoped deep rules live in `.claude/rules/` and load automatically when you touch
  matching files; the index is at the bottom of AGENTS.md.
- GPUI and gpui-component reference skills may be present locally under `.agents/skills/`
  (`gpui`, `gpui-component`, `gpui-entity`, `gpui-layout-and-style`, …; gitignored,
  per-developer). When they are available, consult them for GUI work instead of guessing
  gpui APIs from training data — the gpui pin moves and APIs drift.
- `crates/openlogi-gui/src/platform/CLAUDE.md` imports that directory's `AGENTS.md`
  (the macOS ObjC FFI contract) when you work in that subtree.