name: webauthn-spec-mapper description: Use when WebAuthn core/model validation logic changes and a standards trace update is needed.
WebAuthn Spec Mapper
Trigger
Use this skill when changing validator/model semantics in:
core/webauthn-core/src/commonMain/...core/webauthn-model/src/commonMain/...
Workflow
- Identify changed semantic rules.
- Map each rule to normative source (W3C/RFC).
- Update
spec-notes/webauthn-l3-validation-map.md. - Ensure negative-path tests cover the changed rule.