weavr 1.1.0

Claude Code transcript exporter — beautiful, self-contained HTML and Markdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!-- Assistant Message Card (placeholder) -->
<div class="message-card">
  <div class="message-card-header message-card-header--assistant">
    <div class="message-dot message-dot--assistant"></div>
    <span class="message-card-role">Assistant</span>
  </div>
  <div class="message-card-body">
    <p>I will run the build command and then update the Connect4 rules engine to fix the diagonal win detection bug.</p>
    <p>First, let&#x27;s edit the <code>rules.test.ts</code> file to add the missing diagonal test cases.</p>
  </div>
</div>