Feature Type
Developer experience improvement
Problem/Motivation
By default the agent is instructed to git add the task when created and when its moved into the done folder.
I would like to just use git locally, but still push code changes to the remote.
I did this by just adding the entire "sessions" folder to the .gitignore and then removing the steps where the agent was instructed to add the tasks to git, but i think this would be a really nice feature on startup to choose if you would like the tasks to be included in the git repo or not.
Proposed Solution
Toggle on startup if you would like the sessions folder be be included in git or not.
Alternatives Considered
No response
Additional Context
No response
Feature Type
Developer experience improvement
Problem/Motivation
By default the agent is instructed to git add the task when created and when its moved into the done folder.
I would like to just use git locally, but still push code changes to the remote.
I did this by just adding the entire "sessions" folder to the .gitignore and then removing the steps where the agent was instructed to add the tasks to git, but i think this would be a really nice feature on startup to choose if you would like the tasks to be included in the git repo or not.
Proposed Solution
Toggle on startup if you would like the sessions folder be be included in git or not.
Alternatives Considered
No response
Additional Context
No response