---
cluster: null
block: "00"
block_name: "Block Name"
status: complete  # in_progress | complete | failed
started_at: "{ISO timestamp}"
completed_at: "{ISO timestamp}"

# Work completed
commits:
  - hash: "abc123"
    message: "feat(00): Description"
    files: ["path/to/file.js"]
    timestamp: "{ISO timestamp}"

artifacts_created:
  - path: "path/to/file.js"
    lines: 100
    verified: true

# Lessons learned
lessons_learned:
  codebase_patterns:
    - "Pattern discovered"
  gotchas:
    - "Gotcha encountered"
  user_preferences:
    - "Preference inferred"
  almost_did:
    - "Approach considered but rejected"

# Energy usage
energy_used: 1000
energy_remaining: 9000
---

# Block {N} Summary: {Block Name}

## Overview
{Brief description of what this block accomplished}

## Threads Completed

### Thread 1: {Thread Name}
- **Status:** Complete
- **Commit:** {hash}
- **Files:** {list}
- **Description:** {what was done}

### Thread 2: {Thread Name}
- **Status:** Complete
- **Commit:** {hash}
- **Files:** {list}
- **Description:** {what was done}

## Artifacts Created
{List of all files/directories created with brief descriptions}

## Lessons Learned
{Key discoveries that will help future blocks}

## Blockers Encountered
{Any issues that blocked progress and how they were resolved}

## Next Block Preview
{Brief note about what the next block will tackle}
