huskies: merge 952
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user