-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestnodePull requests that update the node codePull requests that update the node codepythonPull requests that update python codePull requests that update python code
Description
Add a command to generate a comparison between two repositories.
Example:
explainthisrepo compare facebook/react preactjs/preactImplementation idea:
-
Run the existing repository analysis pipeline for both repositories
-
Generate explanations for each repository
-
Build a prompt that compares the two results
-
Produce a summary describing the key differences
Example output:
React uses a virtual DOM diffing approach and focuses on a full-featured ecosystem.
Preact provides a lighter implementation with a smaller bundle size while maintaining a React-compatible API.This would help developers quickly understand differences between similar projects, frameworks, or libraries.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnodePull requests that update the node codePull requests that update the node codepythonPull requests that update python codePull requests that update python code