diff --git a/AGENTS.md b/AGENTS.md index 8185aa0..4de24fb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,7 +9,8 @@ Write short sentences. Use the active voice. Give one instruction in each senten WhiteMagic is a .NET 8 library for Windows. The library reads and writes the memory of another process. The library also injects code, hooks functions, and calls remote functions. -The target process is a game client (WoW 3.3.5a). +The target process is a game client or any modern game. +The target CPU architecture is x84 or x64. ## 2. Repository layout @@ -90,7 +91,7 @@ Obey these rules: ## 9. Scope limits -- Do not add WoW offsets to the library. The consumer holds the offsets. +- Do not add game offsets to the library. The consumer holds the offsets. - Do not add bot logic to the library. - Do not add anti-cheat evasion. - Add the optional Iced backend only behind the `IAssembler` seam. Keep the default backend free of a third-party dependency.