Skip to content

fix(agents): never force-add gitignored files#32

Merged
vtemian merged 1 commit intomainfrom
fix/respect-gitignore
Mar 10, 2026
Merged

fix(agents): never force-add gitignored files#32
vtemian merged 1 commit intomainfrom
fix/respect-gitignore

Conversation

@vtemian
Copy link
Owner

@vtemian vtemian commented Mar 10, 2026

Summary

  • Brainstormer: commit instruction now says to skip if file is gitignored, never force-add
  • Commander: commit phase explicitly forbids git add -f / --force

Fixes #23

Thanks @mpaguilar for reporting this!

Add explicit instructions to brainstormer and commander prompts to
respect .gitignore and never use git add -f/--force. If a file is
gitignored, skip the commit instead of forcing it through.

Fixes #23
@vtemian vtemian merged commit e4a3174 into main Mar 10, 2026
1 check passed
@vtemian vtemian deleted the fix/respect-gitignore branch March 10, 2026 08:28
@vtemian vtemian mentioned this pull request Mar 10, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

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.

Respect .gitignore

1 participant