From 7de6ea592236c3ea72769c3421ad812185a2f6bd Mon Sep 17 00:00:00 2001 From: Giuseppe Rota <403432+grota@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:14:53 +0100 Subject: [PATCH] fix: fix typo in commit message guidelines (#3702) --- .opencode/command/commit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.opencode/command/commit.md b/.opencode/command/commit.md index 33737917..2e3d759b 100644 --- a/.opencode/command/commit.md +++ b/.opencode/command/commit.md @@ -19,5 +19,5 @@ For anything in the packages/app use the ignore: prefix. prefer to explain WHY something was done from an end user perspective instead of WHAT was done. -do not do generic messages like "improvied agent experience" be very specific +do not do generic messages like "improved agent experience" be very specific about what user facing changes were made