Commit 001119f
fix: remove trailing dash from issue-prefix in beads config
ensure_config_yaml wrote issue-prefix with a trailing dash (e.g. "hw-"),
causing bd to generate IDs with a double-dash prefix ("hw--"). bd adds
its own separator, so the config value should be just the prefix.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2dede9d commit 001119f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
780 | | - | |
| 780 | + | |
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
| |||
0 commit comments