Repository Analysis

Mentra-Community/MentraOS

MentraOS is the leading smart glasses OS. See live captions, stream your view, talk to AI, and capture photos hands-free on compatible glasses.

5.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of Mentra-Community/MentraOS, a TypeScript project with 2,226 GitHub stars. SynthScan v2.0 examined 1,001,841 lines of code across 4341 source files, recording 2071 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 5.0 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

5.0
Adjusted Score
5.0
Raw Score
100%
Time Factor
2026-07-14
Last Push
2.2K
Stars
TypeScript
Language
1.0M
Lines of Code
4.3K
Files
2.1K
Pattern Hits
2026-07-14
Scan Date
0.03
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 133HIGH 14MEDIUM 600LOW 1324

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 2071 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators574 hits · 1805 pts
SeverityFileLineSnippetContext
MEDIUM…tions/src/background/controllers/CaptionsController.ts64// ── Settings defaults (mirror SettingsManager) ─────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts82// ── Profile selection (verbatim from DisplayManager) ───────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts125 // ── Settings state (SettingsManager) ─────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts128 // ── Transcript list state (TranscriptsManager) ───────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts132 // ── Display state (DisplayManager) ───────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts210 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts212 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts272 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts274 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts368 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts370 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts423 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts425 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts561 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tions/src/background/controllers/CaptionsController.ts563 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUMminiapps/captions/src/shared/channels.ts25 // ── background → UI ────────────────────────────────────────────────────COMMENT
MEDIUMminiapps/captions/src/shared/channels.ts40 // ── UI → background ────────────────────────────────────────────────────COMMENT
MEDIUM…iapps/teleprompter/src/background/core/ScriptEngine.ts86 // ── Configuration ────────────────────────────────────────────────────────COMMENT
MEDIUM…iapps/teleprompter/src/background/core/ScriptEngine.ts121 // ── Cursor ↔ layout mapping ────────────────────────────────────────────────COMMENT
MEDIUM…iapps/teleprompter/src/background/core/ScriptEngine.ts168 // ── Voice following ────────────────────────────────────────────────────────COMMENT
MEDIUM…iapps/teleprompter/src/background/core/ScriptEngine.ts221 // ── Internals ──────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts88 // ── Playback state ─────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts107 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts109 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts210 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts212 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts233 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts235 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts307 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts309 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts381 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts383 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts416 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts418 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts501 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts503 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts628 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts630 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts664 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts666 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts720 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts722 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts745 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…r/src/background/controllers/TeleprompterController.ts747 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…niapps/teleprompter/src/ui/components/SettingsView.tsx107// ── Building blocks ─────────────────────────────────────────────────────────COMMENT
MEDIUMminiapps/teleprompter/src/ui/hooks/useTeleprompter.ts64 // ── Settings writes (optimistic) ─────────────────────────────────────────COMMENT
MEDIUMminiapps/teleprompter/src/ui/hooks/useTeleprompter.ts119 // ── Transport ──────────────────────────────────────────────────────────COMMENT
MEDIUMminiapps/teleprompter/src/shared/channels.ts14 // ── background → UI ────────────────────────────────────────────────────COMMENT
MEDIUMminiapps/teleprompter/src/shared/channels.ts23 // ── UI → background ────────────────────────────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts61// ── Settings defaults (mirror SettingsManager) ─────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts80// ── Profile selection (verbatim from DisplayManager) ───────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts123 // ── Settings state (SettingsManager) ─────────────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts126 // ── Translation list state ───────────────────────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts130 // ── Display state (DisplayManager) ───────────────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts209 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts211 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts265 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts267 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts318 // ───────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…on/src/background/controllers/TranslationController.ts320 // ───────────────────────────────────────────────────────────────────────COMMENT
514 more matches not shown…
Hallucination Indicators133 hits · 1295 pts
SeverityFileLineSnippetContext
CRITICALasg_client/build_log.txt2972 at org.gradle.cache.internal.DefaultPersistentDirectoryStore.open(DefaultPersistentDirectoryStore.java:91)CODE
CRITICALasg_client/build_log.txt2973 at org.gradle.cache.internal.DefaultPersistentDirectoryStore.open(DefaultPersistentDirectoryStore.java:43)CODE
CRITICALasg_client/build_log.txt2974 at org.gradle.cache.internal.DefaultCacheFactory.doOpen(DefaultCacheFactory.java:103)CODE
CRITICALasg_client/build_log.txt2975 at org.gradle.cache.internal.DefaultCacheFactory.open(DefaultCacheFactory.java:68)CODE
CRITICALasg_client/build_log.txt2977 at org.gradle.groovy.scripts.internal.FileCacheBackedScriptClassCompiler.compile(FileCacheBackedScriptClassCompiler.javCODE
CRITICALasg_client/build_log.txt2978 at org.gradle.groovy.scripts.internal.CrossBuildInMemoryCachingScriptClassCache.getOrCompile(CrossBuildInMemoryCachingSCODE
CRITICALasg_client/build_log.txt2979 at org.gradle.groovy.scripts.internal.BuildScopeInMemoryCachingScriptClassCompiler.compile(BuildScopeInMemoryCachingScrCODE
CRITICALasg_client/build_log.txt2987 at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)CODE
CRITICALasg_client/build_log.txt2988 at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)CODE
CRITICALasg_client/build_log.txt2989 at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)CODE
CRITICALasg_client/build_log.txt2990 at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)CODE
CRITICALasg_client/build_log.txt2992 at org.gradle.configuration.internal.DefaultUserCodeApplicationContext.apply(DefaultUserCodeApplicationContext.java:44)CODE
CRITICALasg_client/build_log.txt3004 at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)CODE
CRITICALasg_client/build_log.txt3005 at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)CODE
CRITICALasg_client/build_log.txt3006 at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)CODE
CRITICALasg_client/build_log.txt3007 at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)CODE
CRITICALasg_client/build_log.txt3012 at org.gradle.internal.composite.CommandLineIncludedBuildSettingsLoader.findAndLoadSettings(CommandLineIncludedBuildSetCODE
CRITICALasg_client/build_log.txt3013 at org.gradle.internal.composite.ChildBuildRegisteringSettingsLoader.findAndLoadSettings(ChildBuildRegisteringSettingsLCODE
CRITICALasg_client/build_log.txt3014 at org.gradle.internal.composite.CompositeBuildSettingsLoader.findAndLoadSettings(CompositeBuildSettingsLoader.java:35)CODE
CRITICALasg_client/build_log.txt3024 at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)CODE
CRITICALasg_client/build_log.txt3025 at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)CODE
CRITICALasg_client/build_log.txt3026 at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)CODE
CRITICALasg_client/build_log.txt3027 at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)CODE
CRITICALasg_client/build_log.txt3031 at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)CODE
CRITICALasg_client/build_log.txt3032 at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:235)CODE
CRITICALasg_client/build_log.txt3034 at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34)CODE
CRITICALasg_client/build_log.txt3035 at org.gradle.internal.model.StateTransitionController.transitionIfNotPreviously(StateTransitionController.java:206)CODE
CRITICALasg_client/build_log.txt3040 at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)CODE
CRITICALasg_client/build_log.txt3041 at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:235)CODE
CRITICALasg_client/build_log.txt3043 at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:34)CODE
CRITICALasg_client/build_log.txt3044 at org.gradle.internal.model.StateTransitionController.maybeTransition(StateTransitionController.java:183)CODE
CRITICALasg_client/build_log.txt3045 at org.gradle.internal.build.DefaultBuildLifecycleController.prepareToScheduleTasks(DefaultBuildLifecycleController.javCODE
CRITICALasg_client/build_log.txt3046 at org.gradle.internal.buildtree.DefaultBuildTreeWorkPreparer.scheduleRequestedTasks(DefaultBuildTreeWorkPreparer.java:CODE
CRITICALasg_client/build_log.txt3048 at org.gradle.composite.internal.DefaultIncludedBuildTaskGraph.withNewWorkGraph(DefaultIncludedBuildTaskGraph.java:109)CODE
CRITICALasg_client/build_log.txt3049 at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.doScheduleAndRunTasks(DefaultBuildTreeLifecycleConCODE
CRITICALasg_client/build_log.txt3053 at org.gradle.internal.model.StateTransitionController.doTransition(StateTransitionController.java:247)CODE
CRITICALasg_client/build_log.txt3055 at org.gradle.internal.work.DefaultSynchronizer.withLock(DefaultSynchronizer.java:44)CODE
CRITICALasg_client/build_log.txt3056 at org.gradle.internal.model.StateTransitionController.transition(StateTransitionController.java:166)CODE
CRITICALasg_client/build_log.txt3057 at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.runBuild(DefaultBuildTreeLifecycleController.java:CODE
CRITICALasg_client/build_log.txt3058 at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.scheduleAndRunTasks(DefaultBuildTreeLifecycleContrCODE
CRITICALasg_client/build_log.txt3059 at org.gradle.internal.buildtree.DefaultBuildTreeLifecycleController.scheduleAndRunTasks(DefaultBuildTreeLifecycleContrCODE
CRITICALasg_client/build_log.txt3060 at org.gradle.tooling.internal.provider.ExecuteBuildActionRunner.run(ExecuteBuildActionRunner.java:31)CODE
CRITICALasg_client/build_log.txt3061 at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)CODE
CRITICALasg_client/build_log.txt3062 at org.gradle.internal.buildtree.ProblemReportingBuildActionRunner.run(ProblemReportingBuildActionRunner.java:49)CODE
CRITICALasg_client/build_log.txt3063 at org.gradle.launcher.exec.BuildOutcomeReportingBuildActionRunner.run(BuildOutcomeReportingBuildActionRunner.java:65)CODE
CRITICALasg_client/build_log.txt3064 at org.gradle.tooling.internal.provider.FileSystemWatchingBuildActionRunner.run(FileSystemWatchingBuildActionRunner.javCODE
CRITICALasg_client/build_log.txt3065 at org.gradle.launcher.exec.BuildCompletionNotifyingBuildActionRunner.run(BuildCompletionNotifyingBuildActionRunner.javCODE
CRITICALasg_client/build_log.txt3067 at org.gradle.composite.internal.DefaultRootBuildState.run(DefaultRootBuildState.java:122)CODE
CRITICALasg_client/build_log.txt3068 at org.gradle.launcher.exec.RootBuildLifecycleBuildActionExecutor.execute(RootBuildLifecycleBuildActionExecutor.java:40CODE
CRITICALasg_client/build_log.txt3069 at org.gradle.internal.buildtree.DefaultBuildTreeContext.execute(DefaultBuildTreeContext.java:40)CODE
CRITICALasg_client/build_log.txt3071 at org.gradle.internal.buildtree.BuildTreeState.run(BuildTreeState.java:53)CODE
CRITICALasg_client/build_log.txt3072 at org.gradle.launcher.exec.BuildTreeLifecycleBuildActionExecutor.execute(BuildTreeLifecycleBuildActionExecutor.java:65CODE
CRITICALasg_client/build_log.txt3079 at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)CODE
CRITICALasg_client/build_log.txt3080 at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)CODE
CRITICALasg_client/build_log.txt3081 at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)CODE
CRITICALasg_client/build_log.txt3082 at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)CODE
CRITICALasg_client/build_log.txt3083 at org.gradle.launcher.exec.RunAsBuildOperationBuildActionExecutor.execute(RunAsBuildOperationBuildActionExecutor.java:CODE
CRITICALasg_client/build_log.txt3085 at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249)CODE
CRITICALasg_client/build_log.txt3086 at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109)CODE
CRITICALasg_client/build_log.txt3087 at org.gradle.launcher.exec.RunAsWorkerThreadBuildActionExecutor.execute(RunAsWorkerThreadBuildActionExecutor.java:36)CODE
73 more matches not shown…
Structural Annotation Overuse296 hits · 550 pts
SeverityFileLineSnippetContext
LOW…core/handlers/subscribers/ShutdownEventSubscriber.java55 // Step 1: Send acknowledgment back to BESCOMMENT
LOW…core/handlers/subscribers/ShutdownEventSubscriber.java58 // Step 2: Stop active video recording to finalize moov atom and prevent corruptionCOMMENT
LOW…core/handlers/subscribers/ShutdownEventSubscriber.java61 // Step 3: Perform graceful shutdown after delay to ensure ACK is sent and recordingCOMMENT
LOWasg_client/scripts/restore-stock.sh33# Step 1: Uninstall third-party buildCOMMENT
LOWasg_client/scripts/restore-stock.sh44# Step 2: Re-enable stock appCOMMENT
LOWasg_client/scripts/restore-stock.sh53# Step 3: Grant permissions (failsafe)COMMENT
LOWasg_client/scripts/restore-stock.sh83# Step 4: Check for updatesCOMMENT
LOWasg_client/scripts/restore-stock.sh137# Step 5: Restore stock as default launcherCOMMENT
LOWasg_client/scripts/restore-stock.sh149# Step 6: Launch stock appCOMMENT
LOWasg_client/scripts/dev-setup.sh68# Step 1: Build the debug APKCOMMENT
LOWasg_client/scripts/dev-setup.sh91# Step 2: Disable stock appCOMMENT
LOWasg_client/scripts/dev-setup.sh100# Step 3: Uninstall any previous dev buildCOMMENT
LOWasg_client/scripts/dev-setup.sh105# Step 4: Install new buildCOMMENT
LOWasg_client/scripts/dev-setup.sh119# Step 5: Grant additional permissionsCOMMENT
LOWasg_client/scripts/dev-setup.sh150# Step 6: Set as default home launcherCOMMENT
LOWasg_client/scripts/dev-setup.sh164# Step 7: Launch the appCOMMENT
LOW…va/com/augmentos/otaupdater/worker/RecoveryWorker.java197 // Step 1: Try restarting the service multiple timesCOMMENT
LOW…va/com/augmentos/otaupdater/worker/RecoveryWorker.java219 // Step 2: If restart didn't work, try APK reinstallationCOMMENT
LOWagents/ai-denoising-plan.md158// Step 1: Lens distortion correction (existing)COMMENT
LOWagents/ai-denoising-plan.md159// Step 2: AI denoising (NEW)COMMENT
LOWagents/ai-denoising-plan.md164// Step 3: Tone mapping (existing)COMMENT
LOWagents/ai-denoising-plan.md165// Step 4: Color correction (existing)COMMENT
LOWagents/ai-denoising-plan.md219// Step 1: Lens distortion correction (existing)COMMENT
LOWagents/ai-denoising-plan.md220// Step 2: AI denoising (NEW)COMMENT
LOWagents/ai-denoising-plan.md224// Step 3: Tone mapping (existing)COMMENT
LOWagents/ai-denoising-plan.md225// Step 4: Vibrance (existing)COMMENT
LOWagents/ai-denoising-plan.md226// Step 5: Color correction (existing)COMMENT
LOWmobile/scripts/setup-ios.sh91 # Step 1: Install npm dependenciesCOMMENT
LOWmobile/scripts/setup-ios.sh96 # Step 2: Run expo prebuildCOMMENT
LOWmobile/scripts/setup-ios.sh101 # Step 3: Install CocoaPods dependenciesCOMMENT
LOWmobile/scripts/setup-ios.sh118 # Step 4: Open Xcode workspaceCOMMENT
LOWmobile/scripts/old/fix-android-build.sh18# Step 1: Clean all build artifacts, caches, and lock filesCOMMENT
LOWmobile/scripts/old/fix-android-build.sh35# Step 2: Install dependencies with clean slateCOMMENT
LOWmobile/scripts/old/fix-android-build.sh40# Step 3: Verify dependencies are healthyCOMMENT
LOWmobile/scripts/old/fix-android-build.sh49# Step 4: Prebuild with ExpoCOMMENT
LOWmobile/scripts/old/fix-android-build.sh54# Step 5: Fix React Native symlinksCOMMENT
LOWmobile/scripts/old/fix-android-build.sh90# Step 6: Clean Gradle cacheCOMMENT
LOWmobile/scripts/old/fix-android-build.sh95# Step 7: Final dependency checkCOMMENT
LOWmobile/scripts/old/fix-android-build.sh103# Step 8: Build AndroidCOMMENT
LOW…le/modules/crust/ios/Source/utils/ImageProcessor.swift66 // Step 1: Lens distortion correctionCOMMENT
LOW…le/modules/crust/ios/Source/utils/ImageProcessor.swift71 // Step 2: Tone mapping — S-curve + vibranceCOMMENT
LOW…le/modules/crust/ios/Source/utils/ImageProcessor.swift77 // Step 3: Color correction — linear warmth/tintCOMMENT
LOW…c/main/java/com/mentra/crust/utils/ImageProcessor.java157 // Step 1: Lens distortion correctionCOMMENT
LOW…c/main/java/com/mentra/crust/utils/ImageProcessor.java165 // Step 2: Tone mapping + vibrance + color correction in linear spaceCOMMENT
LOWmobile/src/app/miniapps/settings/profile.tsx98 // Step 1: Initial warningCOMMENT
LOWmobile/src/app/miniapps/settings/profile.tsx109 // Step 2: Generic confirmation - delay to let first modal closeCOMMENT
LOWmobile/src/app/miniapps/settings/profile.tsx121 // Step 3: Final severe warning - delay to let second modal closeCOMMENT
LOWmobile/src/app/auth/signup.tsx128 // Step 1: Email inputCOMMENT
LOWmobile/src/app/auth/signup.tsx172 // Step 2: Password + Confirm passwordCOMMENT
LOWmobile/src/utils/LogoutUtils.ts19 // Step 1: Disconnect and forget any connected glassesCOMMENT
LOWmobile/src/utils/LogoutUtils.ts22 // Step 2: Stop island runtime services before clearing auth/session stateCOMMENT
LOWmobile/src/utils/LogoutUtils.ts25 // Step 3: Sign out of the account provider + wipe legacy auth storageCOMMENT
LOWmobile/src/utils/LogoutUtils.ts28 // Step 5: Clear all app settings and user dataCOMMENT
LOWmobile/src/utils/LogoutUtils.ts31 // Step 6: Clear any remaining auth-related storageCOMMENT
LOWmobile/src/utils/LogoutUtils.ts34 // Step 7: Reset status providers and event emittersCOMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx51 // Step 1: Capture the current viewCOMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx58 // Step 2: Show the overlay with the old snapshotCOMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx63 // Step 3: Perform the navigation (user still sees old snapshot)COMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx66 // Step 4: Wait a frame for navigation to complete, then capture new viewCOMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx76 // Step 5: Set the new snapshotCOMMENT
236 more matches not shown…
Over-Commented Block444 hits · 429 pts
SeverityFileLineSnippetContext
LOWbunfig.toml1# Use the isolated linker so workspace packages that are ALSO members of otherCOMMENT
LOWminiapps/navigation/build.ts21// dev panel can show which build is running.COMMENT
LOW…apps/navigation/src/background/NavigationController.ts61COMMENT
LOW…apps/navigation/src/background/NavigationController.ts81 private lastMinimapAt = 0COMMENT
LOW…apps/navigation/src/background/NavigationController.ts101 // How often the watchdog checks for staleness (and the steady re-push cadenceCOMMENT
LOW…apps/navigation/src/background/NavigationController.ts121 // when distance/ETA actually changes (avoids churning the G2 text container).COMMENT
LOW…apps/navigation/src/background/NavigationController.ts161 // True while the user is in the 15–30m advisory band. Drives theCOMMENT
LOW…apps/navigation/src/background/NavigationController.ts181 private lastStartOpts: (StartNavigationOptions & {destinationName?: string}) | null = nullCOMMENT
LOW…apps/navigation/src/background/NavigationController.ts461 this.cachedInstructions && i < this.cachedInstructions.lengthCOMMENT
LOW…apps/navigation/src/background/NavigationController.ts501 }COMMENT
LOW…apps/navigation/src/background/NavigationController.ts621 this.ui.send("nav:trip-state", this.trip)COMMENT
LOW…apps/navigation/src/background/NavigationController.ts821 this.offRouteAdvisory = falseCOMMENT
LOW…apps/navigation/src/background/NavigationController.ts1441 let maneuverBody: string | null = nullCOMMENT
LOW…apps/navigation/src/background/NavigationController.ts1461 // other or they'll diverge.COMMENT
LOW…apps/navigation/src/background/NavigationController.ts1481 next = "Welcome to Mentra Maps!\nPick a destination to get started."COMMENT
LOW…apps/navigation/src/background/NavigationController.ts1501 // every location tick (the bottom box proved accurate + low-latency +COMMENT
LOW…apps/navigation/src/background/NavigationController.ts1581 // Suppress the trip stats while the off-route "Go back in X m" advisory isCOMMENT
LOW…apps/navigation/src/background/NavigationController.ts1701 // when the user moves past a threshold (PoC: fetch-on-move, ~1s lag accepted).COMMENT
LOW…apps/navigation/src/background/NavigationController.ts1721 // display-update rate; faster than this just burns CPU + BLE for frames theCOMMENT
LOW…apps/navigation/src/background/NavigationController.ts1781 // movement vector (anchor→current, recomputed every ≥3 m of travel) — noCOMMENT
LOW…apps/navigation/src/background/NavigationController.ts1961 // route polyline. Thresholds:COMMENT
LOW…apps/navigation/src/background/NavigationController.ts2021 this.refreshHUD()COMMENT
LOW…apps/navigation/src/background/NavigationController.ts2041COMMENT
LOW…apps/navigation/src/background/NavigationController.ts2361}COMMENT
LOW…s/navigation/src/background/managers/DisplayManager.ts21 static readonly HUD = {COMMENT
LOWminiapps/navigation/src/ui/pages/AddPlacePage/index.tsx41 const [loading, setLoading] = useState(false)COMMENT
LOWminiapps/navigation/src/ui/pages/AddPlacePage/index.tsx61 const [editingType, setEditingType] = useState<"home" | "work" | null>(presetType ?? null)COMMENT
LOWminiapps/navigation/src/ui/pages/AddPlacePage/index.tsx101 const queryRef = useRef(query)COMMENT
LOWminiapps/navigation/src/ui/pages/AddPlacePage/index.tsx141 }, [searchActive])COMMENT
LOWminiapps/navigation/src/ui/pages/AddPlacePage/index.tsx181 entryPushed: searchEntryPushedRef.current,COMMENT
LOW…igation/src/ui/pages/NavigationPage/NavigationPage.tsx61 /\b(st|street|ave|avenue|blvd|boulevard|rd|road|dr|drive|ln|lane|way|ct|court|pl|place|ter|terrace|hwy|highway)\b\.?/gCOMMENT
LOW…igation/src/ui/pages/NavigationPage/NavigationPage.tsx81//COMMENT
LOW…igation/src/ui/pages/NavigationPage/NavigationPage.tsx321 }, [status])COMMENT
LOW…igation/src/ui/pages/NavigationPage/NavigationPage.tsx401 // A dot survives THREE filters:COMMENT
LOW…igation/src/ui/pages/NavigationPage/NavigationPage.tsx781 lng: coord.lng,COMMENT
LOW…igation/src/ui/pages/NavigationPage/NavigationPage.tsx841 <NavMapCOMMENT
LOWminiapps/navigation/src/shared/maneuverDisplay.ts81 // but `kind` still points at the wrong/next turn — that's the flash of theCOMMENT
LOW…/example-miniapp/src/ui/pages/tester/StreamingPage.tsx1// Tester page — exercises session.stream.COMMENT
LOW…java/com/mentra/asg_client/camera/CameraConstants.java81COMMENT
LOW…client/io/bluetooth/managers/K900BluetoothManager.java81 75; // Delay between successful packets - BES2700 needs time to drain BLE TXCOMMENT
LOW…client/io/bluetooth/managers/K900BluetoothManager.java1241 // Flow:COMMENT
LOW…va/com/mentra/asg_client/io/ota/helpers/OtaHelper.java501 Log.d(TAG, "Version JSON parsed successfully. Root keys -> apps=" + json.has("apps")COMMENT
LOW…/com/mentra/asg_client/io/ota/services/OtaService.java221 updateNotification("MTK firmware updated successfully");COMMENT
LOW…java/com/mentra/asg_client/utils/PermissionsUtils.java161 Manifest.permission.BLUETOOTH_ADVERTISE,COMMENT
LOWasg_client/docs/fps-thermal-test/fps-thermal-test.sh1#!/usr/bin/env bashCOMMENT
LOWasg_client/docs/agents/set-ci-signing-secrets.sh1#!/usr/bin/env bashCOMMENT
LOWasg_client/scripts/test-apk-ota.sh1#!/bin/bashCOMMENT
LOWasg_client/scripts/test-webrtc-streaming.sh1#!/bin/bashCOMMENT
LOW…ent/scripts/assemble-release-upload-restore-version.sh1#!/usr/bin/env bashCOMMENT
LOWasg_client/scripts/fps-thermal-test.sh1#!/usr/bin/env bashCOMMENT
LOWasg_client/scripts/upload-asg-client-github-release.sh1#!/usr/bin/env bashCOMMENT
LOWasg_client/scripts/test-mtk-ota.sh1#!/bin/bashCOMMENT
LOWasg_client/scripts/dev-setup.sh1#!/bin/bashCOMMENT
LOWagents/mentrajs-two-layer-miniapp-architecture.md661 // Fires once each time a WebView mounts and acks `mentra.ready()`.COMMENT
LOWmobile/jest.setup.js241// LocalMiniappRuntime pulls heavy native modules (react-native-share, expo-*).COMMENT
LOWmobile/jest.setup.js281 // implementation (pure: settings store + types only) so host screens/testsCOMMENT
LOWmobile/boundary-allowlist.txt1# Temporary allowlist for production host files that still touch raw islandCOMMENT
LOWmobile/doppler.yaml1# Repo-level Doppler defaults for the mobile client.COMMENT
LOWmobile/metro.config.js41// Resolve the core module from the parent directoryCOMMENT
LOWmobile/metro.config.js61// not what's in src/. That means a dev edits modules/engine/src, runs the app,COMMENT
384 more matches not shown…
Hyper-Verbose Identifiers288 hits · 304 pts
SeverityFileLineSnippetContext
LOW…erge/backend/src/services/insights/insights.service.ts315function isContextSensitiveWorkstream(text: string): boolean {CODE
LOWminiapps/navigation/src/ui/router.tsx34export function suppressNextRouterPopOnce(): void {CODE
LOWminiapps/navigation/src/ui/router.tsx42export function clearSuppressNextRouterPop(): void {CODE
LOWminiapps/navigation/src/ui/store/navStore.ts64export function installChannelSubscribers(): void {CODE
LOWagents/frame_supp.md147export function BrilliantLabsFramePairingGuide() {CODE
LOWagents/ios_ctkd_resolution.md497export function BluetoothAudioPairingGuide({CODE
LOW…s/2026-05-16-navigation-miniapp-two-layer-migration.md3012export function installChannelSubscribers(): void {CODE
LOWmobile/plugins/android.ts39function withAppBuildGradleModifications(config: any) {CODE
LOWmobile/plugins/android.ts189function withAndroidManifestModifications(config: any) {CODE
LOWmobile/plugins/android.ts478function withGradlePropertiesModifications(config: any) {CODE
LOWmobile/plugins/android.ts546function withSettingsGradleModifications(config: any) {CODE
LOWmobile/plugins/remove-ipad-orientations.js3module.exports = function withRemoveIpadOrientations(config) {CODE
LOWmobile/agents/notifications_restoration_plan.md252export async function setNotificationsBlocklist(blocklist: string[]) {CODE
LOWmobile/agents/notifications_restoration_plan.md256export async function getNotificationsBlocklist() {CODE
LOWmobile/agents/notifications_restoration_plan.md280export function usePhoneNotificationListener(onNotification?: (notification: PhoneNotification) => void) {CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py726 def incident_primary_sort_key(self, incident: dict[str, Any]) -> tuple[int, str, int, str]:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py733 def current_primary_incident_id(self, device_id: str) -> str | None:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py740 def recompute_primary_incident(self, device_id: str, now_ms: int) -> tuple[str | None, str | None]:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py801 def snapshot_word_history_limit(self) -> int:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py804 def snapshot_completed_utterance_limit(self) -> int:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py807 def snapshot_recent_word_match_limit(self) -> int:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py817 def find_ongoing_incident_by_type(self, device_id: str, incident_type: str) -> dict[str, Any] | None:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py766 def append_primary_transition_event(self, device_id: str, previous_primary_id: str | None, new_primary_id: str | NonCODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1084def build_candidate_token_positions(candidate_tokens: list[str]) -> dict[str, list[int]]:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1131def get_default_output_device_name() -> str | None:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1154def ensure_audio_output_device(device_name: str) -> None:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1203 def should_accept_display_payload(self, payload: dict[str, Any]) -> bool:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1352 def handle_captions_tester_incident_result(self, device_id: str, payload: dict[str, Any], now_ms: int) -> dict[str, CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1373 def find_latest_unreported_alert_id(self, device_id: str) -> str | None:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1382 def handle_legacy_captions_tester_filed_log(self, device_id: str, line: str, now_ms: int) -> dict[str, Any] | None:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1611 def evaluate_high_average_latency_incident(self, device_id: str, device_state: MonitorDeviceState, now_ms: int) -> NCODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1683 def evaluate_audio_output_device_incident(self, device_id: str, device_state: MonitorDeviceState, now_ms: int) -> NoCODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1797 def evaluate_app_not_foreground_incident(self, device_id: str, device_state: MonitorDeviceState, now_ms: int) -> NonCODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1836 def handle_captions_app_lifecycle_line(self, device_id: str, line: str, now_ms: int) -> bool:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1888 def maybe_record_word_matches(CODE
LOWmobile/modules/bluetooth-sdk/plugin/src/withAndroid.ts31function withSettingsGradleModifications(config: any) {CODE
LOWmobile/modules/bluetooth-sdk/plugin/src/withAndroid.ts81function withGradlePropertiesModifications(config: any) {CODE
LOWmobile/modules/bluetooth-sdk/plugin/src/withAndroid.ts129function withSherpaOnnxLocalMavenRepo(config: any) {CODE
LOWmobile/modules/bluetooth-sdk/plugin/src/withAndroid.ts194function withAnalyticsManifestMetadata(config: any, props: BluetoothSdkPluginProps | undefined) {CODE
LOWmobile/modules/bluetooth-sdk/src/BluetoothSdk.types.ts65export function isConnectedGlassesConnectionStatus(CODE
LOWmobile/modules/bluetooth-sdk/src/BluetoothSdk.types.ts71export function isReadyGlassesConnectionStatus(status: GlassesConnectionStatus): boolean {CODE
LOWmobile/modules/bluetooth-sdk/src/BluetoothSdk.types.ts75export function isBusyGlassesConnectionStatus(status: GlassesConnectionStatus): boolean {CODE
LOWmobile/modules/bluetooth-sdk/src/BluetoothSdk.types.ts79export function createDisconnectedGlassesStatus(): Partial<GlassesStatus> {CODE
LOW…dules/bluetooth-sdk/src/_private/BluetoothSdkModule.ts312function dashboardMenuItemToNative(item: DashboardMenuItem): Record<string, unknown> {CODE
LOW…dules/bluetooth-sdk/src/_private/BluetoothSdkModule.ts320function adaptConnectionStatusToNative(connection: GlassesStatus["connection"]): Record<string, unknown> {CODE
LOW…dules/bluetooth-sdk/src/_private/BluetoothSdkModule.ts335function adaptGlassesUpdateToNative(values: Partial<GlassesStatus>): Record<string, unknown> {CODE
LOW…ules/bluetooth-sdk/src/_private/photoRequestPayload.ts28export function photoRequestParamsForNative(CODE
LOW…les/bluetooth-sdk/src/_private/cameraRequestPayload.ts10export function warmUpCameraParamsForNative(CODE
LOW…/modules/bluetooth-sdk/src/react/useMentraBluetooth.ts290 async function setVoiceActivityDetectionEnabled(enabled: boolean) {CODE
LOWmobile/modules/miniapp/src/dev-reload.ts23export function installDevReloadListenerIfDevMode(): void {CODE
LOWmobile/modules/miniapp/src/transport/mock.ts30export function isMockExplicitlyRequested(): boolean {CODE
LOWmobile/modules/miniapp/src/modules/navigation.ts641function buildNavRouteFromComputed(computed: ComputedRoute): NavRoute {CODE
LOW…ile/modules/miniapp/src/modules/pivots/instructions.ts247export function extractPivotsFromComputedSteps(CODE
LOWmobile/modules/engine/src/stores/display.ts111export function flushDisplayCoalesceForTests(): void {CODE
LOW…bile/modules/engine/src/stores/bluetoothSettingKeys.ts31export function getBluetoothSettingKeysForDevice(CODE
LOWmobile/modules/engine/src/utils/miniappGlobals.ts89export function buildMiniappGlobalsScript(opts: BuildMiniappGlobalsOptions): string {CODE
LOWmobile/modules/engine/src/facades/pairing.ts65export async function submitPairingBootTimeoutReport(params: {CODE
LOWmobile/modules/engine/src/facades/pairing.ts103async function waitForReadyDuringPairing(options: PairingReadyWaitOptions = {}): Promise<boolean> {CODE
LOWmobile/modules/engine/src/facades/dev.ts49function resolveCloudUrlReconnectTarget(urls: CloudUrlOverrides): {core: string; runtime: string} | null | undefined {CODE
LOWmobile/modules/engine/src/facades/reports.ts56function automaticThrottleShouldSkip(key: string, nowMs: number, windowMs: number): boolean {CODE
228 more matches not shown…
Verbosity Indicators150 hits · 302 pts
SeverityFileLineSnippetContext
LOW…core/handlers/subscribers/ShutdownEventSubscriber.java55 // Step 1: Send acknowledgment back to BESCOMMENT
LOW…core/handlers/subscribers/ShutdownEventSubscriber.java58 // Step 2: Stop active video recording to finalize moov atom and prevent corruptionCOMMENT
LOW…core/handlers/subscribers/ShutdownEventSubscriber.java61 // Step 3: Perform graceful shutdown after delay to ensure ACK is sent and recordingCOMMENT
LOWasg_client/scripts/restore-stock.sh33# Step 1: Uninstall third-party buildCOMMENT
LOWasg_client/scripts/restore-stock.sh44# Step 2: Re-enable stock appCOMMENT
LOWasg_client/scripts/restore-stock.sh53# Step 3: Grant permissions (failsafe)COMMENT
LOWasg_client/scripts/restore-stock.sh83# Step 4: Check for updatesCOMMENT
LOWasg_client/scripts/restore-stock.sh137# Step 5: Restore stock as default launcherCOMMENT
LOWasg_client/scripts/restore-stock.sh149# Step 6: Launch stock appCOMMENT
LOWasg_client/scripts/dev-setup.sh68# Step 1: Build the debug APKCOMMENT
LOWasg_client/scripts/dev-setup.sh91# Step 2: Disable stock appCOMMENT
LOWasg_client/scripts/dev-setup.sh100# Step 3: Uninstall any previous dev buildCOMMENT
LOWasg_client/scripts/dev-setup.sh105# Step 4: Install new buildCOMMENT
LOWasg_client/scripts/dev-setup.sh119# Step 5: Grant additional permissionsCOMMENT
LOWasg_client/scripts/dev-setup.sh150# Step 6: Set as default home launcherCOMMENT
LOWasg_client/scripts/dev-setup.sh164# Step 7: Launch the appCOMMENT
LOW…va/com/augmentos/otaupdater/worker/RecoveryWorker.java197 // Step 1: Try restarting the service multiple timesCOMMENT
LOW…va/com/augmentos/otaupdater/worker/RecoveryWorker.java219 // Step 2: If restart didn't work, try APK reinstallationCOMMENT
LOWmobile/scripts/setup-ios.sh91 # Step 1: Install npm dependenciesCOMMENT
LOWmobile/scripts/setup-ios.sh96 # Step 2: Run expo prebuildCOMMENT
LOWmobile/scripts/setup-ios.sh101 # Step 3: Install CocoaPods dependenciesCOMMENT
LOWmobile/scripts/setup-ios.sh118 # Step 4: Open Xcode workspaceCOMMENT
LOWmobile/scripts/old/fix-android-build.sh18# Step 1: Clean all build artifacts, caches, and lock filesCOMMENT
LOWmobile/scripts/old/fix-android-build.sh35# Step 2: Install dependencies with clean slateCOMMENT
LOWmobile/scripts/old/fix-android-build.sh40# Step 3: Verify dependencies are healthyCOMMENT
LOWmobile/scripts/old/fix-android-build.sh49# Step 4: Prebuild with ExpoCOMMENT
LOWmobile/scripts/old/fix-android-build.sh54# Step 5: Fix React Native symlinksCOMMENT
LOWmobile/scripts/old/fix-android-build.sh90# Step 6: Clean Gradle cacheCOMMENT
LOWmobile/scripts/old/fix-android-build.sh95# Step 7: Final dependency checkCOMMENT
LOWmobile/scripts/old/fix-android-build.sh103# Step 8: Build AndroidCOMMENT
LOW…le/modules/crust/ios/Source/utils/ImageProcessor.swift66 // Step 1: Lens distortion correctionCOMMENT
LOW…le/modules/crust/ios/Source/utils/ImageProcessor.swift71 // Step 2: Tone mapping — S-curve + vibranceCOMMENT
LOW…le/modules/crust/ios/Source/utils/ImageProcessor.swift77 // Step 3: Color correction — linear warmth/tintCOMMENT
LOW…c/main/java/com/mentra/crust/utils/ImageProcessor.java157 // Step 1: Lens distortion correctionCOMMENT
LOW…c/main/java/com/mentra/crust/utils/ImageProcessor.java165 // Step 2: Tone mapping + vibrance + color correction in linear spaceCOMMENT
LOWmobile/src/app/miniapps/settings/profile.tsx98 // Step 1: Initial warningCOMMENT
LOWmobile/src/app/miniapps/settings/profile.tsx109 // Step 2: Generic confirmation - delay to let first modal closeCOMMENT
LOWmobile/src/app/miniapps/settings/profile.tsx121 // Step 3: Final severe warning - delay to let second modal closeCOMMENT
LOWmobile/src/app/auth/signup.tsx128 // Step 1: Email inputCOMMENT
LOWmobile/src/app/auth/signup.tsx172 // Step 2: Password + Confirm passwordCOMMENT
LOWmobile/src/utils/LogoutUtils.ts19 // Step 1: Disconnect and forget any connected glassesCOMMENT
LOWmobile/src/utils/LogoutUtils.ts22 // Step 2: Stop island runtime services before clearing auth/session stateCOMMENT
LOWmobile/src/utils/LogoutUtils.ts25 // Step 3: Sign out of the account provider + wipe legacy auth storageCOMMENT
LOWmobile/src/utils/LogoutUtils.ts28 // Step 5: Clear all app settings and user dataCOMMENT
LOWmobile/src/utils/LogoutUtils.ts31 // Step 6: Clear any remaining auth-related storageCOMMENT
LOWmobile/src/utils/LogoutUtils.ts34 // Step 7: Reset status providers and event emittersCOMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx51 // Step 1: Capture the current viewCOMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx58 // Step 2: Show the overlay with the old snapshotCOMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx63 // Step 3: Perform the navigation (user still sees old snapshot)COMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx66 // Step 4: Wait a frame for navigation to complete, then capture new viewCOMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx76 // Step 5: Set the new snapshotCOMMENT
LOW…rc/components/navigation/SnapshotTransitionOverlay.tsx79 // Step 6: Animate the transitionCOMMENT
LOWcloud/test-ci-build.sh69# Step 1: Install dependencies (like CI does)COMMENT
LOWcloud/test-ci-build.sh72# Step 2: Build types packageCOMMENT
LOWcloud/test-ci-build.sh75# Step 3: Build SDK packageCOMMENT
LOWcloud/test-ci-build.sh78# Step 4: Build cloud packageCOMMENT
LOWcloud/infra/betterstack-logs/values.yaml35 # Step 1: Filter to only our cloud app containers.COMMENT
LOWcloud/infra/betterstack-logs/values.yaml46 # Step 2: Flatten the Pino JSON so all fields are top-level.COMMENT
LOWcloud/packages/cloud/src/index.ts309 // Step 1: announce via synchronous stderr (Pino logs may not flush in time).COMMENT
LOWcloud/packages/cloud/src/index.ts319 // Step 2: close every WebSocket with code 1001. Per-socket try/catch so oneCOMMENT
90 more matches not shown…
Fake / Example Data78 hits · 84 pts
SeverityFileLineSnippetContext
LOW…s/navigation/src/background/managers/DisplayManager.ts130 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec venenatis vulputate lorem. Maecenas vestibulum molCODE
LOW…s/navigation/src/background/managers/DisplayManager.ts130 "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec venenatis vulputate lorem. Maecenas vestibulum molCODE
LOWasg_client/docs/ASG_CLIENT_API.md776{"type": "user_email", "email": "user@example.com"}CODE
LOWagents/miniapp-store-backend-plan.md334 "allowlist": ["user@example.com", "..."] // required when policy=ALLOWLISTCODE
LOWagents/tpa_triggers_wifi_setup_plan.md710 userId: "user@example.com",CODE
LOWagents/tpa_triggers_wifi_setup_plan.md765 userId: "user@example.com",CODE
LOWmobile/TEST_GALLERY_GUIDE.md74All test images are served from **picsum.photos** - a free Lorem Ipsum service for photos:CODE
LOWmobile/agents/notifications_restoration_plan.md398 "title": "John Doe",CODE
LOWmobile/agents/notifications_restoration_plan.md412 "title": "John Doe",CODE
LOW…droid/src/main/java/com/mentra/bluetoothsdk/sgcs/G1.kt3689 val text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore CODE
LOW…droid/src/main/java/com/mentra/bluetoothsdk/sgcs/G1.kt3689 val text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore CODE
LOW…ine/src/services/__tests__/MentraJSLogPipeline.test.ts19 expect(redactSecrets("user@example.com")).toBe("user@example.com")CODE
LOWmobile/assets/icons/tabler/glyph-map.json3705 "placeholder": 63014,CODE
LOWmobile/src/components/glasses/Gallery/GalleryScreen.tsx65 type: "server" | "local" | "placeholder"CODE
LOWmobile/src/components/glasses/Gallery/GalleryScreen.tsx941 type: "placeholder" as const,CODE
LOWcloud/runbooks/betterstack/using-the-website.md30 `userId:"foo@bar.com"`, etc.CODE
LOWcloud/packages/cli/IMPLEMENTATION.md410 email: "user@example.com",CODE
LOW…packages/cloud/src/api/hono/routes/auth.routes.test.ts6 userId: "user@example.com",CODE
LOW…packages/cloud/src/api/hono/routes/auth.routes.test.ts48 userId: "user@example.com",CODE
LOW…packages/cloud/src/api/hono/routes/auth.routes.test.ts68 userId: "user@example.com",CODE
LOW…cloud/src/services/websocket/legacy-session-id.test.ts161 // "user@example.com" and "user@example.com-pkg.io" end in a TLDCOMMENT
LOW…cloud/src/services/websocket/legacy-session-id.test.ts165 userId: "user@example.com",CODE
LOW…cloud/src/services/websocket/legacy-session-id.test.ts284 expect(parseLegacySessionId("user@example.com")).toBeUndefined();CODE
LOW…cloud/src/services/websocket/legacy-session-id.test.ts293 userId: "user@example.com",CODE
LOW…s/permissions/__tests__/permission-integration.test.ts59// 'user@example.com',COMMENT
LOW…s/permissions/__tests__/permission-integration.test.ts96// 'user@example.com',COMMENT
LOW…s/permissions/__tests__/permission-integration.test.ts141// 'user@example.com',COMMENT
LOW…s/permissions/__tests__/permission-integration.test.ts161// 'user@example.com',COMMENT
LOW…d/src/services/client/feedback-receipt.service.test.ts24 resolveFeedbackReceiptRecipient("user@example.com", {CODE
LOW…d/src/services/client/feedback-receipt.service.test.ts28 ).toBe("user@example.com");CODE
LOW…d/src/services/client/feedback-receipt.service.test.ts55 queueFeedbackReceipt("user@example.com", { type: "feature" }, { sender });CODE
LOW…d/src/services/client/feedback-receipt.service.test.ts119 "user@example.com",CODE
LOW…d/src/services/client/feedback-receipt.service.test.ts148 "user@example.com",CODE
LOW…rvices/logging/docs/glasses-tracking-implementation.md171const user = await User.findByEmail('user@example.com');CODE
LOW…session/docs/issues/App-SETTINGS-PERSISTENCE-ISSUES.md281 email: "user@example.com",CODE
LOWcloud/packages/apps/captions/EXAMPLES.md67 name: "John Doe",CODE
LOWcloud/packages/apps/captions/EXAMPLES.md85 name: "John Doe",CODE
LOWcloud/packages/apps/captions/EXAMPLES.md110 name: "John Doe",CODE
LOWcloud/packages/apps/captions/STRUCTURE.md245const session = captionsApp.getSession("user@example.com");CODE
LOWcloud/packages/apps/example-webview/STRUCTURE.md245const session = captionsApp.getSession("user@example.com");CODE
LOWcloud/packages/cloud-client/README.md25 email: 'user@example.com',CODE
LOWcloud/packages/cloud-client/livekit-go-test/README.md33- `LIVEKIT_ROOM_NAME` - Room name to join (optional, defaults to "user@example.com")CODE
LOWcloud/packages/cloud-client/docs/README.md19 email: 'user@example.com',CODE
LOWcloud/packages/cloud-client/docs/api-reference.md23 email: 'user@example.com',CODE
LOWcloud/packages/cloud-client/docs/protocol.md22 "sessionId": "user@example.com",CODE
LOWcloud/packages/cloud-client/docs/protocol.md135 "sessionId": "user@example.com",CODE
LOWcloud/packages/cloud-client/docs/protocol.md137 "sessionId": "user@example.com",CODE
LOWcloud/packages/cloud-client/docs/protocol.md138 "userId": "user@example.com",CODE
LOWcloud/packages/cloud-client/docs/protocol.md164 "sessionId": "user@example.com",CODE
LOWcloud/packages/cloud-client/docs/protocol.md180 "sessionId": "user@example.com",CODE
LOWcloud/packages/cloud-client/docs/protocol.md194 "sessionId": "user@example.com",CODE
LOWcloud/packages/cloud-client/docs/protocol.md205 "sessionId": "user@example.com",CODE
LOW…kages/cloud-client/src/examples/livekit-simple-test.ts7 const email = process.env.TEST_EMAIL || "user@example.com";CODE
LOW…es/cloud-client/src/examples/livekit-handshake-test.ts12 const email = process.env.TEST_EMAIL || "user@example.com";CODE
LOW…ckages/cloud-client/src/examples/rtc-node-publisher.ts21 const email = process.env.TEST_EMAIL || "user@example.com";CODE
LOW…s/cloud-client/src/examples/livekit-subscriber-test.ts27 const email = process.env.TEST_EMAIL || "user@example.com";CODE
LOW…ges/cloud-client/src/examples/bridge-file-roundtrip.ts104 const email = process.env.TEST_EMAIL || "user@example.com";CODE
LOW…packages/cloud-client/src/examples/livekit-e2e-test.ts11 const email = process.env.TEST_EMAIL || "user@example.com";CODE
LOW…oud-client/src/examples/livekit-node-publisher-test.ts7 const email = process.env.TEST_EMAIL || "user@example.com";CODE
LOW…ckages/cloud-client/src/examples/livekit-e2e-test-2.ts11 const email = process.env.TEST_EMAIL || "user@example.com";CODE
18 more matches not shown…
Magic Placeholder Names14 hits · 80 pts
SeverityFileLineSnippetContext
HIGHcloud/tools/incidents/README.md10export MENTRA_AGENT_API_KEY=your-api-keyCODE
HIGHcloud/packages/sdk/docs/old-README.md115 apiKey: 'your_api_key'CODE
HIGHcloud/packages/sdk/docs/old-README.md143 apiKey: 'your_api_key',CODE
HIGH…amples/managed-rtmp-streaming-with-restream-example.ts18 apiKey: process.env.MENTRAOS_API_KEY || "your-api-key",CODE
HIGHcloud/packages/sdk/src/app/server/index.ts62 * apiKey: 'your_api_key',COMMENT
HIGHcloud/packages/sdk/src/app/server/index.ts144 * apiKey: 'your_api_key',COMMENT
HIGHcloud/packages/sdk/src/app/session/index.ts103 * apiKey: 'your_api_key',COMMENT
HIGHcloud/packages/sdk/src/app/session/index.ts150 * apiKey: 'your_api_key'COMMENT
HIGHcloud/packages/apps/captions/STRUCTURE.md164MENTRAOS_API_KEY=your_api_keyCODE
HIGHcloud/packages/apps/v3-stream-example/README.md41MENTRAOS_API_KEY=your_api_keyCODE
HIGHcloud/packages/apps/photo-test/README.md43export MENTRAOS_API_KEY="your-api-key-here"CODE
HIGHcloud/packages/apps/example-webview/STRUCTURE.md164MENTRAOS_API_KEY=your_api_keyCODE
HIGHcloud/issues/048-sdk-v3/docs-update-spec.md268 apiKey: "your_api_key",CODE
HIGHcloud/websites/console/src/pages/CLIKeys.tsx159 mentra auth &lt;your-api-key&gt;CODE
Modern AI Meta-Vocabulary13 hits · 34 pts
SeverityFileLineSnippetContext
MEDIUM…rc/main/java/com/mentra/asg_client/reporting/README.md42│ ├── ReportManager.java # Singleton manager orchestrating all providersCODE
MEDIUM…/src/main/java/com/mentra/asg_client/io/file/README.md21│ ├── FileManagerImpl.java # Main implementation orchestrating managersCODE
MEDIUMasg_client/docs/features/led-control.md85## Recording-LED behavior (orchestration of both systems)COMMENT
MEDIUMagents/cloud-shrinkage-plan.md135### `services/session/` — per-app orchestration (heart of the rot)COMMENT
MEDIUMagents/miniapp-sdk-overview.md208bunx create-mentra-miniapp my-app # scaffoldCODE
MEDIUM…les/bluetooth-sdk/ios/Source/utils/JSCExperiment.swift34/// idevicesyslog is unreliable. The Documents file is the agentic-testCOMMENT
MEDIUMmobile/modules/miniapp/src/sub-path-types.test-d.ts44// ----- compile-time guardrails ------------------------------------------COMMENT
MEDIUM…src/services/session/docs/LIVEKIT-AUDIO-INTEGRATION.md56### 4) VAD & orchestrationCOMMENT
MEDIUM…audio-output-streaming/audio-streaming-architecture.md280### Future: transcoding microserviceCOMMENT
MEDIUM…d/issues/107-legacy-sessionid-hyphen-parse-bug/spec.md55### Why dependency injectionCOMMENT
MEDIUM…sues/020-glasses-status-boundary/integration-review.md237## Residual scaffolding (reconciled from the PR #3298 review)COMMENT
MEDIUM…sues/020-glasses-status-boundary/integration-review.md239PR #3298 (`notes/pr3167-island-scaffolding-review.md`, written against #3167 atCODE
MEDIUMcloud-v2/docs/issues/004-cloud-client/design.md55 runtime.ts # cloud.runtime: the RuntimeModule, orchestrates the restCODE
Redundant / Tautological Comments21 hits · 32 pts
SeverityFileLineSnippetContext
LOWasg_client/setup-sentry.sh12# Check if sentry.properties already existsCOMMENT
LOWasg_client/switch-sentry-env.sh14# Check if the environment configuration existsCOMMENT
LOWagents/xiaomi_glasses_wifi_capture.sh22 # Check if this line contains WiFi credentialsCOMMENT
LOWmobile/scripts/trim-transparent-borders.sh14# Check if ImageMagick is installedCOMMENT
LOWmobile/scripts/trim-transparent-borders.sh26# Check if directory existsCOMMENT
LOWmobile/scripts/setup-ios.sh169 # Check if we're in the right directoryCOMMENT
LOWmobile/scripts/setup-sherpa-onnx-optional.sh9# Check if we're in a "scripts" directoryCOMMENT
LOWmobile/scripts/old/fix-android-build.sh2# Check if we're in a "scripts" directoryCOMMENT
LOWmobile/scripts/old/fix-android-build.sh108# Check if build was successfulCOMMENT
LOWmobile/scripts/old/fix-react-native-symlinks.sh2# Check if we're in a "scripts" directoryCOMMENT
LOWmobile/scripts/old/fix-react-native-symlinks.sh25# Check if node_modules existsCOMMENT
LOWmobile/scripts/old/fixXcodeCompletely.sh3# Check if we're in a "scripts" directoryCOMMENT
LOWcloud/analyze-audio.sh88# Check if ffmpeg is availableCOMMENT
LOWcloud/rtmp_relay/run-local.sh7# Check if CLOUD_API_URL is setCOMMENT
LOWcloud/rtmp_relay/simple-forward.sh16# Check if reset was successfulCOMMENT
LOWcloud/scripts/setup-udp-service.sh230 # Check if Doppler CLI is availableCOMMENT
LOWcloud/scripts/setup-udp-service.sh249 # Check if app existsCOMMENT
LOWcloud/scripts/setup-udp-service.sh407 # Check if service existsCOMMENT
LOWcloud/scripts/setup-udp-service.sh418 # Check if app exists at allCOMMENT
LOW.github/workflows/mentra-asg-client-build.yml176 # Check if retry succeeded by looking for the APKCOMMENT
LOW.github/workflows/mentra-app-android-build.yml225 # Check if retry succeeded by looking for the APKCOMMENT
AI Slop Vocabulary10 hits · 30 pts
SeverityFileLineSnippetContext
MEDIUMmobile/.maestro/flows/99-stress-jetsam-background.yaml7# Mount N dummies, then send the app to background. The harness's dwellCOMMENT
MEDIUMmobile/.maestro/flows/99-stress-jetsam-leak.yaml42# Leave the screen alive so the harness's dwell timer can collect samples.COMMENT
MEDIUMmobile/.maestro/flows/99-stress-jetsam-leak.yaml43# The harness will tear down via app launch state on the next run.COMMENT
MEDIUMmobile/.maestro/flows/99-stress-jetsam-long.yaml7# Mount N dummies, then send the app to background. The harness's dwellCOMMENT
MEDIUMmobile/.maestro/flows/99-stress-jetsam-foreground.yaml42# Leave the screen alive so the harness's dwell timer can collect samples.COMMENT
MEDIUMmobile/.maestro/flows/99-stress-jetsam-foreground.yaml43# The harness will tear down via app launch state on the next run.COMMENT
MEDIUMmobile/src/effects/Compositor.tsx180 // is seamless. Clamp the seed so a violent flick doesn't overshoot.COMMENT
MEDIUM…d/packages/cloud/src/services/core/location.service.ts195 // The most robust way to iterate over a MongooseMap is to firstCOMMENT
MEDIUMcloud-v2/tests/soniox.integration.test.ts112 // robust word checks, not an exact match (STT punctuation/casing varies)COMMENT
MEDIUM…ackages/runtime/src/services/audio/providers/soniox.ts124 // Soniox identify even when hinted is robust to user accent / code-switch.)COMMENT
Example Usage Blocks15 hits · 22 pts
SeverityFileLineSnippetContext
LOWasg_client/docs/fps-thermal-test/fps-thermal-test.sh17# Usage:COMMENT
LOWasg_client/docs/agents/set-ci-signing-secrets.sh12# Usage:COMMENT
LOWasg_client/scripts/test-webrtc-streaming.sh4# Usage:COMMENT
LOWasg_client/scripts/restore-stock.sh8# Usage:COMMENT
LOWasg_client/scripts/fps-thermal-test.sh17# Usage:COMMENT
LOWasg_client/scripts/test-mtk-ota.sh5# Usage:COMMENT
LOWasg_client/scripts/dev-setup.sh14# Usage:COMMENT
LOWmobile/scripts/runner-cleanup.sh30# Usage:COMMENT
LOWmobile/scripts/setup-runner.sh66# Usage:COMMENT
LOWmobile/scripts/stress-test/run-jetsam-test.sh13# Usage:COMMENT
LOWmobile/src/utils/dev/debugging.tsx291// Example usage:COMMENT
LOWmobile/src/theme/colorTools.ts109// Example usage:COMMENT
LOWcloud/scripts/setup-udp-service.sh5# Usage:COMMENT
LOWscripts/fetch-incident-logs.sh8# Usage:COMMENT
LOWcloud-v2/scripts/sync-doppler-to-porter.sh4# Usage:COMMENT
Self-Referential Comments3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMcloud/rtmp_relay/stream-manager.sh16# Create a cleaned path for the outputCOMMENT
MEDIUM.github/workflows/staging-builds.yml434 # Create a per-build keychain so we don't depend on knowing theCOMMENT
MEDIUMcloud-v2/doppler.yaml8# This file is checked in. It contains NO secrets — only project pointer.COMMENT
Unused Imports9 hits · 8 pts
SeverityFileLineSnippetContext
LOWmobile/e2e-tests/scripts/live_word_monitor.py6CODE
LOW…ndroid/lc3Lib/src/main/cpp/liblc3/rnnoise/rnn_train.py3CODE
LOW…ndroid/lc3Lib/src/main/cpp/liblc3/rnnoise/rnn_train.py5CODE
LOW…ndroid/lc3Lib/src/main/cpp/liblc3/rnnoise/rnn_train.py9CODE
LOW…ndroid/lc3Lib/src/main/cpp/liblc3/rnnoise/rnn_train.py11CODE
LOW…ndroid/lc3Lib/src/main/cpp/liblc3/rnnoise/rnn_train.py12CODE
LOW…ndroid/lc3Lib/src/main/cpp/liblc3/rnnoise/rnn_train.py13CODE
LOW…ndroid/lc3Lib/src/main/cpp/liblc3/rnnoise/rnn_train.py16CODE
LOW…d/packages/cloud/src/scripts/analyze-heap-retention.py36CODE
Excessive Try-Catch Wrapping9 hits · 6 pts
SeverityFileLineSnippetContext
LOWmobile/e2e-tests/scripts/live_word_monitor.py331 except Exception:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py380 except Exception:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1335 except Exception as exc:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1677 except Exception as exc:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1762 except Exception as exc:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1997 except Exception as exc:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py2117 except Exception as exc:CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py2153 except Exception as exc:CODE
LOWmobile/scripts/stress-test/run-jetsam-test.sh248 except Exception:CODE
Deep Nesting8 hits · 4 pts
SeverityFileLineSnippetContext
LOWmobile/e2e-tests/scripts/live_word_monitor.py456CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py531CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1091CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1728CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1836CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py1888CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py2005CODE
LOWmobile/e2e-tests/scripts/live_word_monitor.py2121CODE
TODO Padding3 hits · 4 pts
SeverityFileLineSnippetContext
LOW…e/core/handlers/subscribers/ButtonEventSubscriber.java249 // TODO: implement this at a later timeCOMMENT
LOWcloud/.architecture/dashboard.md212placeholders["$CONNECTION_STATUS$"] = "Connected" // TODO: implementCODE
LOW…ugger/src/pages/MockGlasses/hooks/useAudioRecording.ts136 hasError: false, // TODO: Implement error handlingCODE
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…bile/modules/bluetooth-sdk/ios/Source/sgcs/Mach1.swift533 // // don't forget to commit, this is a common mistake.COMMENT
Modern Structural Boilerplate1 hit · 1 pts
SeverityFileLineSnippetContext
LOWmobile/e2e-tests/scripts/live_word_monitor.py1551 def update_drop_tracking(self, device_id: str, device_state: MonitorDeviceState, utterance: UtteranceState | None, nCODE
Overly Generic Function Names1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…oud/packages/cloud/src/api/hono/client/v2/photo.api.ts137async function handleRequest(c: AppContext) {CODE