Repository Analysis

backnotprop/plannotator

Annotate and review coding agent plans and code diffs visually, share with your team, send feedback to agents with one click.

3.8 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of backnotprop/plannotator, a TypeScript project with 7,012 GitHub stars. SynthScan v2.0 examined 207,794 lines of code across 1090 source files, recording 529 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 3.8 places this repository in the Likely human-written 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).

3.8
Adjusted Score
3.8
Raw Score
100%
Time Factor
2026-07-12
Last Push
7.0K
Stars
TypeScript
Language
207.8K
Lines of Code
1.1K
Files
529
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 0MEDIUM 98LOW 431

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 529 distinct pattern matches across 14 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 Separators89 hits · 294 pts
SeverityFileLineSnippetContext
MEDIUMtests/bench-startup.sh22# ── Helpers ──────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/bench-startup.sh88# ── Main ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/bench-startup.sh97# ── Scenario 1: No plugin (baseline) ─────────────────────────────────COMMENT
MEDIUMtests/bench-startup.sh116# ── Scenario 2: Published npm plugin ─────────────────────────────────COMMENT
MEDIUMtests/bench-startup.sh135# ── Scenario 3: Local optimized plugin ───────────────────────────────COMMENT
MEDIUMtests/bench-startup.sh158# ── Summary ──────────────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/local/test-sessions.sh101# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh103# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh118# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh120# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh127# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh129# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh168# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh170# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh197# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh199# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh226# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh228# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh261# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh263# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh324# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/test-sessions.sh326# -------------------------------------------------------COMMENT
MEDIUMtests/manual/local/sandbox-opencode.sh1019# =============================================================================COMMENT
MEDIUMtests/manual/local/sandbox-opencode.sh1021# =============================================================================COMMENT
MEDIUMtests/manual/path-detection/setup.sh59# ───────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/path-detection/setup.sh61# ───────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/path-detection/setup.sh115# ───────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/path-detection/setup.sh117# ───────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/path-detection/setup.sh141# ───────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/path-detection/setup.sh143# ───────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/path-detection/setup.sh268# ───────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/path-detection/setup.sh270# ───────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/path-detection/setup.sh351# ───────────────────────────────────────────────────COMMENT
MEDIUMtests/manual/path-detection/setup.sh354# ───────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/open-in-apps.ts47 // ── File manager (always available) ────────────────────────────────────COMMENT
MEDIUMpackages/core/open-in-apps.ts55 // ── Editors ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/core/open-in-apps.ts121 // ── Terminals ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts61 // ── Plan denied ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts157 // ── Plan approved ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts196 // ── Plan approved with notes ─────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts232 // ── Plan auto-approved ───────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts247 // ── Annotate file feedback ───────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts299 // ── Annotate message feedback ────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts320 // ── Annotate approved ────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts335 // ── Review denied suffix ─────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts350 // ── Cross-section isolation ──────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts386 // ── Malformed config resilience ──────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts-integration.test.ts401 // ── planDenyFeedback is browser-safe (no Node imports) ────────────────COMMENT
MEDIUMpackages/shared/prompts.ts3// ─── Template engine ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.ts15// ─── Tool name map ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.ts38// ─── Default constants ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.ts64// ─── Core resolver ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.ts100// ─── Review wrappers ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.ts132// ─── Plan wrappers ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.ts202// ─── Annotate wrappers ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.test.ts29// ─── A1. Template engine ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.test.ts63// ─── A2. Plan denied ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.test.ts158// ─── A3. Plan approved ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.test.ts241// ─── A4. Annotation feedback ─────────────────────────────────────────────────COMMENT
MEDIUMpackages/shared/prompts.test.ts307// ─── A4b. Review denied suffix ───────────────────────────────────────────────COMMENT
29 more matches not shown…
Hyper-Verbose Identifiers267 hits · 277 pts
SeverityFileLineSnippetContext
LOWscripts/install.sh709function isManagedPlannotatorCommand(value) {CODE
LOWpackages/ui/utils/lookAndFeelAnnouncement.ts12export function needsLookAndFeelAnnouncement(): boolean {CODE
LOWpackages/ui/utils/lookAndFeelAnnouncement.ts16export function markLookAndFeelAnnouncementSeen(): void {CODE
LOWpackages/ui/utils/reviewAgentInstructions.ts14export function buildReviewAgentInstructions(origin: string): string {CODE
LOWpackages/ui/utils/permissionMode.ts54export function getPermissionModeSettings(): PermissionModeSettings {CODE
LOWpackages/ui/utils/permissionMode.ts67export function savePermissionModeSettings(mode: PermissionMode): void {CODE
LOWpackages/ui/utils/planAIAnnouncement.ts15export function markPlanAIAnnouncementSeen(): void {CODE
LOWpackages/ui/utils/annotationHelpers.ts7export function getAnnotationCountBySection(CODE
LOWpackages/ui/utils/aiProvider.ts46export function originHasDedicatedAIProvider(origin: Origin | null | undefined): boolean {CODE
LOWpackages/ui/utils/aiProvider.ts132export function resolveAIModelForProvider(CODE
LOWpackages/ui/utils/aiProvider.ts147export function resolveAIProviderSelection(options: {CODE
LOWpackages/ui/utils/wideMode.ts29export function resolveWideModeExitLayout(CODE
LOWpackages/ui/utils/annotateAgentTerminal.ts25export function resolveAgentTerminalWebSocketUrl(path: string): string {CODE
LOWpackages/ui/utils/planAgentInstructions.ts14export function buildPlanAgentInstructions(origin: string): string {CODE
LOWpackages/ui/utils/aiPrompt.ts16export function buildReviewContextPreamble(CODE
LOWpackages/ui/components/InlineMarkdown.tsx307function canRenderSpacedDollarMath(tex: string): boolean {CODE
LOWpackages/ui/components/InlineMarkdown.tsx344function emitPlainTextWithBareUrls(CODE
LOWpackages/ui/components/CodeFilePopout.tsx110function getLineNumberFromSelectionNode(node: Node | null): number | null {CODE
LOWpackages/ui/components/mermaidSvg.ts7export function normalizeMermaidSvgMarkup(markup: string): string {CODE
LOWpackages/ui/components/sidebar/FileBrowser.tsx205export function isFileTreeSelectionDisabled(CODE
LOWpackages/ui/components/sidebar/FileBrowser.tsx212export function getAggregateWorkspaceChange(CODE
LOWpackages/ui/components/goal-setup/GoalSetupSurface.tsx1239function buildInterviewCopyPayload(CODE
LOWpackages/ui/hooks/useDismissOnOutsideAndEscape.ts3export function useDismissOnOutsideAndEscape({CODE
LOWpackages/ui/hooks/useAnnotationDraft.ts188function parseDraftSavedFileChange(CODE
LOWpackages/ui/hooks/useAnnotationDraft.ts221function isDraftSourceSaveCapability(value: unknown): value is DraftSourceSaveCapability {CODE
LOWpackages/ui/hooks/useExternalAnnotationHighlights.ts27export function useExternalAnnotationHighlights(params: {CODE
LOWpackages/ui/hooks/useAIChat.seam.test.tsx89async function expectResetAbortsActiveTurn(resetKind: 'session' | 'thread'): Promise<void> {CODE
LOWpackages/ui/hooks/useExternalAnnotations.ts112export function resetExternalAnnotationTransport(): void {CODE
LOWpackages/ui/hooks/useFileBrowser.ts42function isPermanentFileBrowserFetchError(status: number): boolean {CODE
LOWpackages/ui/hooks/useFileBrowser.ts50function remapWorkspaceStatusForDir(CODE
LOWpackages/ui/hooks/useAgentSettings.ts223export function parseReviewProfileByEngine(parsed: {CODE
LOWpackages/ui/shortcuts/core.ts255export function listRegistryShortcutSections(registry: ShortcutRegistry): ShortcutSection[] {CODE
LOWpackages/ui/shortcuts/core.ts297export function formatShortcutBindingTokens(CODE
LOWpackages/ui/shortcuts/core.ts309export function formatShortcutBindingText(CODE
LOWpackages/ui/shortcuts/core.ts329export function formatShortcutBindingsText(CODE
LOWpackages/ui/shortcuts/core.ts397export function getMatchingShortcutBindingIndex(event: KeyboardEvent, bindings: string[]): number {CODE
LOWpackages/core/agent-terminal.ts49export function supportsAnnotateAgentTerminalMode(CODE
LOWpackages/core/source-save.ts84export function hasSourceSaveConflictSnapshot(response: SourceSaveResponse): response is SourceSaveConflictResponse {CODE
LOWpackages/core/extract-code-paths.ts27export function extractCandidateCodePaths(markdown: string): string[] {CODE
LOWpackages/server/reference-handlers.ts93async function resolveCodeFileFromAllowedRoots(CODE
LOWpackages/server/reference-handlers.ts123function resolveMarkdownFileFromAllowedRoots(input: string, roots: string[]): RouteResolveResult {CODE
LOWpackages/server/review-skill-loader.ts429export function resolveRequestedReviewProfile(CODE
LOWpackages/server/claude-review.ts199export function composeClaudeReviewPrompt(CODE
LOWpackages/server/agent-terminal.test.ts55export function createNodePtyWebSocketServer(options) {CODE
LOWpackages/server/external-annotations.ts51export function createExternalAnnotationHandler(CODE
LOWpackages/server/agent-review-message.ts44export function buildWorkspacePromptContextLines(CODE
LOWpackages/server/agent-review-message.ts83export function buildAgentReviewUserMessageForTarget(CODE
LOWpackages/server/agent-review-message.ts108export function buildAgentReviewUserMessage(CODE
LOWpackages/server/agent-review-message.ts170function buildWorkspaceReviewUserMessage(CODE
LOWpackages/server/reference-watch.ts32export function isFileBrowserWatchIgnoredPath(path: string, root: string): boolean {CODE
LOWpackages/server/reference-watch.ts126export function handleFileBrowserFilesStream(CODE
LOWpackages/server/agent-terminal.ts37export async function createBunAgentTerminalBridge(args: {CODE
LOWpackages/server/agent-terminal.ts241async function startNodeAgentTerminalSidecar(CODE
LOWpackages/server/editor-annotations.ts17export function createEditorAnnotationHandler(): EditorAnnotationHandler {CODE
LOWpackages/server/browser.ts95export function shouldTryRemoteBrowserFallback(isRemote: boolean): boolean {CODE
LOWpackages/server/shared-handlers.ts23export function readDraftGenerationFromUrl(req: Request): number | undefined {CODE
LOWpackages/server/shared-handlers.ts31export function readDraftGenerationFromBody(body: unknown): number | undefined {CODE
LOWpackages/server/review-workspace.ts45export async function buildLocalWorkspaceReview(CODE
LOWpackages/server/review-findings.ts47export function transformSeverityFindings(CODE
LOWpackages/server/agent-terminal-runtime.ts70export function getAgentTerminalManagedRuntimeDir(CODE
207 more matches not shown…
Over-Commented Block102 hits · 102 pts
SeverityFileLineSnippetContext
LOWtests/bench-startup.sh1#!/usr/bin/env bashCOMMENT
LOWtests/manual/local/test-binary.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/test-sessions.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/test-jj-review.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/sandbox-opencode-isolated.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/test-worktree-review.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/test-bulk-plans.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/sandbox-opencode.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/sandbox-opencode.sh21# --no-git Don't initialize git repo (tests non-git fallback)COMMENT
LOWtests/manual/local/sandbox-gemini.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/test-hook.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/sandbox-pi.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/test-opencode-review.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/test-external-annotations.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/sandbox-codex.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/test-codex-plan-review-e2e.sh1#!/bin/bashCOMMENT
LOWtests/manual/local/test-hook-2.sh1#!/bin/bashCOMMENT
LOWtests/manual/path-detection/setup.sh1#!/bin/bashCOMMENT
LOWtests/manual/path-detection/setup.sh21# │ ├── app/COMMENT
LOWtests/manual/path-detection/run-plan.sh1#!/bin/bashCOMMENT
LOWtests/manual/path-detection/run-annotate-out-of-tree.sh1#!/bin/bashCOMMENT
LOWscripts/install.test.ts921 expect(sh).toContain('echo "--version requires a tag value, got flag:');COMMENT
LOWscripts/install.test.ts941 // hiding exactly the error message this code path is supposed toCOMMENT
LOWscripts/install.test.ts1021 // --version like "0.18.0'; calc; '0.18.0" would break out of theCOMMENT
LOWscripts/install.test.ts1041 // upstream normalization.COMMENT
LOWscripts/install.test.ts1061 // the pre-check.COMMENT
LOWscripts/install.test.ts1101COMMENT
LOWscripts/install.sh1#!/bin/bashCOMMENT
LOWscripts/install.sh21# Uses `sort -V` (version sort) which handles minor/patch width correctlyCOMMENT
LOWscripts/install.sh381COMMENT
LOWscripts/install.sh941 suffix="[y/N]"COMMENT
LOWscripts/install.sh1141# production failure (subsequent code uses absolute paths) butCOMMENT
LOWpackages/ui/utils/parser.ts201 checked,COMMENT
LOWpackages/ui/utils/parser.ts221 if (trimmed.startsWith('>')) {COMMENT
LOWpackages/ui/utils/planDiffEngine.ts221 return value.replace(FENCE_SENTINEL_PATTERN, (m) => fenceMap.get(m) ?? m);COMMENT
LOWpackages/ui/utils/planDiffEngine.ts301 if (pairMap.size === 0) return value;COMMENT
LOWpackages/ui/utils/planDiffEngine.ts461 // diffs atomically, avoiding the fragmented/unbalanced-delimiterCOMMENT
LOWpackages/ui/components/StickyHeaderLane.tsx41const snap = (n: number) => Math.floor(n / 16) * 16;COMMENT
LOWpackages/ui/components/types.d.ts1// Vite globals injected at build timeCOMMENT
LOWpackages/ui/hooks/useAgentSettings.ts1import { useCallback, useEffect, useRef, useState } from 'react';COMMENT
LOWpackages/ui/hooks/useAgentSettings.ts41// new model entry; DEFAULT_CODEX_FAST (false, same value) covers that withoutCOMMENT
LOWpackages/ui/hooks/useAgentSettings.ts301}COMMENT
LOWpackages/ui/shortcuts/runtime.ts121//COMMENT
LOWpackages/server/review.ts261 const warmPRContext = (url: string, ref: PRRef): void => {COMMENT
LOWpackages/server/review.ts381 // branch and lose the upstream baseline. Only when the remote default isCOMMENT
LOWpackages/server/review.ts441 // branch — matched as either its local name ("main") or the tracking refCOMMENT
LOWpackages/server/review.ts481 void refreshRemoteBaseInfo().catch(() => {});COMMENT
LOWpackages/server/review.ts621 // contextOnly=true so it carries only the changeset/how-to-inspect-it text, noCOMMENT
LOWpackages/server/review.ts741 // checkout warmup below yields to other requests (e.g. pr-switch), andCOMMENT
LOWpackages/server/review.ts821 prMetadata: launchMetadata,COMMENT
LOWpackages/server/review.ts1461 // API: cheap staleness probe — has the underlying VCS state changedCOMMENT
LOWpackages/server/agent-jobs.ts341 const stdoutDone = (captureStdout && proc.stdout && typeof proc.stdout !== "number")COMMENT
LOWpackages/server/agent-jobs.ts421 });COMMENT
LOWpackages/shared/review-core.ts441COMMENT
LOWpackages/shared/review-core.ts1041): Promise<DiffResult> {COMMENT
LOWpackages/review-editor/App.tsx241 const reviewSidebar = useSidebar<ReviewSidebarTab>(false, 'annotations');COMMENT
LOWpackages/review-editor/App.tsx281 const [committedBase, setCommittedBase] = useState<string | null>(null);COMMENT
LOWpackages/review-editor/App.tsx601 }, []);COMMENT
LOWpackages/review-editor/App.tsx1261 if (data.error) setDiffError(data.error);COMMENT
LOWpackages/review-editor/App.tsx1541 });COMMENT
42 more matches not shown…
Example Usage Blocks20 hits · 29 pts
SeverityFileLineSnippetContext
LOWtests/manual/local/test-binary.sh4# Usage:COMMENT
LOWtests/manual/local/test-sessions.sh4# Usage:COMMENT
LOWtests/manual/local/test-jj-review.sh4# Usage:COMMENT
LOWtests/manual/local/test-loose-list.sh5# Usage:COMMENT
LOWtests/manual/local/sandbox-opencode-isolated.sh4# Usage:COMMENT
LOWtests/manual/local/test-worktree-review.sh4# Usage:COMMENT
LOWtests/manual/local/test-bulk-plans.sh4# Usage:COMMENT
LOWtests/manual/local/sandbox-opencode.sh4# Usage:COMMENT
LOWtests/manual/local/sandbox-gemini.sh4# Usage:COMMENT
LOWtests/manual/local/test-hook.sh4# Usage:COMMENT
LOWtests/manual/local/sandbox-pi.sh4# Usage:COMMENT
LOWtests/manual/local/test-opencode-review.sh4# Usage:COMMENT
LOWtests/manual/local/test-external-annotations.sh4# Usage:COMMENT
LOWtests/manual/local/sandbox-codex.sh4# Usage:COMMENT
LOWtests/manual/local/test-codex-plan-review-e2e.sh8# Usage:COMMENT
LOWtests/manual/local/test-hook-2.sh4# Usage:COMMENT
LOWtests/manual/path-detection/setup.sh4# Usage:COMMENT
LOWtests/manual/path-detection/run-plan.sh4# Usage:COMMENT
LOWtests/manual/path-detection/run-annotate-out-of-tree.sh4# Usage:COMMENT
LOWtests/manual/path-detection/run-annotate-in-tree.sh4# Usage:COMMENT
Structural Annotation Overuse16 hits · 25 pts
SeverityFileLineSnippetContext
LOWtests/manual/local/test-sessions.sh102# Step 0: BuildCOMMENT
LOWtests/manual/local/test-sessions.sh119# Step 1: Clean slateCOMMENT
LOWtests/manual/local/test-sessions.sh128# Step 2: Launch plan server, validate session file contentCOMMENT
LOWtests/manual/local/test-sessions.sh169# Step 3: Launch review server, validate session file contentCOMMENT
LOWtests/manual/local/test-sessions.sh198# Step 4: Test `plannotator sessions` listingCOMMENT
LOWtests/manual/local/test-sessions.sh227# Step 5: Test `sessions --open`COMMENT
LOWtests/manual/local/test-sessions.sh262# Step 6: Test stale session cleanup (auto + --clean)COMMENT
LOWtests/manual/local/test-sessions.sh325# Step 7: Approve/submit servers, verify session cleanup on exitCOMMENT
LOW.agents/skills/release/SKILL.md14### Step 1: Determine scopeCOMMENT
LOW.agents/skills/release/SKILL.md23### Step 2: Research contributorsCOMMENT
LOW.agents/skills/release/SKILL.md46### Step 3: Write the release notesCOMMENT
LOW.agents/skills/release/SKILL.md112### Step 4: Present for reviewCOMMENT
LOWpackages/core/crypto.test.ts36 p: "# Implementation Plan\n\n## Step 1: Add authentication\n\nWe'll use JWT tokens stored in httpOnly cookies.\n\n## SCODE
LOWapps/hook/server/index.ts707 // Step 1: Fast skeleton clone (no checkout, depth 1 — minimal data transfer)COMMENT
LOWapps/hook/server/index.ts716 // Step 2: Fetch only the PR head ref (targeted, much faster than full fetch)COMMENT
LOWapps/hook/server/index.ts723 // Step 3: Checkout PR head (critical — if this fails, worktree is empty)COMMENT
Verbosity Indicators12 hits · 19 pts
SeverityFileLineSnippetContext
LOWtests/manual/local/test-sessions.sh102# Step 0: BuildCOMMENT
LOWtests/manual/local/test-sessions.sh119# Step 1: Clean slateCOMMENT
LOWtests/manual/local/test-sessions.sh128# Step 2: Launch plan server, validate session file contentCOMMENT
LOWtests/manual/local/test-sessions.sh169# Step 3: Launch review server, validate session file contentCOMMENT
LOWtests/manual/local/test-sessions.sh198# Step 4: Test `plannotator sessions` listingCOMMENT
LOWtests/manual/local/test-sessions.sh227# Step 5: Test `sessions --open`COMMENT
LOWtests/manual/local/test-sessions.sh262# Step 6: Test stale session cleanup (auto + --clean)COMMENT
LOWtests/manual/local/test-sessions.sh325# Step 7: Approve/submit servers, verify session cleanup on exitCOMMENT
LOWpackages/core/crypto.test.ts36 p: "# Implementation Plan\n\n## Step 1: Add authentication\n\nWe'll use JWT tokens stored in httpOnly cookies.\n\n## SCODE
LOWapps/hook/server/index.ts707 // Step 1: Fast skeleton clone (no checkout, depth 1 — minimal data transfer)COMMENT
LOWapps/hook/server/index.ts716 // Step 2: Fetch only the PR head ref (targeted, much faster than full fetch)COMMENT
LOWapps/hook/server/index.ts723 // Step 3: Checkout PR head (critical — if this fails, worktree is empty)COMMENT
AI Slop Vocabulary5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMtests/manual/local/test-codex-plan-review-e2e.sh2# End-to-end Codex Stop-hook test harness for Plannotator.COMMENT
MEDIUMpackages/server/review.ts1633 // Snapshot arg: robust against a future await sneaking inCOMMENT
MEDIUMpackages/server/review.ts1722 // Snapshot args: robust against a future await sneaking inCOMMENT
MEDIUMapps/pi-extension/server/serverReview.ts1575 // Snapshot arg: robust against a future await sneaking inCOMMENT
MEDIUMapps/pi-extension/server/serverReview.ts1652 // Snapshot args: robust against a future await sneaking inCOMMENT
Self-Referential Comments3 hits · 9 pts
SeverityFileLineSnippetContext
MEDIUMtests/manual/local/enter-codex-plan-review-sandbox.sh2# Create a fresh isolated Codex + Plannotator sandbox and open a shell inside it.COMMENT
MEDIUMtests/manual/local/sandbox-opencode.sh1837# Create a loader file that re-exports from the source.COMMENT
MEDIUMtests/manual/local/sandbox-gemini.sh99 # Create a temp plan fileCOMMENT
Fake / Example Data5 hits · 8 pts
SeverityFileLineSnippetContext
LOWtests/manual/path-detection/setup.sh66git config user.email "test@test.com"CODE
LOWpackages/ui/utils/identity.seam.test.ts48 getIdentity: () => 'user@example.com',CODE
LOWpackages/ui/utils/identity.seam.test.ts51 return author === 'user@example.com';CODE
LOWpackages/ui/utils/identity.seam.test.ts57 expect(isCurrentUser('user@example.com')).toBe(true);CODE
LOWpackages/ui/utils/identity.seam.test.ts59 expect(checked).toEqual(['user@example.com', 'other@example.com']);CODE
Overly Generic Function Names4 hits · 4 pts
SeverityFileLineSnippetContext
LOWpackages/shared/code-nav.test.ts29 expect(classifyMatch("export function handleRequest(", "handleRequest", lang)).toBe("definition");CODE
LOWpackages/shared/code-nav.test.ts85 expect(classifyMatch("def handle_request(self, req):", "handle_request", lang)).toBe("definition");CODE
LOWapps/paste-service/core/handler.ts90export async function handleRequest(CODE
LOWapps/waitlist-service/core/handler.ts29export async function handleRequest(CODE
Modern AI Meta-Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMpackages/ui/HANDOFF.md420## The law (guardrails for anyone editing `@plannotator/ui`)COMMENT
Deep Nesting3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…or-compound/scripts/extract_exit_plan_mode_outcomes.py199CODE
LOW…or-compound/scripts/extract_exit_plan_mode_outcomes.py368CODE
LOW…or-compound/scripts/extract_exit_plan_mode_outcomes.py464CODE
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWtests/manual/local/test-binary.sh22# Check if plannotator is installedCOMMENT
Unused Imports1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…or-compound/scripts/extract_exit_plan_mode_outcomes.py29CODE