heyiam 0.2.29 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -0
- package/dist/config.js +10 -1
- package/dist/db.js +1 -2
- package/dist/export.js +40 -25
- package/dist/format-utils.js +5 -0
- package/dist/index.js +168 -0
- package/dist/mount.js +300 -102
- package/dist/parsers/claude.js +2 -28
- package/dist/parsers/codex.js +2 -26
- package/dist/parsers/cursor.js +2 -26
- package/dist/parsers/duration.js +35 -0
- package/dist/parsers/gemini.js +2 -20
- package/dist/parsers/types.js +0 -1
- package/dist/public/assets/index-BZ65TU_Y.js +40 -0
- package/dist/public/assets/index-CqCaW2cb.css +1 -0
- package/dist/public/index.html +2 -2
- package/dist/redact.js +4 -104
- package/dist/render/build-render-data.js +9 -2
- package/dist/render/index.js +32 -5
- package/dist/render/liquid.js +147 -7
- package/dist/render/mock-data.js +303 -0
- package/dist/render/templates/aurora/portfolio.liquid +204 -0
- package/dist/render/templates/aurora/project.liquid +260 -0
- package/dist/render/templates/aurora/session.liquid +223 -0
- package/dist/render/templates/aurora/styles.css +1178 -0
- package/dist/render/templates/bauhaus/portfolio.liquid +179 -0
- package/dist/render/templates/bauhaus/project.liquid +300 -0
- package/dist/render/templates/bauhaus/session.liquid +333 -0
- package/dist/render/templates/bauhaus/styles.css +1641 -0
- package/dist/render/templates/blueprint/portfolio.liquid +167 -0
- package/dist/render/templates/blueprint/project.liquid +286 -0
- package/dist/render/templates/blueprint/session.liquid +248 -0
- package/dist/render/templates/blueprint/styles.css +1285 -0
- package/dist/render/templates/canvas/portfolio.liquid +215 -0
- package/dist/render/templates/canvas/project.liquid +235 -0
- package/dist/render/templates/canvas/session.liquid +223 -0
- package/dist/render/templates/canvas/styles.css +1436 -0
- package/dist/render/templates/carbon/portfolio.liquid +170 -0
- package/dist/render/templates/carbon/project.liquid +249 -0
- package/dist/render/templates/carbon/session.liquid +190 -0
- package/dist/render/templates/carbon/styles.css +1091 -0
- package/dist/render/templates/chalk/portfolio.liquid +199 -0
- package/dist/render/templates/chalk/project.liquid +245 -0
- package/dist/render/templates/chalk/session.liquid +215 -0
- package/dist/render/templates/chalk/styles.css +1157 -0
- package/dist/render/templates/circuit/portfolio.liquid +162 -0
- package/dist/render/templates/circuit/project.liquid +247 -0
- package/dist/render/templates/circuit/session.liquid +205 -0
- package/dist/render/templates/circuit/styles.css +1403 -0
- package/dist/render/templates/cosmos/portfolio.liquid +232 -0
- package/dist/render/templates/cosmos/project.liquid +327 -0
- package/dist/render/templates/cosmos/session.liquid +239 -0
- package/dist/render/templates/cosmos/styles.css +1151 -0
- package/dist/render/templates/daylight/portfolio.liquid +217 -0
- package/dist/render/templates/daylight/project.liquid +229 -0
- package/dist/render/templates/daylight/session.liquid +219 -0
- package/dist/render/templates/daylight/styles.css +1311 -0
- package/dist/render/templates/editorial/portfolio.liquid +126 -0
- package/dist/render/templates/editorial/project.liquid +202 -0
- package/dist/render/templates/editorial/session.liquid +171 -0
- package/dist/render/templates/editorial/styles.css +822 -0
- package/dist/render/templates/ember/portfolio.liquid +318 -0
- package/dist/render/templates/ember/project.liquid +232 -0
- package/dist/render/templates/ember/session.liquid +202 -0
- package/dist/render/templates/ember/styles.css +1283 -0
- package/dist/render/templates/glacier/portfolio.liquid +271 -0
- package/dist/render/templates/glacier/project.liquid +288 -0
- package/dist/render/templates/glacier/session.liquid +217 -0
- package/dist/render/templates/glacier/styles.css +1200 -0
- package/dist/render/templates/grid/portfolio.liquid +265 -0
- package/dist/render/templates/grid/project.liquid +306 -0
- package/dist/render/templates/grid/session.liquid +260 -0
- package/dist/render/templates/grid/styles.css +1441 -0
- package/dist/render/templates/kinetic/portfolio.liquid +170 -0
- package/dist/render/templates/kinetic/project.liquid +242 -0
- package/dist/render/templates/kinetic/session.liquid +228 -0
- package/dist/render/templates/kinetic/styles.css +944 -0
- package/dist/render/templates/meridian/portfolio.liquid +255 -0
- package/dist/render/templates/meridian/project.liquid +376 -0
- package/dist/render/templates/meridian/session.liquid +298 -0
- package/dist/render/templates/meridian/styles.css +1369 -0
- package/dist/render/templates/minimal/portfolio.liquid +71 -0
- package/dist/render/templates/minimal/project.liquid +154 -0
- package/dist/render/templates/minimal/session.liquid +140 -0
- package/dist/render/templates/minimal/styles.css +525 -0
- package/dist/render/templates/mono/portfolio.liquid +291 -0
- package/dist/render/templates/mono/project.liquid +275 -0
- package/dist/render/templates/mono/session.liquid +276 -0
- package/dist/render/templates/mono/styles.css +1016 -0
- package/dist/render/templates/neon/portfolio.liquid +217 -0
- package/dist/render/templates/neon/project.liquid +225 -0
- package/dist/render/templates/neon/session.liquid +195 -0
- package/dist/render/templates/neon/styles.css +1265 -0
- package/dist/render/templates/noir/portfolio.liquid +137 -0
- package/dist/render/templates/noir/project.liquid +220 -0
- package/dist/render/templates/noir/session.liquid +241 -0
- package/dist/render/templates/noir/styles.css +1223 -0
- package/dist/render/templates/obsidian/portfolio.liquid +257 -0
- package/dist/render/templates/obsidian/project.liquid +280 -0
- package/dist/render/templates/obsidian/session.liquid +241 -0
- package/dist/render/templates/obsidian/styles.css +1401 -0
- package/dist/render/templates/paper/portfolio.liquid +267 -0
- package/dist/render/templates/paper/project.liquid +235 -0
- package/dist/render/templates/paper/session.liquid +271 -0
- package/dist/render/templates/paper/styles.css +1509 -0
- package/dist/render/templates/parallax/portfolio.liquid +305 -0
- package/dist/render/templates/parallax/project.liquid +275 -0
- package/dist/render/templates/parallax/session.liquid +295 -0
- package/dist/render/templates/parallax/styles.css +1874 -0
- package/dist/render/templates/parchment/portfolio.liquid +290 -0
- package/dist/render/templates/parchment/project.liquid +289 -0
- package/dist/render/templates/parchment/session.liquid +346 -0
- package/dist/render/templates/parchment/styles.css +1397 -0
- package/dist/render/templates/partials/_beats.liquid +16 -0
- package/dist/render/templates/partials/_breadcrumb.liquid +9 -0
- package/dist/render/templates/partials/_footer.liquid +7 -0
- package/dist/render/templates/partials/_growth-chart.liquid +7 -0
- package/dist/render/templates/partials/_key-decisions.liquid +20 -0
- package/dist/render/templates/partials/_links.liquid +16 -0
- package/dist/render/templates/partials/_narrative.liquid +8 -0
- package/dist/render/templates/partials/_phases.liquid +20 -0
- package/dist/render/templates/partials/_portfolio-header.liquid +20 -0
- package/dist/render/templates/partials/_portfolio-projects.liquid +16 -0
- package/dist/render/templates/partials/_portfolio-stats.liquid +19 -0
- package/dist/render/templates/partials/_qa.liquid +13 -0
- package/dist/render/templates/partials/_screenshot.liquid +15 -0
- package/dist/render/templates/partials/_session-cards.liquid +30 -0
- package/dist/render/templates/partials/_session-header.liquid +39 -0
- package/dist/render/templates/partials/_session-sidebar.liquid +30 -0
- package/dist/render/templates/partials/_skills.liquid +12 -0
- package/dist/render/templates/partials/_source-breakdown.liquid +22 -0
- package/dist/render/templates/partials/_stats.liquid +38 -0
- package/dist/render/templates/partials/_work-timeline.liquid +7 -0
- package/dist/render/templates/project.liquid +7 -4
- package/dist/render/templates/radar/portfolio.liquid +233 -0
- package/dist/render/templates/radar/project.liquid +278 -0
- package/dist/render/templates/radar/session.liquid +300 -0
- package/dist/render/templates/radar/styles.css +1049 -0
- package/dist/render/templates/showcase/portfolio.liquid +231 -0
- package/dist/render/templates/showcase/project.liquid +237 -0
- package/dist/render/templates/showcase/session.liquid +210 -0
- package/dist/render/templates/showcase/styles.css +1279 -0
- package/dist/render/templates/signal/portfolio.liquid +227 -0
- package/dist/render/templates/signal/project.liquid +278 -0
- package/dist/render/templates/signal/session.liquid +282 -0
- package/dist/render/templates/signal/styles.css +1395 -0
- package/dist/render/templates/strata/portfolio.liquid +192 -0
- package/dist/render/templates/strata/project.liquid +282 -0
- package/dist/render/templates/strata/session.liquid +261 -0
- package/dist/render/templates/strata/styles.css +1350 -0
- package/dist/render/templates/styles.css +1190 -0
- package/dist/render/templates/terminal/portfolio.liquid +118 -0
- package/dist/render/templates/terminal/project.liquid +161 -0
- package/dist/render/templates/terminal/session.liquid +145 -0
- package/dist/render/templates/terminal/styles.css +492 -0
- package/dist/render/templates/verdant/portfolio.liquid +333 -0
- package/dist/render/templates/verdant/project.liquid +309 -0
- package/dist/render/templates/verdant/session.liquid +237 -0
- package/dist/render/templates/verdant/styles.css +1257 -0
- package/dist/render/templates/zen/portfolio.liquid +136 -0
- package/dist/render/templates/zen/project.liquid +187 -0
- package/dist/render/templates/zen/session.liquid +203 -0
- package/dist/render/templates/zen/styles.css +1207 -0
- package/dist/render/templates.js +90 -0
- package/dist/routes/context.js +15 -10
- package/dist/routes/enhance.js +17 -40
- package/dist/routes/export.js +14 -4
- package/dist/routes/preview.js +480 -108
- package/dist/routes/projects.js +11 -19
- package/dist/routes/publish.js +15 -17
- package/dist/routes/settings.js +94 -1
- package/dist/routes/sse.js +9 -0
- package/dist/server.js +8 -2
- package/dist/settings.js +17 -9
- package/package.json +2 -4
- package/dist/public/assets/index-CC9G8EF1.js +0 -21
- package/dist/public/assets/index-Dalqz2mC.css +0 -1
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
<div class="heyiam-session verdant" data-render-version="2" data-template="verdant">
|
|
2
|
+
|
|
3
|
+
<div class="vd-page">
|
|
4
|
+
|
|
5
|
+
<main id="main-content">
|
|
6
|
+
|
|
7
|
+
{%- comment -%} Breadcrumb {%- endcomment -%}
|
|
8
|
+
<nav class="vd-breadcrumb" aria-label="Breadcrumb">
|
|
9
|
+
<a href="/{{ user.username }}">{{ user.username }}</a>
|
|
10
|
+
{% if projectSlug %}
|
|
11
|
+
<span class="vd-breadcrumb__sep" aria-hidden="true">/</span>
|
|
12
|
+
<a href="/{{ user.username }}/{{ projectSlug }}">{{ projectSlug }}</a>
|
|
13
|
+
{% endif %}
|
|
14
|
+
<span class="vd-breadcrumb__sep" aria-hidden="true">/</span>
|
|
15
|
+
<span>{{ session.title }}</span>
|
|
16
|
+
</nav>
|
|
17
|
+
|
|
18
|
+
{%- comment -%} Session Header {%- endcomment -%}
|
|
19
|
+
<section class="vd-section vd-session-header" aria-label="Session header">
|
|
20
|
+
<h1>{{ session.title }}</h1>
|
|
21
|
+
<div class="vd-meta-row">
|
|
22
|
+
{% if session.recordedAt %}
|
|
23
|
+
<div class="vd-meta-item">
|
|
24
|
+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>
|
|
25
|
+
<span>{{ session.recordedAt | formatDate }}</span>
|
|
26
|
+
</div>
|
|
27
|
+
{% endif %}
|
|
28
|
+
{% if session.sourceTool %}
|
|
29
|
+
<div class="vd-meta-item">
|
|
30
|
+
<span class="vd-badge">
|
|
31
|
+
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M16 18l6-6-6-6"/><path d="M8 6l-6 6 6 6"/></svg>
|
|
32
|
+
{{ session.sourceTool }}
|
|
33
|
+
</span>
|
|
34
|
+
</div>
|
|
35
|
+
{% endif %}
|
|
36
|
+
<div class="vd-meta-item">
|
|
37
|
+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
|
|
38
|
+
<span>{{ session.durationMinutes | formatDuration }}{% if session.wallClockMinutes %} ({{ session.wallClockMinutes | formatDuration }} wall){% endif %}</span>
|
|
39
|
+
</div>
|
|
40
|
+
<div class="vd-meta-item">
|
|
41
|
+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z"/></svg>
|
|
42
|
+
<span>{{ session.turns }} turns</span>
|
|
43
|
+
</div>
|
|
44
|
+
<div class="vd-meta-item">
|
|
45
|
+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>
|
|
46
|
+
<span>{{ session.locChanged | localeNumber }} LOC</span>
|
|
47
|
+
</div>
|
|
48
|
+
<div class="vd-meta-item">
|
|
49
|
+
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>
|
|
50
|
+
<span>{{ session.filesChanged }} files</span>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
</section>
|
|
54
|
+
|
|
55
|
+
{%- comment -%} Dev Take {%- endcomment -%}
|
|
56
|
+
{% if session.devTake != blank %}
|
|
57
|
+
<section class="vd-section" aria-label="Developer's take">
|
|
58
|
+
<div class="vd-dev-take">
|
|
59
|
+
<div class="vd-dev-take__label">Dev Take</div>
|
|
60
|
+
<blockquote>{{ session.devTake }}</blockquote>
|
|
61
|
+
</div>
|
|
62
|
+
</section>
|
|
63
|
+
{% endif %}
|
|
64
|
+
|
|
65
|
+
{%- comment -%} Leaf Divider {%- endcomment -%}
|
|
66
|
+
<div class="vd-leaf-divider" role="separator">
|
|
67
|
+
<div class="vd-leaf-divider__line"></div>
|
|
68
|
+
<svg class="vd-leaf-divider__icon" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
|
|
69
|
+
<path d="M17 8C8 10 5.9 16.17 3.82 21.34l1.89.66.95-2.3c.48.17.98.3 1.34.3C19 20 22 3 22 3c-1 2-8 2.25-13 3.25S2 11.5 2 13.5s1.75 3.75 1.75 3.75"/>
|
|
70
|
+
</svg>
|
|
71
|
+
<div class="vd-leaf-divider__line"></div>
|
|
72
|
+
</div>
|
|
73
|
+
|
|
74
|
+
{%- comment -%} Two Column Layout {%- endcomment -%}
|
|
75
|
+
<div class="vd-two-col">
|
|
76
|
+
|
|
77
|
+
{%- comment -%} Main Content {%- endcomment -%}
|
|
78
|
+
<div>
|
|
79
|
+
|
|
80
|
+
{%- comment -%} Execution Path (Beats) {%- endcomment -%}
|
|
81
|
+
{% if session.beats.size > 0 %}
|
|
82
|
+
<section class="vd-section" aria-label="Execution path">
|
|
83
|
+
<div class="vd-section-header">
|
|
84
|
+
<div class="vd-section-header__icon" aria-hidden="true">
|
|
85
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg>
|
|
86
|
+
</div>
|
|
87
|
+
<h2>Execution Path</h2>
|
|
88
|
+
</div>
|
|
89
|
+
<div class="vd-beats" role="list" aria-label="Execution steps">
|
|
90
|
+
{% for beat in session.beats %}
|
|
91
|
+
<div class="vd-beat" role="listitem">
|
|
92
|
+
<div class="vd-beat__node" aria-hidden="true"><span class="vd-beat__node-num">{{ beat.stepNumber }}</span></div>
|
|
93
|
+
<div class="vd-beat__title">{{ beat.title }}</div>
|
|
94
|
+
{% if beat.body != blank %}
|
|
95
|
+
<div class="vd-beat__desc">{{ beat.body }}</div>
|
|
96
|
+
{% endif %}
|
|
97
|
+
</div>
|
|
98
|
+
{% endfor %}
|
|
99
|
+
</div>
|
|
100
|
+
</section>
|
|
101
|
+
{% endif %}
|
|
102
|
+
|
|
103
|
+
{%- comment -%} Leaf Divider between beats and Q&A {%- endcomment -%}
|
|
104
|
+
{% if session.beats.size > 0 and session.qaPairs.size > 0 %}
|
|
105
|
+
<div class="vd-leaf-divider" role="separator">
|
|
106
|
+
<div class="vd-leaf-divider__line"></div>
|
|
107
|
+
<svg class="vd-leaf-divider__icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
|
|
108
|
+
<path d="M6.5 21.5s2-3 2-6c0-4-3-6-3-6s3 1 6 1 7-2 7-2-1 4-1 7-1.5 6-1.5 6"/>
|
|
109
|
+
<path d="M8 14s-1.5-2-1.5-4 2-4.5 2-4.5"/>
|
|
110
|
+
</svg>
|
|
111
|
+
<div class="vd-leaf-divider__line"></div>
|
|
112
|
+
</div>
|
|
113
|
+
{% endif %}
|
|
114
|
+
|
|
115
|
+
{%- comment -%} Q&A {%- endcomment -%}
|
|
116
|
+
{% if session.qaPairs.size > 0 %}
|
|
117
|
+
<section class="vd-section" aria-label="Questions and answers">
|
|
118
|
+
<div class="vd-section-header">
|
|
119
|
+
<div class="vd-section-header__icon" aria-hidden="true">
|
|
120
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"/><line x1="12" y1="17" x2="12.01" y2="17"/></svg>
|
|
121
|
+
</div>
|
|
122
|
+
<h2>Q&A</h2>
|
|
123
|
+
</div>
|
|
124
|
+
<div class="vd-qa-list">
|
|
125
|
+
{% for qa in session.qaPairs %}
|
|
126
|
+
<article class="vd-qa-item">
|
|
127
|
+
<div class="vd-qa-item__q">
|
|
128
|
+
<span class="vd-qa-item__q-marker" aria-hidden="true">Q</span>
|
|
129
|
+
<span>{{ qa.question }}</span>
|
|
130
|
+
</div>
|
|
131
|
+
<p class="vd-qa-item__a">{{ qa.answer }}</p>
|
|
132
|
+
</article>
|
|
133
|
+
{% endfor %}
|
|
134
|
+
</div>
|
|
135
|
+
</section>
|
|
136
|
+
{% endif %}
|
|
137
|
+
|
|
138
|
+
{%- comment -%} Agent Summary {%- endcomment -%}
|
|
139
|
+
{% if session.agentSummary %}
|
|
140
|
+
<section class="vd-section" aria-label="Agent summary" style="margin-top: 2.5rem;">
|
|
141
|
+
<div class="vd-section-header">
|
|
142
|
+
<div class="vd-section-header__icon" aria-hidden="true">
|
|
143
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 00-3-3.87"/><path d="M16 3.13a4 4 0 010 7.75"/></svg>
|
|
144
|
+
</div>
|
|
145
|
+
<h2>Agent Contributions</h2>
|
|
146
|
+
</div>
|
|
147
|
+
<div class="vd-agents">
|
|
148
|
+
{% for agent in session.agentSummary.agents %}
|
|
149
|
+
<div class="vd-agent-row">
|
|
150
|
+
<div class="vd-agent-row__info">
|
|
151
|
+
<span class="vd-agent-row__name">{{ agent.role }}</span>
|
|
152
|
+
<span class="vd-agent-row__meta">{{ agent.duration_minutes | formatDuration }} · {{ agent.loc_changed }} LOC</span>
|
|
153
|
+
</div>
|
|
154
|
+
<div class="vd-agent-bar">
|
|
155
|
+
<div class="vd-agent-bar-fill" data-width="{{ agent.percentage }}" style="background: var(--color-{{ agent.role | slugify }});" aria-hidden="true"></div>
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
{% endfor %}
|
|
159
|
+
</div>
|
|
160
|
+
</section>
|
|
161
|
+
{% endif %}
|
|
162
|
+
|
|
163
|
+
</div>
|
|
164
|
+
|
|
165
|
+
{%- comment -%} Sidebar {%- endcomment -%}
|
|
166
|
+
<aside class="vd-sidebar" aria-label="Session details">
|
|
167
|
+
|
|
168
|
+
{%- comment -%} Tools Used {%- endcomment -%}
|
|
169
|
+
{% if session.toolBreakdown.size > 0 %}
|
|
170
|
+
<div class="vd-sidebar-card">
|
|
171
|
+
<div class="vd-sidebar-card__title">Tools Used</div>
|
|
172
|
+
<table class="vd-tools-table" aria-label="Tool usage counts">
|
|
173
|
+
<tbody>
|
|
174
|
+
{% for tool in session.toolBreakdown %}
|
|
175
|
+
<tr>
|
|
176
|
+
<td>{{ tool.tool }}</td>
|
|
177
|
+
<td>{{ tool.count }}</td>
|
|
178
|
+
</tr>
|
|
179
|
+
{% endfor %}
|
|
180
|
+
</tbody>
|
|
181
|
+
</table>
|
|
182
|
+
</div>
|
|
183
|
+
{% endif %}
|
|
184
|
+
|
|
185
|
+
{%- comment -%} Files Changed {%- endcomment -%}
|
|
186
|
+
{% if session.topFiles.size > 0 %}
|
|
187
|
+
<div class="vd-sidebar-card">
|
|
188
|
+
<div class="vd-sidebar-card__title">Files Changed</div>
|
|
189
|
+
<div class="vd-files-list" aria-label="Changed files">
|
|
190
|
+
{% for file in session.topFiles %}
|
|
191
|
+
<div class="vd-file-item">
|
|
192
|
+
<span class="vd-file-item__name" title="{{ file.path }}">{{ file.path }}</span>
|
|
193
|
+
<span class="vd-file-item__diff">+{{ file.additions }}</span>
|
|
194
|
+
</div>
|
|
195
|
+
{% endfor %}
|
|
196
|
+
</div>
|
|
197
|
+
</div>
|
|
198
|
+
{% endif %}
|
|
199
|
+
|
|
200
|
+
{%- comment -%} Skills {%- endcomment -%}
|
|
201
|
+
{% if session.skills.size > 0 %}
|
|
202
|
+
<div class="vd-sidebar-card">
|
|
203
|
+
<div class="vd-sidebar-card__title">Skills</div>
|
|
204
|
+
<div class="vd-sidebar-skills">
|
|
205
|
+
{% for skill in session.skills %}
|
|
206
|
+
<span class="vd-skill-chip">{{ skill }}</span>
|
|
207
|
+
{% endfor %}
|
|
208
|
+
</div>
|
|
209
|
+
</div>
|
|
210
|
+
{% endif %}
|
|
211
|
+
|
|
212
|
+
{%- comment -%} Highlights {%- endcomment -%}
|
|
213
|
+
{% if session.highlights.size > 0 %}
|
|
214
|
+
<div class="vd-sidebar-card">
|
|
215
|
+
<div class="vd-sidebar-card__title">Highlights</div>
|
|
216
|
+
<ul style="list-style: none; padding: 0; margin: 0;">
|
|
217
|
+
{% for h in session.highlights %}
|
|
218
|
+
<li style="font-size: 0.8125rem; color: var(--vd-on-surface-2); padding: 0.25rem 0; border-bottom: 1px solid var(--vd-border-light);">{{ h }}</li>
|
|
219
|
+
{% endfor %}
|
|
220
|
+
</ul>
|
|
221
|
+
</div>
|
|
222
|
+
{% endif %}
|
|
223
|
+
|
|
224
|
+
</aside>
|
|
225
|
+
|
|
226
|
+
</div>
|
|
227
|
+
|
|
228
|
+
</main>
|
|
229
|
+
|
|
230
|
+
<footer class="vd-footer">
|
|
231
|
+
<p>Built with <a href="https://heyi.am">heyi.am</a> — the signal-first portfolio</p>
|
|
232
|
+
</footer>
|
|
233
|
+
|
|
234
|
+
</div>
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
</div>
|