Fixes #18: Update Readme & AGENTS.md #19

Merged
Pakobbix merged 1 commits from issue-18-update-readme-agents into main 2026-07-12 15:06:51 +00:00
Collaborator

Closes #18

Updated README.md and AGENTS.md to reflect changes from PRs #1, #3, #6, #8, #10, #12, #14, #17.

README additions:

  • Equipment System feature (19 slots, +99 stat max)
  • Code Quality section (73% index.js reduction, CSS modules, settings consolidation)
  • Performance section (rAF batching, regex pre-compilation, CSS minification)
  • Memory Management (clearDomCache, event tracking, clearDebugLogs)
  • Testing (78 tests, Jest + Babel ESM)
  • Development Commands & Tech Stack

AGENTS.md updates:

  • Source tree with CSS modules, equipment constants, renderUtils
  • Development commands (build:css, test, validate_locale)
  • Performance optimizations & memory management notes
  • Validator factory pattern, CSS build pipeline
  • Updated file reference table

Tests: 78/78 passing

Closes #18 Updated README.md and AGENTS.md to reflect changes from PRs #1, #3, #6, #8, #10, #12, #14, #17. **README additions:** - Equipment System feature (19 slots, +99 stat max) - Code Quality section (73% index.js reduction, CSS modules, settings consolidation) - Performance section (rAF batching, regex pre-compilation, CSS minification) - Memory Management (clearDomCache, event tracking, clearDebugLogs) - Testing (78 tests, Jest + Babel ESM) - Development Commands & Tech Stack **AGENTS.md updates:** - Source tree with CSS modules, equipment constants, renderUtils - Development commands (build:css, test, validate_locale) - Performance optimizations & memory management notes - Validator factory pattern, CSS build pipeline - Updated file reference table Tests: 78/78 passing
ARIA added 1 commit 2026-07-12 15:03:46 +00:00
- README: Add Equipment System feature, Code Quality, Performance,
  Memory Management, Testing, Development Commands, and Tech Stack sections
- AGENTS.md: Update source tree with CSS modules, equipment constants,
  renderUtils, settings consolidation; add development commands,
  performance optimizations, memory management notes, validator factory;
  update file reference table

Based on PRs: #1 #3 #6 #8 #10 #12 #14 #17
Collaborator

No issues found — changes look consistent with the stated intent. Ready to be merged.

✅ No issues found — changes look consistent with the stated intent. Ready to be merged.
Pakobbix merged commit 8b5cf75396 into main 2026-07-12 15:06:51 +00:00
Pakobbix deleted branch issue-18-update-readme-agents 2026-07-12 15:06:51 +00:00
Sign in to join this conversation.