huskies: merge 586_bug_wizard_skips_context_and_stack_generation_when_files_already_exist_from_scaffold

This commit is contained in:
dave
2026-04-15 23:48:14 +00:00
parent 4a1c6b4cfa
commit 4553d7215a
2 changed files with 45 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use std::path::Path;
/// Only untouched templates contain this marker — real project content
/// will never include it, so it avoids false positives when the project
/// itself is an "Agentic AI Code Assistant".
const TEMPLATE_SENTINEL: &str = "<!-- huskies:scaffold-template -->";
pub(crate) const TEMPLATE_SENTINEL: &str = "<!-- huskies:scaffold-template -->";
/// Marker found in the default `script/test` scaffold output.
const TEMPLATE_MARKER_SCRIPT: &str = "No tests configured";