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