devx v0.4.4 fixes two multi-project bugs that caused GRM post-merge workflow failures:
validate_commit_msg.py: Configurable task prefix via DEVX_TASK_PREFIX env var (was hardcoded DEVX-N)
sync_wiki.py: DOCS_DIR relative to CWD instead of package installation path (was looking in .venv/lib/python3.12/docs/)
Updates all devx version references from v0.4.3 to v0.4.4.
Closes GRM-69
## Summary
devx v0.4.4 fixes two multi-project bugs that caused GRM post-merge workflow failures:
1. **validate_commit_msg.py**: Configurable task prefix via `DEVX_TASK_PREFIX` env var (was hardcoded `DEVX-N`)
2. **sync_wiki.py**: `DOCS_DIR` relative to CWD instead of package installation path (was looking in `.venv/lib/python3.12/docs/`)
Updates all devx version references from v0.4.3 to v0.4.4.
Closes GRM-69
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: OK
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
merged commit b27b9a1089 into master2026-06-22 21:49:27 +00:00
emil
deleted branch GRM-69-pin-devx-v0.4.42026-06-22 21:49:28 +00:00
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.
Summary
devx v0.4.4 fixes two multi-project bugs that caused GRM post-merge workflow failures:
DEVX_TASK_PREFIXenv var (was hardcodedDEVX-N)DOCS_DIRrelative to CWD instead of package installation path (was looking in.venv/lib/python3.12/docs/)Updates all devx version references from v0.4.3 to v0.4.4.
Closes GRM-69
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.