Skip to content

Docs: backfill maintenance log 2026-05-10 → 2026-07-01 (draft)#34

Closed
vdavid wants to merge 1 commit into
mainfrom
maintenance/log-update-2026-07
Closed

Docs: backfill maintenance log 2026-05-10 → 2026-07-01 (draft)#34
vdavid wants to merge 1 commit into
mainfrom
maintenance/log-update-2026-07

Conversation

@vdavid

@vdavid vdavid commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Backfill of docs/maintenance.md built by walking the full git history since the last logged entry (2026-05-10) via the GitHub API. The log gap was real — the tasks below were done but not recorded. The monthly npm/Rust/Go dep sweeps for May and June are intentionally absent: only targeted security/bugfix bumps ran; no comprehensive sweep happened.

What changed

17 new log entries (newest-first in the file):

  • 2026-07-01 — Per release: E2E suite health check (v0.30–v0.32): de-flaked Linux focus race and transfer-error tests; per-test contention budget added
  • 2026-06-30 — Bump pinned tool versions: Node 25→26
  • 2026-06-27 — Purge old specs: shipped specs wiped from docs/specs/
  • 2026-06-27 — Cut back allowlists: file-length entries for post-split files; dropped 3 redundant coverage-allowlist entries and 2 stale a11y-coverage exemptions
  • 2026-06-27 — Split files: SMB/MTP network scan, transfer dialog state machine, volume module trait types, write ops state.rs, scan progress reporter
  • 2026-06-25 — Split files: indexing store/aggregator/scanner/writer splitting wave
  • 2026-06-25 — Security advisory sweep: quinn-proto and memmap2
  • 2026-06-25 — Tighten linter rules: i18n-coverage as CI error, jscpd tightening
  • 2026-06-20 — Split files: ai/manager.rs and indexing/state.rs
  • 2026-06-19 — Refresh CLAUDE.md files: 20 over-budget files condensed
  • 2026-06-18 — Tighten linter rules: stale-translation detection made release-blocking
  • 2026-06-11 — AI-smell / inelegance review: FormattedDate vestigial split-date structure collapsed
  • 2026-06-10 — Dead code sweep: dead AI opt-out commands + stranded plaintext key in settings.json
  • 2026-06-04 — Split files: FilePane watcher+MCP sync, SMB backend tests, MCP resources.rs
  • 2026-06-04 — Security advisory sweep: Go 1.25.11 stdlib CVE fixes
  • 2026-05-27 — Review file structure: write_operations/ feature-subdir reorg
  • 2026-05-14 — Split files: batch of 8 backend+frontend files

2 new task types (patterns that now recur but weren't tracked):

  • Review a11y-coverage exemptions (quarterly, Codebase health) — 14 exempt entries currently; automated check already fails on dead/redundant ones, so this is a judgment pass
  • i18n translation completeness (quarterly, Test-suite health) — stale-check is automated; human task is commissioning translations for new strings and running pnpm i18n:overflow

1 metric update:

  • E2E no-arbitrary-sleep annotations: ~66 → 8 remain as of 2026-07-01

What's still genuinely overdue (not in this PR)

  • Monthly dep sweep (npm / Rust / Go): last comprehensive run was 2026-04-27; May and June had only targeted bumps
  • Mutation-testing sweep: never run
  • AI-smell / inelegance review: last 2026-06-11 (minor); last full pass 2026-03-24
  • Replace AI-generated content: last 2026-01-28
  • Review cargo-audit ignores: never logged; RUSTSEC-2023-0071 has been in audit.toml since ≥2026-01

Test plan

  • Verified all commit SHAs exist in the repo
  • Log format matches the existing tab-separated convention
  • No functional code changed

Generated by Claude Code

Adds 17 log entries covering the unlogged period; two new task types; and
one metric update:

Log additions (newest-first):
- Per release: E2E suite health check (v0.30-v0.32)
- Bump pinned tool versions: Node 25→26
- Purge old specs: shipped specs wiped from docs/specs/
- Cut back allowlists: file-length + coverage-allowlist + a11y-coverage
- Split files: June wave (SMB/MTP network scan, transfer dialog, volume
  module, write ops state, indexing/store+aggregator+scanner+writer,
  ai/manager, indexing/state, FilePane watcher, SMB tests, resources.rs,
  May batch of menu/indexing/ipc/error_reporter modules)
- Security advisory sweep: quinn-proto + memmap2 (2026-06-25), Go CVE
  fixes (2026-06-04)
- Tighten linter rules: i18n-coverage as CI error, jscpd tightening,
  stale-translation detection
- Refresh CLAUDE.md files: 20 over-budget files condensed (2026-06-19)
- AI-smell / inelegance review: FormattedDate refactor (2026-06-11)
- Dead code sweep: dead AI opt-out commands + stranded plaintext key
  (2026-06-10)
- Review file structure: write_operations/ feature-subdir reorganization
  (2026-05-27)

New tasks:
- "Review a11y-coverage exemptions" (quarterly, under Codebase health)
- "i18n translation completeness" (quarterly, under Test-suite health)

Metric update:
- E2E no-arbitrary-sleep annotations: ~66 → 8 remain as of 2026-07-01

Note: monthly npm/Rust/Go dep sweeps for May and June have no log entries
because no comprehensive sweep ran — only targeted security/bugfix bumps.
Those sweeps remain due.
vdavid added a commit that referenced this pull request Jul 7, 2026
Restore a real gap in `docs/maintenance.md`: 17 maintenance tasks were done but never logged. Reconstructed from git history — file splits, two security-advisory sweeps (quinn-proto/memmap2, Go 1.25.11 stdlib CVEs), linter tightening (i18n-coverage and stale-translation detection made release-blocking), the Node 25→26 tool bump, a dead-code sweep, and CLAUDE.md condensing.

Also refreshes the recurring-tasks section: adds an a11y-coverage-exemption review and an i18n translation-completeness pass, and updates the surviving `no-arbitrary-sleep-in-e2e` count (66→8 remaining).

The May/June monthly dep sweeps are intentionally absent: only targeted security/bugfix bumps ran, no comprehensive sweep.

Lands PR #34; oxfmt-reformatted so Repo hygiene passes.
@vdavid

vdavid commented Jul 7, 2026

Copy link
Copy Markdown
Owner Author

Closing: this landed on main as 46c0a5a (the branch here differs only by oxfmt line reflow, which main also settled in 76f3a54f7). Leftover from the worktree fast-forward flow.

@vdavid vdavid closed this Jul 7, 2026
@vdavid vdavid deleted the maintenance/log-update-2026-07 branch July 7, 2026 21:46
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.

2 participants