docs: archive stale plan/findings docs - #144
Merged
Merged
Conversation
davelee98
force-pushed
the
chore/doc-cleanup2
branch
2 times, most recently
from
August 6, 2026 20:58
9237ea8 to
9191892
Compare
Move the completed PLAN/FINDINGS/IMPLEMENTATION/inventory docs to ../old_docs (outside the repo) to declutter docs/; delete the superseded IT8951 bb_epaper integration plan outright. No code changes. The PSRAM relocation and String-free LAN logging this branch previously carried already landed on main as OpenDisplay#142, so those commits are dropped as redundant; the config-buffer null guards are dropped as out of scope for this PR and need to be raised separately. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NmiW5Kpby5ZJSp4CX3JncT
All three are local artifacts that showed up as untracked noise in git status: - core.* -- coredumps pulled off-device for post-mortem analysis (the 2026-08-03 mDNS crash investigation left one in the tree) - compile_commands.json -- generated by the build for clangd/IDE indexing, machine-specific paths - .mcp.json -- local MCP server config None belong in the repo, and leaving them untracked meant they were one stray `git add -A` away from being committed.
davelee98
force-pushed
the
chore/doc-cleanup2
branch
from
August 7, 2026 20:08
9191892 to
ec6b422
Compare
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.
Archives completed PLAN/FINDINGS/IMPLEMENTATION docs out of docs/ and drops the superseded IT8951 plan. Docs only, no code changes.
Stacks on #142 — diff will shrink to just the doc + BLE-backoff commits once that merges.