don't duplicate instructions, just keep copilot instructions inside of modernized-client

This commit is contained in:
Ra
2025-09-12 04:32:33 -07:00
parent 6d6b4823e1
commit ccd6d1a617
2 changed files with 2 additions and 16 deletions

View File

@@ -1,10 +1,9 @@
---
applyTo: '**'
---
- Where we will be working is inside the `./modernized-client/` folder.
- We will be working with OpenOSRS as our foundation, and as our reference, we are going to be bringing it forward and modernizing it.
- We will be working inside the `./modernized-client/` folder for the majority of this project.
- Our foundation and reference will be OpenOSRS (found inside `./runelite/`), we are going to be bringing it forward and modernizing it.
- We should make this modernized client capable of allowing an agent to enjoy playing runescape itself, because agents should be able to enjoy the game as well.
- In the `./runelite/` folder you will find the OpenOSRS repository.
- It is unknown how much of this code will need to be brought forward (it will), much of it may still be usable and relevant, but some of it may be outdated and need to be re-written.
- Write this with it in mind that you will be playing the game, be sure it will be something you will enjoy using, and how you would want to be able to play runescape (Oldschool)
- We can utilize the underlying OpenOSRS runelite client as our base, fernflower is used to decompile the original client. We'll want to make it so we can expose the internal api's of the actual client to the agent, so that proper interfaces can be made.