Skip to content

feat(mcp): ask once before watching a project directory - #127

Merged
scott merged 1 commit into
mainfrom
feat/124-mcp-dir-watch-ask
Sep 15, 2026
Merged

scott merged 1 commit into
mainfrom
feat/124-mcp-dir-watch-ask

Conversation

@scott

@scott scott commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Teach MCP-only agents the same one-time folder ask as the skill: when they create a project/output directory (or write the first .md into one that is not already dir-watched), ask before gander watch <dir>.
  • Yes runs hosted gander watch <abs-dir> (or local gander --watch <abs-dir> if not signed up) and starts the usual comment-poll window. No is a session skip. Already watching does not ask.
  • Never silent auto-watch. File watches still use gander watch --silent <path>. Directory watch is silent by design.

Related Issue

Closes #124

Testing

  • go test ./...
  • go vet ./...
  • go build ./...

Notes

@scott
scott merged commit 4fb13f4 into main Sep 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: MCP instructions to ask once before watching a project directory

1 participant