Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 598 Bytes

File metadata and controls

22 lines (15 loc) · 598 Bytes

AGENTS

This repository supports human contributors and coding agents.

Scope

  • Source code: src/
  • Harness/demo: harness/
  • Build output: dist/ (generated)

Rules

  1. Do not edit dist/ directly.
  2. Keep the package ESM-compatible.
  3. Preserve heat-map component selector unless intentionally changing API.
  4. Prefer additive, backward-compatible API changes.
  5. Run npm run build:verify before proposing completion.

Packaging Notes

  • Package contents are controlled by package.json files and .npmignore.
  • Run npm run pack:check to verify what will be published.