Dashboard › opencode-lore › Commit, branch, PR, and review complete…
01a0a6e6-cd12-75d9-b563-7909a5d34802Always commit completed work and follow the repository’s established branch, pull-request, and review workflow when applicable. In Git repositories, isolate unrelated auto-managed .lore.md changes, validate the final work, then use git add . so tests, fixtures, and configuration are included. In repositories containing .jj/, use Jujutsu exclusively for version-control mutations because it has no staging area. Never merge a generic “fix this issue” request without Burak Yigit Kaya’s explicit authorization.