Skip to content

Commit ecd44b8

Browse files
committed
Roopik Dio agent Public push
1 parent 88b6b3b commit ecd44b8

4 files changed

Lines changed: 34 additions & 31 deletions

File tree

extensions/roopik-roo/.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
demo.gif filter=lfs diff=lfs merge=lfs -text
22
assets/docs/demo.gif filter=lfs diff=lfs merge=lfs -text
3-
src/assets/docs/demo.gif filter=lfs diff=lfs merge=lfs -text
43

54
# Test snapshot files - mark as linguist-generated to exclude from GitHub language statistics
65
*.snap linguist-generated=true

extensions/roopik-roo/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,5 @@ plans/
6161
# Keep config files (if they need to be committed, uncomment these lines)
6262
# !vitest.config.js
6363
# !*.config.js
64+
/packages/roopik-evals/test-workspaces
65+
/docs

extensions/roopik-roo/CONTRIBUTING.md

Lines changed: 17 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
<div align="center">
2-
<sub>
1+
# Contributing to Roopik Agent Dio
32

4-
<b>English</b> • [Català](locales/ca/CONTRIBUTING.md)[Deutsch](locales/de/CONTRIBUTING.md)[Español](locales/es/CONTRIBUTING.md)[Français](locales/fr/CONTRIBUTING.md)[हिंदी](locales/hi/CONTRIBUTING.md)[Bahasa Indonesia](locales/id/CONTRIBUTING.md)[Italiano](locales/it/CONTRIBUTING.md)[日本語](locales/ja/CONTRIBUTING.md)
5-
6-
</sub>
7-
<sub>
8-
9-
[한국어](locales/ko/CONTRIBUTING.md)[Nederlands](locales/nl/CONTRIBUTING.md)[Polski](locales/pl/CONTRIBUTING.md)[Português (BR)](locales/pt-BR/CONTRIBUTING.md)[Русский](locales/ru/CONTRIBUTING.md)[Türkçe](locales/tr/CONTRIBUTING.md)[Tiếng Việt](locales/vi/CONTRIBUTING.md)[简体中文](locales/zh-CN/CONTRIBUTING.md)[繁體中文](locales/zh-TW/CONTRIBUTING.md)
10-
11-
</sub>
12-
</div>
13-
14-
# Contributing to Roo Code
15-
16-
Roo Code is a community-driven project, and we deeply value every contribution. To streamline collaboration, we operate on an [Issue-First](#issue-first-approach) basis, meaning all [Pull Requests (PRs)](#submitting-a-pull-request) must first be linked to a GitHub Issue. Please review this guide carefully.
3+
Roopik Agent Dio is a community-driven, open-source agentic IDE built on top of Roo Code with custom tool chains and enhancements. We deeply value every contribution. To streamline collaboration, we operate on an [Issue-First](#issue-first-approach) basis, meaning all [Pull Requests (PRs)](#submitting-a-pull-request) must first be linked to a GitHub Issue. Please review this guide carefully.
174

185
## Table of Contents
196

@@ -52,10 +39,10 @@ Our roadmap guides the project's direction. Align your contributions with these
5239

5340
Mention alignment with these areas in your PRs.
5441

55-
### 3. Join the Roo Code Community
42+
### 3. Join the Roopik Community
5643

57-
- **Primary:** Join our [Discord](https://discord.gg/roocode) and DM **Hannes Rudolph (`hrudolph`)**.
58-
- **Alternative:** Experienced contributors can engage directly via [GitHub Projects](https://github.com/orgs/RooCodeInc/projects/1).
44+
- **GitHub:** Open issues and discussions on [GitHub](https://github.com/RoopikHQ/agent-dio).
45+
- **Contact:** Reach out to the maintainers for collaboration opportunities.
5946

6047
## Finding & Planning Your Contribution
6148

@@ -67,28 +54,28 @@ Mention alignment with these areas in your PRs.
6754

6855
### Issue-First Approach
6956

70-
All contributions start with a GitHub Issue using our skinny templates.
57+
All contributions start with a GitHub Issue using our templates.
7158

72-
- **Check existing issues**: Search [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues).
59+
- **Check existing issues**: Search [GitHub Issues](https://github.com/RoopikHQ/agent-dio/issues).
7360
- **Create an issue** using:
7461
- **Enhancements:** "Enhancement Request" template (plain language focused on user benefit).
7562
- **Bugs:** "Bug Report" template (minimal repro + expected vs actual + version).
76-
- **Want to work on it?** Comment "Claiming" on the issue and DM **Hannes Rudolph (`hrudolph`)** on [Discord](https://discord.gg/roocode) to get assigned. Assignment will be confirmed in the thread.
63+
- **Want to work on it?** Comment "Claiming" on the issue to express interest.
7764
- **PRs must link to the issue.** Unlinked PRs may be closed.
7865

7966
### Deciding What to Work On
8067

81-
- Check the [GitHub Project](https://github.com/orgs/RooCodeInc/projects/1) for "Issue [Unassigned]" issues.
82-
- For docs, visit [Roo Code Docs](https://github.com/RooCodeInc/Roo-Code-Docs).
68+
- Check the [GitHub Issues](https://github.com/RoopikHQ/agent-dio/issues) for open items.
69+
- Review the [README](./README.md) for project priorities.
8370

8471
### Reporting Bugs
8572

8673
- Check for existing reports first.
87-
- Create a new bug using the ["Bug Report" template](https://github.com/RooCodeInc/Roo-Code/issues/new/choose) with:
74+
- Create a new bug using the ["Bug Report" template](https://github.com/RoopikHQ/agent-dio/issues/new/choose) with:
8875
- Clear, numbered reproduction steps
8976
- Expected vs actual result
90-
- Roo Code version (required); API provider/model if relevant
91-
- **Security issues**: Report privately via [security advisories](https://github.com/RooCodeInc/Roo-Code/security/advisories/new).
77+
- Agent Dio version (required); provider/model details if relevant
78+
- **Security issues**: Report privately via [security advisories](https://github.com/RoopikHQ/agent-dio/security/advisories/new).
9279

9380
## Development & Submission Process
9481

@@ -97,7 +84,7 @@ All contributions start with a GitHub Issue using our skinny templates.
9784
1. **Fork & Clone:**
9885

9986
```
100-
git clone https://github.com/YOUR_USERNAME/Roo-Code.git
87+
git clone https://github.com/YOUR_USERNAME/agent-dio.git
10188
```
10289

10390
2. **Install Dependencies:**
@@ -126,9 +113,9 @@ pnpm install
126113

127114
### Pull Request Policy
128115

129-
- Must reference an assigned GitHub Issue. To get assigned: comment "Claiming" on the issue and DM **Hannes Rudolph (`hrudolph`)** on [Discord](https://discord.gg/roocode). Assignment will be confirmed in the thread.
116+
- Must reference an assigned GitHub Issue. To get assigned: comment "Claiming" on the issue.
130117
- Unlinked PRs may be closed.
131-
- PRs should pass CI tests, align with the roadmap, and have clear documentation.
118+
- PRs should pass CI tests, align with project goals, and have clear documentation.
132119

133120
### Review Process
134121

@@ -138,4 +125,4 @@ pnpm install
138125

139126
## Legal
140127

141-
By contributing, you agree your contributions will be licensed under the Apache 2.0 License, consistent with Roo Code's licensing.
128+
By contributing, you agree your contributions will be licensed under the Apache 2.0 License, consistent with Roopik Agent Dio's licensing.

extensions/roopik-roo/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,21 @@ Need help? Reach out to us:
103103

104104
---
105105

106+
## Credits & Attribution
107+
108+
**Roopik Agent Dio** is built on top of the amazing open-source project **[Roo-Code](https://github.com/RooCodeInc/Roo-Code)** by the RooCode team. We are deeply grateful to their incredible work in creating a robust, extensible AI coding assistant.
109+
110+
This project extends Roo-Code with custom tool chains and enhancements specifically designed for the Roopik canvas-first development experience. We maintain the same commitment to quality and open-source principles that Roo-Code embodies.
111+
112+
**Special thanks to:**
113+
- The [Roo-Code team](https://github.com/RooCodeInc) for their pioneering work and open-source contribution
114+
- All contributors who have made Roo-Code what it is today
115+
- The broader AI and developer community for continuous inspiration
116+
117+
For more information about Roo-Code, visit: [https://github.com/RooCodeInc/Roo-Code](https://github.com/RooCodeInc/Roo-Code)
118+
119+
---
120+
106121
## License
107122

108123
[Apache 2.0 © 2025 Roopik Labs](./LICENSE)

0 commit comments

Comments
 (0)