Skip to content

docs: add Orchid team shoutout to README#4

Closed
MrgSub wants to merge 1 commit intomainfrom
readme/orchid-team-shoutout
Closed

docs: add Orchid team shoutout to README#4
MrgSub wants to merge 1 commit intomainfrom
readme/orchid-team-shoutout

Conversation

@MrgSub
Copy link
Copy Markdown

@MrgSub MrgSub commented Apr 8, 2026

Added a section to the README highlighting the Orchid team and their contributions to this project.


Open with Devin

@MrgSub MrgSub closed this Apr 8, 2026
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 3 potential issues.

View 2 additional findings in Devin Review.

Open in Devin Review

Comment thread README.md
MIT License - Build something meaningful.

---
Apache-2.0 No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 README license changed to Apache-2.0 but actual LICENSE file and package.json say MIT

The README now states the license is Apache-2.0, but the repository's LICENSE file contains the full MIT License text ("MIT License Copyright (c) 2025 Cloudflare, Inc.") and packages/agents/package.json declares "license": "MIT". This creates a contradictory and misleading license declaration that could cause legal confusion for users and contributors.

Suggested change
Apache-2.0
MIT
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Comment thread README.md
| Package | Description |
| --- | --- |
| [agents](./packages/agents) | Core Agents SDK |
| [agents-ui](./packages/agents-ui) | UI components for Agents |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 README links to non-existent packages/agents-ui directory

The packages table references [agents-ui](./packages/agents-ui), but this directory does not exist. The actual contents of packages/ are: agents, ai-chat, codemode, and hono-agents. This results in a broken link in the README.

Prompt for agents
The packages table in README.md references packages/agents-ui which does not exist. The actual packages in the repo are: agents, ai-chat, codemode, and hono-agents. Either remove the agents-ui row or replace it with the correct package(s). Consider listing all real packages in the table.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Comment thread README.md
- Documentation improvements
- Bug fixes
- Feature suggestions
Read [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 README links to non-existent CONTRIBUTING.md file

The Contributing section tells users to Read [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines, but no CONTRIBUTING.md file exists in the repository. This results in a broken link.

Prompt for agents
README.md references a CONTRIBUTING.md file that does not exist in the repository. Either create a CONTRIBUTING.md file with contribution guidelines, or replace this section with inline contributing instructions (similar to what the old README had).
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant