feat: Add free-tier IDE support (Antigravity/Gemini) with model switching#6
Open
getsal wants to merge 6 commits into
Open
feat: Add free-tier IDE support (Antigravity/Gemini) with model switching#6getsal wants to merge 6 commits into
getsal wants to merge 6 commits into
Conversation
- Moved .claude and .gemini agents/commands to a unified .agents directory - Added symlinks for .claude and .gemini to point to .agents - Renamed CLAUDE.md to AGENTS.md and made it model-agnostic - Added .cursorrules for Cursor AI integration - Created update-models.sh for easy switching between Sonnet and Gemini - Created bootstrap-project.sh for framework initialization in new projects - Updated documentation (README.md, PROCESS.md) to reflect multi-model support
Updated README to reflect changes in the fork and prerequisites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The original framework requires Claude Code (paid subscription), which creates a barrier to entry for developers who want to explore the framework before committing financially.
This PR adds support for free-tier alternatives while preserving Claude Code compatibility.
What's New
Changes
1. Unified Agent Configuration
2. Model Switching Script
Updates all 8 agent definitions automatically.
3. Cursor Integration
.cursorrules
for Cursor AI guidance
4. Documentation Updates
Testing Status
Backward Compatibility
Value Proposition
This PR lowers the barrier to entry by enabling developers to:
Notes
CLAUDE.md
→
AGENTS.md
to reflect model independence
now symlinks to AGENTS.md for backward compatibility