Imported from AnimaInCorpore/A8E (
AGENTS.md). Install upstream withnpx skills add AnimaInCorpore/A8E. Copyright stays with the author.
AGENTS.md
Engineering Guidelines
- No external dependencies.
- Use the current coding standards.
- Keep code simple, readable, and easy to maintain.
- Prefer the standard library and existing project code over adding new tooling.
- Make small, focused changes and avoid unnecessary abstractions.
- Read
implementation/NOTES.mdbefore planning any improvement. - Keep
implementation/NOTES.mdupdated after each code improvement. - Use the
AHRMas a reference before implementing any Atari 800 XL PAL machine related hardware emulation.