From 24c0ec9c4072cac37d151b25cdeb2b233f41b84e Mon Sep 17 00:00:00 2001 From: jonathan berger Date: Wed, 26 Nov 2025 10:46:05 -0500 Subject: [PATCH] Add \n so instructions work better in AGENTS.md files. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0b9edf..5657df2d 100644 --- a/README.md +++ b/README.md @@ -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.