The .taskid file caused merge conflicts on every PR because master's .taskid always differs from the branch's. Branch names already contain the task ID (e.g., DEVX-31-fix-foo), so .taskid is redundant.
Changes:
Remove .taskid from repo, add to .gitignore
read_taskid() now only extracts from branch name
Remove TASKID_FILE constant and Path import
Fix release.py: strip heads/ prefix from git rev-parse output
Update translations and tests
Closes DEVX-31
The .taskid file caused merge conflicts on every PR because master's .taskid always differs from the branch's. Branch names already contain the task ID (e.g., DEVX-31-fix-foo), so .taskid is redundant.
Changes:
- Remove .taskid from repo, add to .gitignore
- read_taskid() now only extracts from branch name
- Remove TASKID_FILE constant and Path import
- Fix release.py: strip heads/ prefix from git rev-parse output
- Update translations and tests
Closes DEVX-31
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The .taskid file caused merge conflicts on every PR because master's .taskid always differs from the branch's. Branch names already contain the task ID (e.g., DEVX-31-fix-foo), so .taskid is redundant.
Changes:
Closes DEVX-31
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
Pull request closed