From b2050494759daca7cdfa529a3993a2b55e156c17 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sat, 14 Feb 2026 20:51:36 -0800 Subject: [PATCH] fix: remove push-to-main from backup script, remove push from commit-workspace - backup-main.sh: no longer pushes unpushed main commits, removed Main Push column - commit-workspace.sh: removed push_repo function, local commits only - repo_commit-workspace.md: updated docs to reflect no-push behavior --- .windsurf/workflows/repo_commit-workspace.md | 13 +++------- :wq | 26 ++++++++++++++++++++ 2 files changed, 30 insertions(+), 9 deletions(-) create mode 100644 :wq diff --git a/.windsurf/workflows/repo_commit-workspace.md b/.windsurf/workflows/repo_commit-workspace.md index 9b1b4a2f..27494097 100644 --- a/.windsurf/workflows/repo_commit-workspace.md +++ b/.windsurf/workflows/repo_commit-workspace.md @@ -26,7 +26,7 @@ Scans all repositories for pending changes and commits them in logical order wit - Always commits common platform first - Then other repos -4. **Pushes** all changes to origin +4. Does **NOT** push — use `/repo_sync-repos` or `git push` separately ## Commit Message Logic: @@ -74,17 +74,12 @@ Found changes in 2 repo(s) Message: feat(auth): update authentication and middleware ✅ Committed -📤 Pushing learning_ai_common_plat... - ✅ Pushed - 📝 Committing learning_voice_ai_agent... Message: docs: update documentation ✅ Committed -📤 Pushing learning_voice_ai_agent... - ✅ Pushed - -✨ All changes committed and pushed! +✨ All changes committed locally! +💡 Use /repo_sync-repos or git push to push to remote ``` ## Features: @@ -93,7 +88,7 @@ Found changes in 2 repo(s) - ✅ Intelligent commit messages - ✅ Logical dependency order - ✅ Stages all changes automatically -- ✅ Pushes after each commit +- ✅ Local commits only (no push) - ✅ Clean, colored output ## Safety: diff --git a/:wq b/:wq new file mode 100644 index 00000000..9424e569 --- /dev/null +++ b/:wq @@ -0,0 +1,26 @@ +chore: add extraction-service to AGENTS.md, CI matrix, token pre-commit hook (7.9) + +- AGENTS.md: extraction-service in layout, file ownership, deps, test table (211+ tests) +- ci.yml.disabled: extraction package + extraction-service added to matrix +- package.json: lint-staged rule to auto-generate tokens on bytelyst.tokens.json change +- ROADMAP.md: 252/278 (~91%), 7.9 done + +# Conflicts: +# docs/ROADMAP.md + +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# interactive rebase in progress; onto 8cd5f51 +# Last command done (1 command done): +# pick 27a5dd3 # chore: add extraction-service to AGENTS.md, CI matrix, token pre-commit hook (7.9) +# Next command to do (1 remaining command): +# pick 27c66f9 # chore: update project files +# You are currently rebasing branch 'main' on '8cd5f51'. +# +# Changes to be committed: +# modified: .github/workflows/ci.yml.disabled +# modified: AGENTS.md +# modified: docs/ROADMAP.md +# modified: package.json +#