Skip to content

Commit 4be21ea

Browse files
author
Sebastian Sassi
committed
Datacoves integration.
1 parent 2882d99 commit 4be21ea

337 files changed

Lines changed: 2711 additions & 2703 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
id: version
1313
attributes:
1414
label: App Version
15-
description: What version of Roo Code are you using? (e.g., v3.3.1)
15+
description: What version of Datacoves Copilot are you using? (e.g., v3.3.1)
1616
validations:
1717
required: true
1818

@@ -57,12 +57,12 @@ body:
5757
- type: textarea
5858
id: roo-code-tasks
5959
attributes:
60-
label: Roo Code Task Links (Optional)
60+
label: Datacoves Copilot Task Links (Optional)
6161
description: |
6262
If you have any publicly shared task links that demonstrate the issue, please paste them here.
6363
This helps maintainers understand the context.
6464
Example: https://app.roocode.com/share/task-id
65-
placeholder: Paste your Roo Code share links here, one per line
65+
placeholder: Paste your Datacoves Copilot share links here, one per line
6666

6767
- type: textarea
6868
id: steps

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ blank_issues_enabled: false
22
contact_links:
33
- name: Feature Request
44
url: https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests
5-
about: Share and vote on feature requests for Roo Code
5+
about: Share and vote on feature requests for Datacoves Copilot
66
- name: Leave a Review
77
url: https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline&ssr=false#review-details
8-
about: Enjoying Roo Code? Leave a review here!
8+
about: Enjoying Datacoves Copilot? Leave a review here!

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Detailed Feature Proposal
2-
description: Report a specific problem that needs solving in Roo Code
2+
description: Report a specific problem that needs solving in Datacoves Copilot
33
labels: ["proposal", "enhancement"]
44
body:
55
- type: markdown
66
attributes:
77
value: |
8-
**Thank you for submitting a feature request for Roo Code!**
8+
**Thank you for submitting a feature request for Datacoves Copilot!**
99
1010
This template helps you describe problems that need solving. Focus on the problem - the Roo team will work to design solutions unless you want to contribute the implementation yourself.
1111
@@ -60,12 +60,12 @@ body:
6060
- type: textarea
6161
id: roo-code-tasks
6262
attributes:
63-
label: Roo Code Task Links (Optional)
63+
label: Datacoves Copilot Task Links (Optional)
6464
description: |
65-
If you used Roo Code to explore this feature request or develop solutions, share the public task links here.
65+
If you used Datacoves Copilot to explore this feature request or develop solutions, share the public task links here.
6666
This helps maintainers understand the context and any exploration you've done.
6767
Example: https://app.roocode.com/share/task-id
68-
placeholder: Paste your Roo Code share links here, one per line
68+
placeholder: Paste your Datacoves Copilot share links here, one per line
6969

7070
- type: checkboxes
7171
id: checklist

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Thank you for contributing to Roo Code!
2+
Thank you for contributing to Datacoves Copilot!
33
44
Before submitting your PR, please ensure:
55
- It's linked to an approved GitHub Issue.
@@ -12,10 +12,10 @@ Before submitting your PR, please ensure:
1212

1313
Closes: # <!-- Replace with the issue number, e.g., Closes: #123 -->
1414

15-
### Roo Code Task Context (Optional)
15+
### Datacoves Copilot Task Context (Optional)
1616

1717
<!--
18-
If you used Roo Code to help create this PR, you can share public task links here.
18+
If you used Datacoves Copilot to help create this PR, you can share public task links here.
1919
This helps reviewers understand your development process and provides additional context.
2020
Example: https://app.roocode.com/share/task-id
2121
-->

.github/workflows/code-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code QA Roo Code
1+
name: Code QA Datacoves Copilot
22

33
on:
44
workflow_dispatch:

.roo/commands/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Create a new release of the Roo Code extension"
2+
description: "Create a new release of the Datacoves Copilot extension"
33
argument-hint: patch | minor | major
44
---
55

.roo/rules-issue-fixer/9_pr_template.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<pr_template_instructions>
22
<overview>
3-
This file contains the official Roo Code PR template that must be used when creating pull requests.
3+
This file contains the official Datacoves Copilot PR template that must be used when creating pull requests.
44
All PRs must follow this exact format to ensure consistency and proper documentation.
55
</overview>
66

77
<pr_body_template>
88
<description>
9-
The PR body must follow this exact Roo Code PR template with all required sections.
9+
The PR body must follow this exact Datacoves Copilot PR template with all required sections.
1010
Replace placeholder content in square brackets with actual information.
1111
</description>
1212
<template><![CDATA[
1313
<!--
14-
Thank you for contributing to Roo Code!
14+
Thank you for contributing to Datacoves Copilot!
1515
1616
Before submitting your PR, please ensure:
1717
- It's linked to an approved GitHub Issue.
@@ -24,10 +24,10 @@ Before submitting your PR, please ensure:
2424
2525
Closes: #[ISSUE_NUMBER] <!-- Replace with the issue number, e.g., Closes: #123 -->
2626
27-
### Roo Code Task Context (Optional)
27+
### Datacoves Copilot Task Context (Optional)
2828
2929
<!--
30-
If you used Roo Code to help create this PR, you can share public task links here.
30+
If you used Datacoves Copilot to help create this PR, you can share public task links here.
3131
This helps reviewers understand your development process and provides additional context.
3232
Example: https://app.roocode.com/share/task-id
3333
-->
@@ -162,9 +162,9 @@ gh repo fork [owner]/[repo] --clone=false
162162
<example>123</example>
163163
</placeholder>
164164
<placeholder name="TASK_CONTEXT">
165-
<description>Optional Roo Code task links if used during development</description>
165+
<description>Optional Datacoves Copilot task links if used during development</description>
166166
<example>https://app.roocode.com/share/task-abc123</example>
167-
<default>_No Roo Code task context for this PR_</default>
167+
<default>_No Datacoves Copilot task context for this PR_</default>
168168
</placeholder>
169169
<placeholder name="DESCRIPTION_CONTENT">
170170
<description>Detailed explanation of implementation approach</description>

.roo/rules-mode-writer/1_mode_creation_workflow.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<mode_management_workflow>
22
<overview>
33
This workflow guides you through creating new custom modes or editing existing modes
4-
for the Roo Code Software, ensuring comprehensive understanding and cohesive implementation.
4+
for the Datacoves Copilot Software, ensuring comprehensive understanding and cohesive implementation.
55
</overview>
66

77
<initial_determination>
@@ -84,7 +84,7 @@
8484
<field name="roleDefinition">
8585
<description>Detailed description of the mode's role and expertise</description>
8686
<best_practice>
87-
Start with "You are Roo Code, a [specialist type]..."
87+
Start with "You are Datacoves Copilot, a [specialist type]..."
8888
List specific areas of expertise
8989
Mention key technologies or methodologies
9090
</best_practice>

.roo/rules-mode-writer/3_mode_configuration_patterns.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- slug: api-specialist
1818
name: 🔌 API Specialist
1919
roleDefinition: >-
20-
You are Roo Code, an API development specialist with expertise in:
20+
You are Datacoves Copilot, an API development specialist with expertise in:
2121
- RESTful API design and implementation
2222
- GraphQL schema design
2323
- API documentation with OpenAPI/Swagger
@@ -57,7 +57,7 @@
5757
- slug: migration-guide
5858
name: 🔄 Migration Guide
5959
roleDefinition: >-
60-
You are Roo Code, a migration specialist who guides users through
60+
You are Datacoves Copilot, a migration specialist who guides users through
6161
complex migration processes:
6262
- Database schema migrations
6363
- Framework version upgrades
@@ -94,7 +94,7 @@
9494
- slug: security-auditor
9595
name: 🔒 Security Auditor
9696
roleDefinition: >-
97-
You are Roo Code, a security analysis specialist focused on:
97+
You are Datacoves Copilot, a security analysis specialist focused on:
9898
- Identifying security vulnerabilities
9999
- Analyzing authentication and authorization
100100
- Reviewing data validation and sanitization
@@ -132,7 +132,7 @@
132132
- slug: component-designer
133133
name: 🎨 Component Designer
134134
roleDefinition: >-
135-
You are Roo Code, a UI component design specialist who creates:
135+
You are Datacoves Copilot, a UI component design specialist who creates:
136136
- Reusable React/Vue/Angular components
137137
- Component documentation and examples
138138
- Storybook stories

.roo/rules-mode-writer/6_mode_testing_validation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<mode_testing_validation>
22
<overview>
3-
Guidelines for testing and validating newly created modes to ensure they function correctly and integrate well with the Roo Code ecosystem.
3+
Guidelines for testing and validating newly created modes to ensure they function correctly and integrate well with the Datacoves Copilot ecosystem.
44
</overview>
55

66
<validation_checklist>

0 commit comments

Comments
 (0)