Repository Analysis

generalaction/emdash

Emdash is the Open-Source Agentic Development Environment (🧡 YC W26). Run multiple coding agents in parallel. Use any provider.

8.1 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of generalaction/emdash, a TypeScript project with 5,160 GitHub stars. SynthScan v2.0 examined 399,013 lines of code across 3024 source files, recording 1421 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 8.1 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).

8.1
Adjusted Score
8.1
Raw Score
100%
Time Factor
2026-07-14
Last Push
5.2K
Stars
TypeScript
Language
399.0K
Lines of Code
3.0K
Files
1.4K
Pattern Hits
2026-07-14
Scan Date
0.00
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

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

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 0HIGH 3MEDIUM 843LOW 575

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 1421 distinct pattern matches across 7 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 Separators842 hits · 2612 pts
SeverityFileLineSnippetContext
MEDIUMpackages/ui/src/styles/surfaces.css.ts29// ── Helpers ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts57// ── 1. Default cascade binding (robust — works wherever .em<id> lands) ────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts78// ── 2. Elevation scope classes ────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts151// ── 3. Semantic role: paper ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts168// ── 4. Generic emphasis clamp ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/surfaces.css.ts184// ── 5. Status surface rooms ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts24// ── Layout ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts80// ── Spacing ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts124// ── Typography ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts165// ── Colors ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts230 // ── Surface cascade — the core of the surface system ──────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts296// ── Borders & Radius ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/sprinkles.css.ts338// ── Combined sprinkles function ───────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts17// ── Flex row helpers ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts32// ── Stack / vertical ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts37// ── Centering ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts44// ── Sizing helpers ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts49// ── Text overflow ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/utilities/layout.css.ts59// ── Absolute overlay ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts12// ── Fade (backdrop / overlay) ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts24// ── Popup: fade + zoom (dialog, no-side popups) ───────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts36// ── Popup: fade + zoom + slide (positioner popups, 0.5rem offset) ─────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts61// ── Sheet slides (full translate, no zoom) ────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/styles/effects/animations.css.ts83// ── Convenience: selectors blocks for positioner popups ───────────────────────COMMENT
MEDIUMpackages/ui/src/theme/tokens.css.ts21// ── Primitive non-color token contract ────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/tokens.css.ts74// ── Assign static values at :root ─────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/tokens.css.ts124// ── Composite typography role vars ────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts32// ── ThemeInput ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts46 // ── Palette hue seeds ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts60 // ── Curve character ────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts77 // ── Generation tuning ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts88 // ── Explicit scales escape hatch ──────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts96 // ── Syntax highlighting ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts107// ── ResolvedTheme ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts125// ── Built-in hue defaults (OKLCH hue angles, Radix-derived) ───────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts136// ── Resolve contrast multiplier ───────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts144// ── Resolve a single scale ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/define-theme.ts192// ── defineTheme ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/theme.test.ts20// ── Helpers ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/theme.test.ts42// ── Tests ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/contract/roles.ts139// ── Status surface names ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/contract/roles.ts169// ── Surface cascade vars ────────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts24 // ── Backgrounds ───────────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts30 // ── Foregrounds ───────────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts38 // ── Secondary (sidebar / secondary panels) ────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts48 // ── Tertiary (code editors / inset panels) ────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts58 // ── Quaternary ────────────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts63 // ── Neutral (inverted / pill) ─────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts67 // ── Primary button ────────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts73 // ── Destructive (red) ─────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts79 // ── Borders ───────────────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts86 // ── Selection (blue) ──────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts90 // ── Status ────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts97 // ── Diff ──────────────────────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts102 // ── Semantic state sets ───────────────────────────────────────────────────COMMENT
MEDIUM…ckages/ui/src/theme/core/contract/semantic-template.ts127 // ── VCS state extras ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/generate/color-format.ts14// ── Formatting ────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/generate/color-format.ts36// ── Contrast ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/generate/color-format.ts60// ── Ref resolution ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/ui/src/theme/core/generate/color-format.ts81// ── CSS color to hex ──────────────────────────────────────────────────────────COMMENT
782 more matches not shown…
Hyper-Verbose Identifiers536 hits · 556 pts
SeverityFileLineSnippetContext
LOWpackages/ui/src/theme/core/generate/fill-gaps.ts24function pickContrastColorFromStep(solidStep: string): string {CODE
LOWpackages/ui/src/react/primitives/hover-card/index.tsx37export function isEventInsideInteractiveLayer(CODE
LOW…act/components/chat-composer/chat-composer.stories.tsx580function QueuedPromptsWithPermissionRequestsDemo() {CODE
LOW…act/components/chat-composer/chat-composer.stories.tsx628function PermissionBandOverflowStatesDemo() {CODE
LOW…act/components/chat-composer/chat-composer.stories.tsx748function WithoutEffortSelectorDemo() {CODE
LOW…t/components/prompt-editor/extensions/slash-command.ts31export function buildSlashCommandExtension(CODE
LOW…core/src/host-dependencies/descriptor-from-provider.ts11export function buildDescriptorFromProvider(CODE
LOWpackages/core/src/host-dependencies/runtime/types.ts258export function resolveActiveInstallation(CODE
LOWpackages/core/src/host-dependencies/runtime/types.ts276export function deriveHostDependencyStatus(dep: HostDependency): DependencyStatus {CODE
LOW…core/src/host-dependencies/runtime/method-detection.ts52export function createInstallMethodDetector(CODE
LOW…core/src/host-dependencies/runtime/method-detection.ts116 function extractSegmentAfterPrefix(realPath: string, prefix: string): string | undefined {CODE
LOW…c/host-dependencies/runtime/host-dependency-manager.ts96function dependencyStateFromProbeResult(CODE
LOWpackages/core/src/workspace-lifecycle/probe.ts124async function probeBranchCreatedByEmdash(CODE
LOWpackages/core/src/workspace-lifecycle/controller.ts9export function createWorkspaceLifecycleController(manager = new WorkspaceLifecycleManager()) {CODE
LOW…s/core/src/workspace-lifecycle/steps/impl/git-fetch.ts41function isCheckedOutBranchFetchError(message: string): boolean {CODE
LOWpackages/core/src/workspace-lifecycle/api/errors.ts3export function planRejectionToBootstrapError(rejection: PlanRejection): BootstrapError {CODE
LOWpackages/core/src/pty/process-tree.ts141export async function collectLocalProcessTreeAsync(CODE
LOWpackages/core/src/pty/process-tree.ts156export async function collectLocalProcessInfosByPidAsync(CODE
LOWpackages/core/src/pty/node/node-pty-spawner.ts128function suppressExpectedNodePtyErrors(CODE
LOWpackages/core/src/agents/spawn-context.ts27export function createSpawnContextResolver(CODE
LOWpackages/core/src/agents/plugins/helpers/trust.ts12export function buildJsonConfigTrustBehavior({CODE
LOWpackages/core/src/agents/plugins/helpers/hooks.ts37function makeWindowsHookPostCommand(eventType: string, payload: HookPostPayload): string {CODE
LOWpackages/core/src/agents/plugins/helpers/hooks.ts58export function makeWindowsPowerShellHookCommand(script: string): string {CODE
LOWpackages/core/src/agents/plugins/helpers/hooks.ts91export function makeNotificationHookCommand(CODE
LOW…es/core/src/agents/plugins/helpers/prompt-injection.ts1export function buildPromptInjectionPayload(args: {CODE
LOWpackages/core/src/agents/plugins/helpers/hook-config.ts139export function buildNestedJsonHookConfig(configPath: string, hookSpecs: HookSpec[]) {CODE
LOWpackages/core/src/agents/plugins/helpers/hook-config.ts243export function buildMinimalJsonHookConfig(CODE
LOWpackages/core/src/files/tree/directory-reader.ts47export function createTreeDirectoryReader(policy: RootPathPolicy): TreeDirectoryReader {CODE
LOWpackages/core/src/files/tree/node-id.ts268function normalizePathForComparison(value: string): string {CODE
LOWpackages/core/src/files/tree/watch/classifier.ts22export async function classifyFileTreeWatchEvents(CODE
LOWpackages/core/src/workspace-coordinator/controller.ts6export function createWorkspaceCoordinatorController(coordinator: WorkspaceCoordinator) {CODE
LOWpackages/core/src/acp/reducer/item-fold.ts430function updateFileOperationStatuses(CODE
LOWpackages/core/src/acp/reducer/item-fold.ts449function hasFileOperationsForToolCall(items: TranscriptItem[], toolCallId: string): boolean {CODE
LOWpackages/core/src/acp/reducer/reducer.ts218function resolveProviderThinkingMessageId(active: TranscriptTurn, messageId: string): string {CODE
LOWpackages/core/src/acp/reducer/reducer.ts416function assertTranscriptInvariants(transcript: TranscriptSlice): void {CODE
LOWpackages/core/src/git/git-runtime.test.ts24async function makeRecordingGitExecutable(): Promise<{ executable: string; logPath: string }> {CODE
LOWpackages/core/src/git/git-repository.test.ts41async function exposeRemoteBranchAsPullRef(remote: string, prNumber: number): Promise<void> {CODE
LOWpackages/core/src/git/git-repository.ts463function remoteNameForRepositoryUrl(url: string): string {CODE
LOWpackages/core/src/git/errors.ts87export function classifyCloneRepositoryError(CODE
LOWpackages/core/src/git/errors.ts145export function classifyFetchPrForReviewError(CODE
LOWpackages/core/src/git/errors.ts243export function classifyCreateBranchError(CODE
LOWpackages/core/src/git/errors.ts266export function classifyDeleteBranchError(error: unknown, branch: string): DeleteBranchError {CODE
LOWpackages/core/src/git/errors.ts285export function isNotRepositoryInspectionError(error: unknown): boolean {CODE
LOWpackages/core/src/git/git-worktree.test.ts47async function makeRecordingGitExecutable(): Promise<{ executable: string; logPath: string }> {CODE
LOWpackages/core/src/git/watch/classifier.ts100function commonGitPathAffectsWorktreeHead(rel: string): boolean {CODE
LOWpackages/wire/examples/cancellation/client.ts44async function runDisconnectCancellation(): Promise<void> {CODE
LOWpackages/wire/src/util/scope.ts142function defaultCleanupErrorHandler(error: unknown, scope: ScopeCleanupErrorContext): void {CODE
LOW…kages/wire/src/util/process-runtime/process-runtime.ts230function withDefaultGracefulShutdown(spec: ProcessSpec): ProcessSpec {CODE
LOWpackages/wire/src/api/serve.ts111 function replyControllerCallWithUpload(CODE
LOWpackages/wire/src/api/client.ts436export function isEventStreamClientHandle(value: unknown): value is EventStreamClientHandle {CODE
LOWpackages/wire/src/api/with-validation.ts66 function collectContractValidators(definitions: ContractDefinitions, prefix: string[]): void {CODE
LOWpackages/wire/src/api/with-validation.ts78 function collectEndpointValidators(fullPath: string, def: EndpointDef): void {CODE
LOWpackages/wire/src/api/with-validation.ts118 function collectLiveModelValidators(fullPath: string, def: LiveModelDef): void {CODE
LOWpackages/wire/src/api/with-validation.ts150function parseLiveModelMutationInput(CODE
LOWpackages/wire/src/api/with-validation.ts164function parseLiveModelMutationOutput(def: MutationDef, output: unknown): unknown {CODE
LOWpackages/wire/src/api/connect.ts335 function getOrCreateAttachment(topic: string): Attachment {CODE
LOWpackages/wire/src/api/define.ts457function finalizeLiveModelEndpoint(id: string, def: LiveModelDef): LiveModelDef {CODE
LOWpackages/wire/src/api/controller.ts470function validateUploadFileEnvelope(def: UploadFileEndpointDef, file: WireFile): void {CODE
LOWpackages/wire/src/api/controller.ts495function createEventStreamResolver(CODE
LOWpackages/wire/src/api/transports/electron.test.ts250function getOrCreate<K, V>(map: Map<K, Set<V>>, key: K): Set<V> {CODE
476 more matches not shown…
Fake / Example Data23 hits · 22 pts
SeverityFileLineSnippetContext
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx116 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx116 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit.CODE
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx139 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ages/ui/src/react/primitives/dialog/dialog.stories.tsx139 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ckages/ui/src/react/primitives/sheet/sheet.stories.tsx93 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ckages/ui/src/react/primitives/sheet/sheet.stories.tsx93 {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ct/primitives/scroll-container/scroll-fade.stories.tsx32 Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…ct/primitives/scroll-container/scroll-fade.stories.tsx32 Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…imitives/scroll-container/scroll-container.stories.tsx32 Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOW…imitives/scroll-container/scroll-container.stories.tsx32 Paragraph {i + 1}. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmodCODE
LOWpackages/plugins/src/agents/impl/claude/auth.test.ts36 email: 'user@example.com',CODE
LOWpackages/plugins/src/agents/impl/claude/auth.test.ts43 account: 'user@example.com',CODE
LOW…ges/plugins/src/integrations/impl/linear/index.test.ts53 organization: Promise.resolve({ name: 'Acme Inc' }),CODE
LOW…ges/plugins/src/integrations/impl/linear/index.test.ts61 displayDetail: 'Acme Inc',CODE
LOWpackages/plugins/src/issues/impl/jira/index.test.ts37 email: 'user@example.com',CODE
LOWpackages/chat-ui/src/mock-transcript.ts26 'lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor ' +CODE
LOWpackages/chat-ui/src/mock-transcript.ts26 'lorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor ' +CODE
LOWpackages/chat-ui/src/core/layout/measure.bench.ts32 '## Overview\n\nLorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore.',CODE
LOWpackages/chat-ui/src/core/layout/measure.bench.ts32 '## Overview\n\nLorem ipsum dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore.',CODE
LOW…/main/core/projects/worktrees/worktree-service.test.ts26 await git(['config', 'user.email', 'test@test.com'], { cwd: dir });CODE
LOW…n/core/account/services/emdash-account-service.test.ts98 email: 'test@test.com',CODE
LOW…n/core/account/services/emdash-account-service.test.ts115 email: 'test@test.com',CODE
LOW…n/core/account/services/emdash-account-service.test.ts127 email: 'test@test.com',CODE
Magic Placeholder Names3 hits · 15 pts
SeverityFileLineSnippetContext
HIGHapps/emdash-desktop/src/shared/core/mcp/catalog.ts32 CONTEXT7_API_KEY: 'YOUR_API_KEY',CODE
HIGHapps/emdash-desktop/src/shared/core/mcp/catalog.ts168 Authorization: 'Bearer YOUR_API_KEY',CODE
HIGHapps/emdash-desktop/src/shared/core/mcp/catalog.ts264 RESEND_API_KEY: 'YOUR_API_KEY',CODE
Over-Commented Block15 hits · 12 pts
SeverityFileLineSnippetContext
LOWpackages/ui/src/styles/effects/animations.css.ts81});COMMENT
LOWpackages/ui/src/react/primitives/theme-provider.tsx41 * a time — nested providers would compete for the <html> class.COMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx101// Leading buffer in the direction of scroll; trailing buffer behind itCOMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx461 // top. As the agent streams a response, tailHeight grows, reserve shrinks,COMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx501 const committedIndexById = new Map<string, number>();COMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx701 // ── Pinned user-message overlay ───────────────────────────────────────────COMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx861 const bottom = top + height;COMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx1001 // Cache to avoid emitting onActiveUserMessageVisibilityChange on every frame.COMMENT
LOWpackages/chat-ui/src/ChatRoot.tsx1601 }COMMENT
LOWpackages/chat-ui/src/core/caches.ts41 type HighlightResult,COMMENT
LOWapps/emdash-desktop/docker-compose.yaml1# ──────────────────────────────────────────────────────────────────────────────COMMENT
LOWapps/emdash-desktop/tooling/byoi/scripts/provision.sh1#!/bin/bashCOMMENT
LOW…/renderer/features/tasks/workspace-resolution-view.tsx1// Workspace resolution is now handled automatically in the main process.COMMENT
LOW…src/renderer/features/tasks/editor/editor-provider.tsx61COMMENT
LOW…top/src/main/core/port-forwards/port-forward-tunnel.ts1import net from 'node:net';COMMENT
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMpackages/ui/src/styles/surfaces.css.ts57// ── 1. Default cascade binding (robust — works wherever .em<id> lands) ────────COMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWapps/emdash-desktop/docker-compose.yaml4# Usage:COMMENT