This is a Node.js TypeScript monorepo (pnpm workspace) simulating OCPP charging stations.
Structure: root simulator (`src/`), `ui/common`, `ui/cli`, `ui/web`, `tests/ocpp-server` (Python).
Test runner: Node.js native (`node:test`). Build tool: esbuild. Linter: ESLint (neostandard).
-Read `AGENTS.md` for project conventions.
+Read `AGENTS.md` and `.serena/memories/project_overview`.
## Open Issues
Run `git diff main...{{BRANCH}}` to see all changes. Examine the diff carefully. For each issue found, produce a structured finding.
-Read `AGENTS.md` and `CONTRIBUTING.md` for the project's coding standards.
+Read `AGENTS.md`, `CONTRIBUTING.md` and `.serena/memories/code_style_conventions`.
## Output Format
- Test files touching relevant modules
- Existing patterns in similar code
-Read `AGENTS.md` and `CONTRIBUTING.md` for project conventions.
+Read `AGENTS.md`, `CONTRIBUTING.md`, `.serena/memories/code_style_conventions` and `.serena/memories/task_completion_checklist`.
## Implementation