Docs: backfill maintenance log 2026-05-10 → 2026-07-01 (draft)#34
Closed
vdavid wants to merge 1 commit into
Closed
Docs: backfill maintenance log 2026-05-10 → 2026-07-01 (draft)#34vdavid wants to merge 1 commit into
vdavid wants to merge 1 commit into
Conversation
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.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backfill of
docs/maintenance.mdbuilt 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 added2026-06-30— Bump pinned tool versions: Node 25→262026-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 exemptions2026-06-27— Split files: SMB/MTP network scan, transfer dialog state machine, volume module trait types, write ops state.rs, scan progress reporter2026-06-25— Split files: indexing store/aggregator/scanner/writer splitting wave2026-06-25— Security advisory sweep: quinn-proto and memmap22026-06-25— Tighten linter rules: i18n-coverage as CI error, jscpd tightening2026-06-20— Split files: ai/manager.rs and indexing/state.rs2026-06-19— Refresh CLAUDE.md files: 20 over-budget files condensed2026-06-18— Tighten linter rules: stale-translation detection made release-blocking2026-06-11— AI-smell / inelegance review: FormattedDate vestigial split-date structure collapsed2026-06-10— Dead code sweep: dead AI opt-out commands + stranded plaintext key in settings.json2026-06-04— Split files: FilePane watcher+MCP sync, SMB backend tests, MCP resources.rs2026-06-04— Security advisory sweep: Go 1.25.11 stdlib CVE fixes2026-05-27— Review file structure: write_operations/ feature-subdir reorg2026-05-14— Split files: batch of 8 backend+frontend files2 new task types (patterns that now recur but weren't tracked):
pnpm i18n:overflow1 metric update:
no-arbitrary-sleepannotations: ~66 → 8 remain as of 2026-07-01What's still genuinely overdue (not in this PR)
Test plan
Generated by Claude Code