silverwind
84daa0b8be
Update AGENTS.md with additional guidelines ( #37018 )
...
Add and modify more instruction for common problems in this codebase and
made the force-push instruction more strict.
---------
Signed-off-by: silverwind <me@silverwind.io >
Co-authored-by: Claude (Opus 4.6) <noreply@anthropic.com >
2026-03-28 16:44:17 -07:00
silverwind
66b8178e59
Improve AGENTS.md ( #36974 )
...
1. Remove header line, useless context bloat
2. Reword all "before commiting" lines because some people may not be
using the agent to commit, only to write changes.
2026-03-24 17:49:29 +01:00
silverwind
1d4b8486f0
Update AGENTS.md instructions ( #36627 )
2026-02-14 18:11:13 +01:00
Copilot
000d7c1ccb
Improve timeline entries for WIP prefix changes in pull requests ( #36518 )
...
Add new timeline event types when the WIP prefix is added or removed,
replacing the previous ugly title change messages.
Fixes: https://github.com/go-gitea/gitea/issues/36517
---------
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2026-02-05 05:57:08 +00:00
Copilot
584d8ef75f
Fix incorrect vendored detections ( #36508 )
...
Fixes: https://github.com/go-gitea/gitea/issues/22618
`go-enry`'s `IsVendor` function marks git paths (`.gitignore`,
`.gitattributes`, `.gitmodules`), github/gitea paths (`.github/`,
`.gitea/`) as "vendored" for GitHub Linguist language statistics. This
causes these files to incorrectly display the "Vendored" tag in diff
views.
Override `go-enry`'s detection for these specific cases while preserving
its behavior for actual vendor directories.
---------
Signed-off-by: silverwind <me@silverwind.io >
Signed-off-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: silverwind <115237+silverwind@users.noreply.github.com >
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2026-02-01 10:35:51 +00:00
Copilot
8feabe4160
Add FOLDER_ICON_THEME configuration option ( #36496 )
...
Fixes: https://github.com/go-gitea/gitea/issues/35182
Signed-off-by: silverwind <me@silverwind.io >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: silverwind <115237+silverwind@users.noreply.github.com >
Co-authored-by: silverwind <me@silverwind.io >
2026-01-30 20:48:56 +00:00