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
This commit is contained in:
parent
9b9f5ba0fd
commit
b205049475
@ -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:
|
||||
|
||||
26
:wq
Normal file
26
:wq
Normal file
@ -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
|
||||
#
|
||||
Loading…
Reference in New Issue
Block a user