storkit: merge 434_story_wizard_auto_checks_completion_on_first_conversation

This commit is contained in:
dave
2026-03-28 23:29:57 +00:00
parent 2da0e1eb55
commit b32fdf7d65
+4
View File
@@ -760,6 +760,10 @@ mod tests {
content.contains("Never chain shell commands"), content.contains("Never chain shell commands"),
"CLAUDE.md should include command chaining rule" "CLAUDE.md should include command chaining rule"
); );
assert!(
content.contains("wizard_status"),
"CLAUDE.md should instruct Claude to call wizard_status on first conversation"
);
} }
#[test] #[test]