huskies: merge 952

This commit is contained in:
dave
2026-05-13 05:38:34 +00:00
parent 0a825b9f27
commit 9ccbdff19f
3 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ pub(super) fn write_story_kit_gitignore(root: &Path) -> Result<(), String> {
/// `store.json` is excluded via `.huskies/.gitignore` since it now lives
/// inside the `.huskies/` directory.
pub(super) fn append_root_gitignore_entries(root: &Path) -> Result<(), String> {
let entries = [".huskies_port", ".mcp.json"];
let entries = [".huskies_port", ".mcp.json", "PLAN.md"];
let gitignore_path = root.join(".gitignore");
let existing = if gitignore_path.exists() {