diff --git a/.gitignore b/.gitignore index 4040473..81bb478 100644 --- a/.gitignore +++ b/.gitignore @@ -11,15 +11,16 @@ coverage/ # Morning Star harness (.mstar/) # Principle: process stays local; results are shared with the team. # Ignored (process / coordination): -.mstar/agent-flow.jsonl -.mstar/archived/ -.mstar/iterations/ -.mstar/notes.json -.mstar/plans/ -.mstar/sdd/ -.mstar/status.json +.mstar/** +!.mstar/knowledge/ +!.mstar/knowledge/** +!.mstar/specs/ +!.mstar/specs/** # Tracked (results): .mstar/AGENTS.md, .mstar/knowledge/, .mstar/specs/ +# Git worktrees (local feature-worktree housing) +.worktrees/ + # Editor / OS .DS_Store .idea/