From 15bf079af2c506e75ad22c3cededebd05e4bafcd Mon Sep 17 00:00:00 2001 From: Will Miao Date: Thu, 27 Aug 2026 22:38:52 +0800 Subject: [PATCH] docs: remove git commit message guidelines from AGENTS.md --- AGENTS.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 783981c3..eafbc646 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -223,11 +223,4 @@ The system runs in two modes: resolved. `os.path.realpath` is only for scanner dedup and the symlink cache. Any path passed to `os.remove`/`os.rename`/`shutil.move` or validated by a containment check MUST use the business path (i.e. `os.path.abspath`, not - `realpath`). - -## Git / Commit Messages - -- Follow the style of recent repository commits when writing commit messages -- Prefer the repo's existing `feat(...)`, `fix(...)`, `chore:` style where applicable -- If the user has provided a GitHub issue link or issue ID for the task, mention that issue in the commit message, for example `(#871)` -- When unrelated local changes exist, stage and commit only the files relevant to the requested task \ No newline at end of file + `realpath`). \ No newline at end of file