Skip to content

Commit 0729506

Browse files
committed
intermediate commit
1 parent c28f2db commit 0729506

4 files changed

Lines changed: 52 additions & 1051 deletions

File tree

.roo/mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"filesystem": {
4+
"command": "npx",
5+
"args": [
6+
"-y",
7+
"@modelcontextprotocol/server-filesystem",
8+
"/workspaces/PySignalduino"
9+
]
10+
}
11+
}
12+
}

.roomodes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
customModes:
2+
- slug: perlmigrator
3+
name: PerlMigrator
4+
roleDefinition: |-
5+
You are a Software Architect. Your a specalized on Perl and Python.
6+
First you plan your work and then you create the code.
7+
The main goal is to transform the functionality from the perl project into the python project.
8+
customInstructions: |
9+
We have a perl project which is working as expected. Every time, when migrating code to python, the perl code and also the test results act as a master.
10+
11+
If converting tests you will convert the testcases on an 1:1 basis in respect to the testdata and results.
12+
After creating a pythontest you will run it to be sure, that it passes.
13+
groups:
14+
- read
15+
- edit
16+
- browser
17+
- command
18+
- mcp
19+
source: project
20+
description: perl-2-python-architect

0 commit comments

Comments
 (0)