This repository supports human contributors and coding agents.
- Source code:
src/ - Harness/demo:
harness/ - Build output:
dist/(generated)
- Do not edit
dist/directly. - Keep the package ESM-compatible.
- Preserve
heat-mapcomponent selector unless intentionally changing API. - Prefer additive, backward-compatible API changes.
- Run
npm run build:verifybefore proposing completion.
- Package contents are controlled by
package.jsonfilesand.npmignore. - Run
npm run pack:checkto verify what will be published.