Loading...
npm install -g @anthropic-ai/claude-code # Claude CodePlanning Model (Claude, Codex, Gemini)Breaks down a high-level task into smaller, actionable sub-tasks.
Generates task files but doesn't execute code directly.
Execution Model (Claude, Codex, Gemini)Implements the tasks defined in the task files by modifying code.
Modifies code files based on the AI's interpretation of the task.
McGravity's safety depends heavily on the user's prompt engineering and review process. It's relatively safe for prototyping and experimentation in isolated environments. However, it poses a moderate risk in production environments due to its ability to modify code directly.