General
PromptBeginner5 minmarkdown
Untitled Skill
193
src/MakaMek.Core/ : Core game engine and logic
Loading actions...
Main instructions and any bundled files for this skill.
Workspace structure: src/MakaMek.Core/ : Core game engine and logic src/MakaMek.Avalonia/ : UI implementation with AvaloniaUI v11 tests/ : Unit tests docs/ : Documentation
Unit tests are run with xUnit, NSubstitute for mocking, Shouldly for assertions
If you have any doubts - always ask, do not make assumptions
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks