You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #6 from barisgit/feature/modular-ai-assistant-arch…
…itecture
Implement modular AI assistant architecture with type-safe registry system
Add option for users to choose no-branch naming pattern and a new fla…
…g --no-branch to create_feature.
This gives users two options:
a) Always stay on the same branch unless user manually switches branches.
b) Optionally stay on the same branch for this specific feature by adding --no-branch flag. This can be done for example by instructing your ai assistant to not create a new branch or adding to it's instructions to skip branches for trivial changes.
Merge pull request #4 from barisgit/feature/docs-by-code-docusaurus
Add docusaurus docs and sync script so docs are collocated with code for better readability