chore(camera): trim lens comment walls and dead build marker - #164
Merged
Conversation
Delete stale-APK tripwire log and archaeology comment from CameraManager (bind already logs lens facing), vestigial warp/bulge postmortem from LensSurfaceProcessor (Big Mouth/Bug Eyes gone), chin-bug narrative from Lens catalogue header (kept measurement table), and trim ID-churn + features() docs in FaceRoster and LensAnchor to essential points. No behavior change. Net -41 lines. Co-authored-by: Steven Gates <gates.steven@gmail.com>
stozo04
commented
Sep 1, 2026
stozo04
left a comment
Owner
Author
There was a problem hiding this comment.
looks right for tonight's first cleanup. five files, comment/log subtraction only, net -41. no behavior change. ready when you are — still draft.
This was referenced Sep 1, 2026
stozo04
marked this pull request as ready for review
September 1, 2026 13:50
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.
Description
Cleanup-only PR that removes stale comment walls and one dead build-marker log line from the camera/lens area. All deletions are subtraction only with no behavior changes.
Deletions
CameraManager.kt(~lines 162-169): Deleted the hand-flick-v1 "stale-APK tripwire" log suffix and its archaeology comment. The bind already logs lens facing, making the build marker redundant.LensSurfaceProcessor.kt(~lines 786-792): Deleted the vestigial warp/bulge postmortem comment from the camera fragment shader doc. Big Mouth and Bug Eyes lenses are gone; the historical context is no longer needed.Lens.kt(~lines 42-59): Cut the chin-bug postmortem narrative (18 lines) from the catalogue header. Kept the measurement table and the core guidance about re-measuring rather than nudging.FaceRoster.kt(~lines 30-45): Trimmed the ID-churn class doc from 15 lines to 4 lines. Preserved the Lesson 037 pointer and the essential "why" about publishing under the original id to prevent downstream state resets.LensAnchor.kt(~lines 412-419): Trimmed thefeatures()doc from 6 lines to 2 lines. Kept the core idea: "expression from the human, geometry from the character."Net change: -41 lines across 5 files. No code changes, only comment/doc deletions and trims.
Related Issue
Part of ongoing code hygiene; no specific issue.
Type of Change
How Has This Been Tested?
Checklist
allWarningsAsErrorsis on).