Session Handover - [Project] [Version] - Bug Fix

January 13, 2026 ยท View on GitHub

Rules

  • Never auto-update this file - only update when explicitly requested
  • Verify the bug is reproducible before attempting fixes
  • Run build/check after changes to verify code compiles
  • Test the fix against the reproduction steps
  • Update task status via Task Master when starting (in-progress) and completing (done)
  • Use Context7 MCP tool to fetch library documentation when needed
  • Document by feature (e.g., editor-widget.md), not by task (e.g., task-1.md)
  • Update docs/index.md when adding new documentation

Environment

  • Project: [Project Name]
  • Path: [Full path to project]
  • Tech Stack: [Language, frameworks, key dependencies]
  • Version: [Current version]

Bug Details

FieldValue
Issue[#XX or N/A]
Task ID[Task Master ID if applicable]
Severity[Critical / High / Medium / Low]
Reproducible[Yes / No / Intermittent]
Reported By[User / Tester / Self]
First Seen[Version or date]

Summary

Reproduction Steps

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]
  4. Bug occurs: [What happens]

Expected Behavior

Actual Behavior


Investigation

Hypothesis

Key Files

FileRelevance
path/to/file.rs[Why this file is suspected]

Previous Attempts (if any)

AttemptWhat Was TriedResult
1[Approach][Why it didn't work]
2[Approach][Why it didn't work]

Test Strategy

Verify Fix

  1. Follow reproduction steps above
  2. [Expected: Bug no longer occurs]

Regression Check

  • [Related feature 1 still works]
  • [Related feature 2 still works]