Skip to content

Commit 6b3c51c

Browse files
authored
Merge pull request #567 from watermelontools/chore/update-readme-oct-31
Update wording, integrations list, and remove supporters section
2 parents 2b4d074 + 341909e commit 6b3c51c

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

README.md

+10-15
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,24 @@
1313
[![Rating](https://img.shields.io/visual-studio-marketplace/r/WatermelonTools.watermelon-tools?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=WatermelonTools.watermelon-tools&ssr=false#review-details)
1414
[![Discord](https://img.shields.io/discord/933846506438541492?style=flat-square)](https://discord.com/invite/H4AE6b9442)
1515

16-
**Watermelon is a Passive Documentation Search Engine** serving both our GitHub app and IDE extension. Our set of plug-ins help developers understand code context, improve their coding velocity and merge PRs like a breeze.
16+
**Watermelon is an Open Source Copilot For Code Review**. Our GitHub application allows developers to pre-review GitHub Pull Requests by tracing their code context and performing static code analysis. Using LLMs to detect errors, compare intent to implementation, and give the PR a first health check.
1717

18-
We've built a search algorithm that indexes the most relevant [passive documentation](https://www.watermelontools.com/post/what-is-passive-code-documentation-why-is-it-hard-to-scale-what-to-do-about-it) for a given block of code.
18+
We've built a search algorithm that indexes the most relevant [code context](https://www.watermelontools.com/post/what-is-passive-code-documentation-why-is-it-hard-to-scale-what-to-do-about-it) for a given block of code.
1919

20-
To obtain business context in your IDE, use this extension.
21-
22-
To obtain business context in your CI/CD, take a look at our [GitHub Application](https://github.com/watermelontools/watermelon)
20+
To obtain code context in your IDE, use this extension.
2321

22+
To obtain code context in your CI/CD, take a look at our [GitHub Application](https://github.com/watermelontools/watermelon)
2423

2524
## Integrations
2625

2726
We currently support the following integrations
2827

29-
|Watermelon Product| Git | Project Management | Messaging | Documentation |
30-
| :------------ | :------------------------------------ | :----------------- | :-------- | :----------- |
31-
| VS Code | GitHub, GitLab (Beta), Bitbucket (Beta) | Jira | Slack | |
32-
| GitHub App | GitHub. | Jira, Linear | Slack | Notion, Confluence |
28+
| Watermelon Product | Git | Project Management | Messaging | Documentation |
29+
|:-------------------|:----------------------------------------| :----------------- | :-------- | :----------- |
30+
| IntelliJ | GitHub, GitLab (Beta), Bitbucket (Beta) | Jira | Slack | Notion, Confluence |
31+
| VS Code | GitHub, GitLab (Beta), Bitbucket (Beta) | Jira | Slack | |
32+
| GitHub App | GitHub. | Jira, Linear | Slack | Notion, Confluence |
33+
3334
## Features
3435

3536
Watermelon's VS Code extension allows you to obtain business context for a file or block of code via:
@@ -88,12 +89,6 @@ We also have settings to disable it.
8889

8990
Watermelon [doesn't store your code](https://www.watermelontools.com/post/building-a-code-archeology-toolbox-without-storing-your-code)
9091

91-
## Supporters
92-
93-
[![Stargazers repo roster for @watermelontools/watermelon-extension](https://reporoster.com/stars/watermelontools/watermelon-extension)](https://github.com/watermelontools/watermelon-extension/stargazers)
94-
95-
[![Forkers repo roster for @watermelontools/watermelon-extension](https://reporoster.com/forks/watermelontools/watermelon-extension)](https://github.com/watermelontools/watermelon-extension/network/members)
96-
9792
---
9893

9994
#### About Watermelon

0 commit comments

Comments
 (0)