Fix syntax error in onboard.go from PR #154

The backtick escaping was missing around .beads/issues.jsonl on line 69.
This commit is contained in:
Steve Yegge
2025-10-26 13:24:09 -07:00
parent dde640a502
commit 4c71235377

View File

@@ -66,7 +66,7 @@ bd close bd-42 --reason "Completed" --json
4. **Discover new work?** Create linked issue:
- ` + "`bd create \"Found bug\" -p 1 --deps discovered-from:<parent-id>`" + `
5. **Complete**: ` + "`bd close <id> --reason \"Done\"`" + `
6. **Commit together**: Always commit the `.beads/issues.jsonl` file together with the code changes so issue state stays in sync with code state
6. **Commit together**: Always commit the ` + "`.beads/issues.jsonl`" + ` file together with the code changes so issue state stays in sync with code state
### Auto-Sync