Description
Is your feature request related to a problem? Please describe.
My team doesn't use conventional commits, so overriding the title or other prompts would be nice to have.
Describe the solution you'd like
Something like gptcommit eject-prompt {PROMPT_NAME}
which would write a file into the repo (.gptcommit/prompts/{PROMPT_NAME}.tera
) with the default contents of that prompt, allowing a user to customize it.
Describe alternatives you've considered
This could be on a per-repo basis, or they could be stored in the ~/.config/gptcommit
directory, even both with a chain of precendence (default -> dotfiles -> repo)
Additional context
This would allow users to customize their prompts to be better tailored to their workflow, voice, or company requirements.