baro-ai 0.45.0 → 0.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs CHANGED
@@ -10099,6 +10099,14 @@ function buildDefaultStoryPrompt(story) {
10099
10099
  "- If a single-file edit is sufficient, make a single-file edit. Resist expanding.",
10100
10100
  "- If you notice unrelated bugs or improvements, mention them in your final commit",
10101
10101
  " message under a `Noted (out of scope):` line so the user can file follow-ups.",
10102
+ "- Do NOT take external side-effecting actions \u2014 opening GitHub issues, posting PR",
10103
+ " comments, sending notifications, pushing tags \u2014 UNLESS this story's acceptance",
10104
+ " criteria explicitly require it. In a parallel run many agents share one working",
10105
+ " tree, so a failure you observe is very likely produced by another story, not you.",
10106
+ "- If `npm test` / `cargo test` / the build surfaces a FAILURE in a file this story",
10107
+ " did not create or modify, it is not yours to fix OR report. Note it under",
10108
+ " `Noted (out of scope):` and move on \u2014 do not open an issue for it. A dedicated",
10109
+ " triage story (or the user) owns deciding whether a shared failure is a real bug.",
10102
10110
  "",
10103
10111
  "IMPORTANT: Before you commit, you MUST verify the project builds successfully:",
10104
10112
  " - If Cargo.toml exists: run `cargo build` and fix all errors and warnings",