The .agent-teams/ directory is created at runtime by the agent-teams-lead MCP and should not be committed. Previously, adding it manually to .gitignore would get wiped on hub generate because it fell inside the managed block.
What changed
buildGitignoreLinesnow conditionally includes.agent-teams/when theagent-teams-leadMCP is detected in your config- Running
hub generateno longer removes the entry from the managed block
Who is affected
Any workspace using agent-teams-lead MCP. After upgrading, run hub generate to get the .agent-teams/ entry in your .gitignore.
Upgrade
npx @arvoretech/hub@0.13.2 generate