From 5ee63b901aeba1b25b8ed8fac5872ef861ad5e11 Mon Sep 17 00:00:00 2001 From: cheliangzhao Date: Tue, 10 Feb 2026 21:12:49 +0800 Subject: [PATCH] docs: simplify AGENTS.md by removing git workflow examples --- AGENTS.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index e8f9823..e6039d6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -221,20 +221,6 @@ When making changes, follow this checklist: 1. Make your changes to skill files 2. **Check**: Did I add/remove files? → Update file tree in README 3. **Check**: Did I add new functionality? → Update "Covers" section in README -4. Commit changes (include README if updated) -5. Push to **both** remotes: `origin` (GitHub) and `gitea` +4. Update README.md if needed -### Example Workflow - -```bash -# After making changes -git add -git add README.md # If updated - -git commit -m "descriptive message" - -# Push to both remotes -git push origin master -git push gitea master -```