Skip to content

Commit 38ac8fc

Browse files
committed
mind: regenerate index + dashboard after the main merge
origin/main had advanced by 10 commits (autofit-plot-functions-kwargs shipped, plus dashboard renderer work). The generated files auto-merged textually, which left complete/index.md claiming 1122 records against a tree holding 1123 and 19 stale lines in dashboard.html. Regenerated with the repo's own tooling (lifecycle.py index --apply, pyauto-brain intake --apply dashboard) rather than hand-resolved. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V19RfJbExKP4hsT5c6LttV
1 parent 8714e3a commit 38ac8fc

3 files changed

Lines changed: 3 additions & 20 deletions

File tree

complete/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Token-light navigation over the finished-work records (schema:
66
only then grep a dated bucket. Curators: edit the band between the CURATED
77
markers; everything below GENERATED is rebuilt.
88

9-
1122 records across 7 buckets.
9+
1123 records across 7 buckets.
1010

1111
<!-- CURATED:START -->
1212
## Highlights

dashboard.html

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,6 @@
145145
padding-top:.58rem}
146146
table.recent td.pick{width:2.6rem;padding-right:0}
147147
table.recent button.copy{width:2.2rem;height:2.2rem;font-size:.95rem}
148-
/* On a phone a four-column row is not a row, it is a ribbon. Measured at a
149-
375px viewport: the meta columns took 156px and the text was left 187 — half
150-
the screen — so every entry wrapped into a tall thin column down the right
151-
while the meta cells sat beside it as empty height. Below 34rem the row
152-
stacks: the meta reads as one small header line with the button at its end,
153-
and the text takes the full width underneath. */
154-
@media(max-width:34rem){
155-
/* `:not([hidden])` is load-bearing: `display:flex` here outranks the UA
156-
sheet's `[hidden]{display:none}`, which would reveal the whole paged
157-
Recent feed at once. */
158-
table.recent tr:not([hidden]){display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .5rem;
159-
padding:.5rem 0;border-bottom:1px solid var(--line)}
160-
table.recent td{display:block;width:auto;border-bottom:0;padding:0}
161-
table.recent td.what{padding-top:0}
162-
table.recent td.pick{width:auto;margin-left:auto}
163-
table.recent td:not([class]){flex:1 0 100%;margin-top:.15rem}
164-
}
165148
/* --- the family footer: one chip per sibling board, in its own colour --- */
166149
.boards{display:flex;flex-wrap:wrap;gap:.4rem;margin:2.4rem 0 0;padding:0;
167150
list-style:none;border-top:1px solid var(--line);padding-top:1rem}
@@ -277,7 +260,7 @@ <h2>Backlog <a class="mdsrc" href="https://github.com/PyAutoLabs/PyAutoMind/tree
277260
<div class="task"><button class="copy" data-cmd="/start_dev draft/feature/pyautomind/repos-sync-config-stamper.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/feature/pyautomind/repos-sync-config-stamper.md">Teach repos_sync --write to stamp organ config surfaces</a><span class="tags"><span class="pill w">✨ feature</span><span class="pill">pyautomind</span><span class="pill n">hard</span><span class="pill n">supervised</span><span class="pill n">low</span></span></p></div>
278261
</details>
279262
<details>
280-
<summary>bug — 24</summary>
263+
<summary>bug — 23</summary>
281264
<div class="task"><button class="copy" data-cmd="/start_dev draft/bug/health_fixes/jax_runtime_and_parity.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/bug/health_fixes/jax_runtime_and_parity.md">Fix release JAX runtime compatibility and likelihood parity</a><span class="tags"><span class="pill w">🐛 bug</span><span class="pill">health_fixes</span><span class="pill r">too-large</span><span class="pill n">supervised</span><span class="pill r">high</span></span></p></div>
282265
<div class="task"><button class="copy" data-cmd="/start_dev draft/bug/health_fixes/jit_visualization_outputs.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/bug/health_fixes/jit_visualization_outputs.md">Fix JIT quick-update visualization output regressions</a><span class="tags"><span class="pill w">🐛 bug</span><span class="pill">health_fixes</span><span class="pill r">too-large</span><span class="pill n">supervised</span><span class="pill r">high</span></span></p></div>
283266
<div class="task"><button class="copy" data-cmd="/start_dev draft/bug/health_fixes/samples_parameter_paths.md" aria-label="Copy the Claude command">📋</button><p><a href="https://github.com/PyAutoLabs/PyAutoMind/blob/main/draft/bug/health_fixes/samples_parameter_paths.md">Fix release result/sample parameter-path regressions</a><span class="tags"><span class="pill w">🐛 bug</span><span class="pill">health_fixes</span><span class="pill r">too-large</span><span class="pill n">supervised</span><span class="pill r">high</span></span></p></div>

dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Scoped but not started; some are not yet prompt files. Full detail in [`planned.
493493
</details>
494494

495495
<details>
496-
<summary><b>bug</b> — 24</summary>
496+
<summary><b>bug</b> — 23</summary>
497497

498498
<details><summary>📋 <a href="draft/bug/health_fixes/jax_runtime_and_parity.md">Fix release JAX runtime compatibility and likelihood parity</a> — health_fixes · too-large · supervised · high</summary>
499499

0 commit comments

Comments
 (0)