[PR #374] [MERGED] chore: developer experience - pre-commit hook, ai instructions, yaml formatting #393

Closed
opened 2026-05-05 22:18:09 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/374
Author: @jonstelly
Created: 2/4/2026
Status: Merged
Merged: 3/25/2026
Merged by: @feschber

Base: mainHead: pr/dx-and-ai


📝 Commits (4)

  • 0370cac chore: developer experience - pre-commit hook, ai instructions, yaml formatting for prettier
  • 14e7049 no prettierrc, editorconfig instead
  • 9f07ef0 fixes from copilot suggestions
  • 2f31967 Merge branch 'main' into pr/dx-and-ai

📊 Changes

4 files changed (+144 additions, -2 deletions)

View changed files

.editorconfig (+24 -0)
.githooks/pre-commit (+34 -0)
AGENTS.md (+65 -0)
📝 README.md (+21 -2)

📄 Description

Some minor developer experience items:

  • pre-commit hook to run cargo fmt, clippy, test
  • README.md addition for registering the git hook
  • editorconfig for formatting, mainly for toml, yaml, but tried to replicate rustfmt.toml reasonably
  • AGENTS.md - copilot instructions/help for the repository, aiming to constrain/focus copilot a bit, give a bit of context of terminology, code-base

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/374 **Author:** [@jonstelly](https://github.com/jonstelly) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 3/25/2026 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `pr/dx-and-ai` --- ### 📝 Commits (4) - [`0370cac`](https://github.com/feschber/lan-mouse/commit/0370cac84fad69117ade0335cb189e18c7df49a5) chore: developer experience - pre-commit hook, ai instructions, yaml formatting for prettier - [`14e7049`](https://github.com/feschber/lan-mouse/commit/14e704983d5f018469c7290a59cbb92be1b1864f) no prettierrc, editorconfig instead - [`9f07ef0`](https://github.com/feschber/lan-mouse/commit/9f07ef06eb1c4ee488e0bc3b0bc4e18ee4727ec7) fixes from copilot suggestions - [`2f31967`](https://github.com/feschber/lan-mouse/commit/2f319673ef93b9c144f8309107f9a0f19a9c297c) Merge branch 'main' into pr/dx-and-ai ### 📊 Changes **4 files changed** (+144 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+24 -0) ➕ `.githooks/pre-commit` (+34 -0) ➕ `AGENTS.md` (+65 -0) 📝 `README.md` (+21 -2) </details> ### 📄 Description Some minor developer experience items: - pre-commit hook to run cargo fmt, clippy, test - README.md addition for registering the git hook - editorconfig for formatting, mainly for toml, yaml, but tried to replicate rustfmt.toml reasonably - AGENTS.md - copilot instructions/help for the repository, aiming to constrain/focus copilot a bit, give a bit of context of terminology, code-base --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:18:09 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#393
No description provided.