Skip to content

chore: prune stale dev artifacts (.playwright-mcp + dashboard-render PNGs)#226

Merged
avrabe merged 5 commits into
mainfrom
chore/v0.10.x-prune-stale-artifacts
May 18, 2026
Merged

chore: prune stale dev artifacts (.playwright-mcp + dashboard-render PNGs)#226
avrabe merged 5 commits into
mainfrom
chore/v0.10.x-prune-stale-artifacts

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented May 16, 2026

Summary

Two clusters of accidentally-checked-in files removed.

Files removed

Cluster Files Size Last touched
.playwright-mcp/ 3 console logs from 2026-03-19/20 ~3 KB March 2026
Root-level dashboard-render*.png 4 PNGs (untitled screenshots) ~104 KB commit 96adaa8 (2026-04-01, solver-allocate merge)

Verification that none are referenced

```
grep -rln "dashboard-render" --include='.md' --include='.rs' --include='.yml' --include='.yaml' --include='*.toml'

(no matches)

```

The .playwright-mcp/ logs aren't imported, parsed, or referenced anywhere in the workspace either.

.gitignore additions

  • .playwright-mcp/ — Playwright MCP integration session traces
  • /dashboard-render*.png — anchored to repo root so future ad-hoc captures stay local

Both follow the existing pattern of gitignoring tests/playwright/node_modules/ and dist/.

Test plan

  • git ls-files | grep -i playwright-mcp → empty after merge
  • git ls-files '*.png' | grep -v '^crates/\|^docs/\|^test-data/' → only vscode-spar/icon.png (kept; referenced by the VS Code extension)
  • CI green

Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com

…nder PNGs)

Two clusters of accidentally-checked-in files removed:

1. `.playwright-mcp/` — three console logs from 2026-03-19/20 sessions
   that the Playwright MCP integration left behind. Not referenced by
   any code or doc. Gitignored to prevent reappearance.

2. `dashboard-render{,2,3,4}.png` at repo root — four ~25-29 KB screenshots
   landed in commit 96adaa8 (feat/solver-allocate merge, 2026-04-01).
   Not referenced by any .md / .rs / .yml / .yaml / .toml file. Gitignored
   under `/dashboard-render*.png` so future ad-hoc captures stay local.

Total reclaim: ~110 KB working-tree, ~100 KB in pack (verified via
`git ls-files`).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@avrabe avrabe enabled auto-merge (squash) May 16, 2026 05:23
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 16, 2026

Rivet verification gate

17/17 passed

count
Passed 17
Failed 0
Skipped (no steps) 0

Filter: (and (= type "feature") (or (has-tag "v093") (has-tag "v0100")))

Failed artifacts

(none)

Updated automatically by tools/post_verification_comment.py. Source of truth: artifacts/verification.yaml.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

avrabe and others added 4 commits May 16, 2026 08:08
Previous CI workflow run (25981619076) got stuck in queued state for
90+ minutes with both Kani and Mutation Testing failing to pick up
runners after a cancel→rerun cycle. Pushing an empty commit triggers
a fresh workflow run on a healthy runner slot.

No code change.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@avrabe avrabe merged commit e775280 into main May 18, 2026
17 of 18 checks passed
@avrabe avrabe deleted the chore/v0.10.x-prune-stale-artifacts branch May 18, 2026 04:37
avrabe added a commit that referenced this pull request May 20, 2026
v0.10.0 ships:

**Mermaid emission (M1 + M2 + M3)**
- spar-mermaid foundation crate with `emit_flowchart` (#220)
- `spar emit --format mermaid` CLI subcommand (#222)
- `emit_class_diagram` + `emit_requirement_diagram` + matching CLI
  flags `--format mermaid-class` / `mermaid-req` (#228)

**Soundness deepening**
- Lean 4 sorry-free proofs of end-to-end latency monotonicity and
  ARINC 653 partition isolation, alongside the pre-existing RTA / EDF /
  Network Calculus proofs (#223)
- Kani BMC harnesses on generated-code AADL contract preservation
  (thread Period, port Direction, bus access right) — spar's
  Logika-equivalent strategy for verified codegen (#224)

**Safety analysis**
- EMV2 error-propagation traversal across the AADL connection graph
  (closes the #1 gap vs OSATE/HAMR in safety-case reviews) (#225)

**Verification infrastructure**
- Rivet-driven verification gate that executes every artifact's
  `fields.steps[].run` commands and posts a sticky PR comment with
  pass/fail counts and failed artifact IDs (#221)
- Workflow tuning: gate timeout 30→60 min for future Mathlib-heavy
  workloads; TEST-PROOF-* stay on sorry-grep until lake cache lands
  (#227, #229, #230)

**Chore**
- Pruned stale dev artifacts (.playwright-mcp logs + dashboard-render
  PNGs) and tightened gitignore (#226)

Bumps Cargo.toml + vscode-spar/package.json from 0.9.3 → 0.10.0.
The release workflow's `check-versions` job enforces tag/Cargo/vsix
agreement, so these must move together with the v0.10.0 tag push.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant