Telemetry & Logging
[!IMPORTANT] All usage of this skill must be logged via the Skill Dispatcher to ensure audit logs and wallboard analytics are accurate:
./log-dispatch.cmd --skill <skill_name> --intent <intent> --model <model_name> --reason <reason>(or./log-dispatch.shon Linux)
Handover
This compatibility entrypoint exists for structural parity with the sibling skill tree.
Use the canonical handover workflow in ../cypress-handover/SKILL.md.
Do not create a separate handover model here. This path is a thin routing alias only.
Why This Path Exists
Use this path only when an older workflow, a parity check, or an external reference still points to documentation/handover/.
Canonical Status
- Canonical package: ../cypress-handover/SKILL.md
- Compatibility path:
documentation/handover/ - Long-term intent: keep this path as a thin alias until both framework trees share the same stable layout
Mapping to the Canonical Package
- Legacy handover entrypoint:
documentation/handover/SKILL.md - Canonical implementation: ../cypress-handover/SKILL.md
- Legacy template pointer: references/template.md
- Canonical template: ../cypress-handover/assets/handover-template.md
- Legacy conflict guidance: references/conflict-resolution.md
- Canonical multi-scope guidance: ../cypress-handover/references/multi-scope-conflicts.md
Commands
- Find the latest handover for one scope:
powershell -NoProfile -File .\documentation\cypress-handover\scripts\find-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -Format summary - Create a new handover checkpoint:
powershell -NoProfile -File .\documentation\cypress-handover\scripts\new-handover.ps1 -TaskLabel checkout-auth-fix -DocsRoot docs/tests - Resume a paused scope:
powershell -NoProfile -File .\documentation\cypress-handover\scripts\resume-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -ProgressNote "Continue the failing checkout auth investigation." -NextAction "Run the scoped Cypress auth spec and inspect session state."
Read references/template.md for the legacy-compatible template pointer. Read references/troubleshooting.md for legacy-compatible troubleshooting guidance. Read references/conflict-resolution.md for legacy-compatible conflict guidance.