Add \n so instructions work better in AGENTS.md files.

This commit is contained in:
jonathan berger
2025-11-26 10:46:05 -05:00
committed by GitHub
parent 7d765c228b
commit 24c0ec9c40

View File

@@ -139,7 +139,7 @@ bd init --branch beads-metadata
# - Auto-start daemon for sync
# Then tell your agent about bd:
echo "BEFORE ANYTHING ELSE: run 'bd onboard' and follow the instructions" >> AGENTS.md
echo "\nBEFORE ANYTHING ELSE: run 'bd onboard' and follow the instructions" >> AGENTS.md
```
**Protected branches?** If your `main` branch is protected, use `bd init --branch beads-metadata` to commit issue updates to a separate branch. See [docs/PROTECTED_BRANCHES.md](docs/PROTECTED_BRANCHES.md) for details.