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 +#