-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update public README #261
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis PR updates the public README to introduce the new "Chat with an AI" feature and updates the descriptions of other features, including "GitHub & GitLab Pull Request Review". It also removes outdated sections such as "Multi-File Analysis", "Duplicate Code Detection", and "Configuring Sourcery". [FILTERED - User journey diagrams are low quality] User journey diagram for updated Sourcery featuresjourney
title Sourcery User Experience Changes
section Code Assistance
Chat with AI about code: 5: New
Code reviews in IDE: 5: Current
PR reviews: 5: Enhanced
section Features Removed
Multi-file analysis: 1: Removed
Duplicate code detection: 1: Removed
Custom rules configuration: 1: Removed
[FILTERED - Architecture diagrams are low quality] Architecture diagram showing updated Sourcery featuresflowchart TB
subgraph Sourcery[Sourcery VS Code Extension]
Chat[Chat with AI]
CodeReview[Code Reviews]
PRReview[PR Reviews]
Quality[Code Quality Feedback]
end
User[Developer] --> Sourcery
subgraph Features[Key Features]
Chat --> |Ask questions| Code[Code Context]
Chat --> |Generate| Artifacts[Tests/Diagrams/Docstrings]
CodeReview --> |Analyze| LocalCode[Local Code]
PRReview --> |Review| GitPRs[GitHub/GitLab PRs]
PRReview --> |Generate| PRContent[PR Summary/Title/Guide]
Quality --> |Monitor| CodeQuality[Code Quality Score]
end
style Chat fill:#f9f,stroke:#333,stroke-width:2px
style PRContent fill:#f9f,stroke:#333,stroke-width:2px
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Hellebore - I've reviewed your changes - here's some feedback:
Overall Comments:
- For consistency, 'non open-sourced' should be hyphenated in all instances (there's one instance missing the hyphen)
Here's what I looked at during the review
- 🟢 Functionality: all looks good
- 🟡 General issues: 2 issues found
- 🟢 Security: all looks good
- 🟢 Review instructions: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Checklist
package.json
oryarn.lock
have changed, then test the VSIX built byyarn run vsce package
works from a direct installSummary by Sourcery
New Features: