This file is the entrypoint. It stays brief and points to skills for detailed guidance.
skills/opal-frontend-common-node/opal-frontend-common-node-repo-guidelinesfor repo structure, build/lint commands, export map rules, and release guidance.skills/opal-frontend-common-node/opal-frontend-common-node-review-guidelinesfor code review severity rules and comment format.
- Do not add secrets, tokens, or PII to code, logs, comments, or tests.
- Keep public exports synchronized: update
package.jsonexports,src/index.ts, andtsconfig.jsonpaths when adding or removing modules. - Avoid breaking changes to exported APIs without a version bump and release notes.