Repository Analysis

foambubble/foam

A personal knowledge management and sharing system for VSCode

5.2 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of foambubble/foam, a TypeScript project with 17,287 GitHub stars. SynthScan v2.0 examined 95,771 lines of code across 603 source files, recording 225 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 5.2 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.2
Adjusted Score
5.2
Raw Score
100%
Time Factor
2026-07-12
Last Push
17.3K
Stars
TypeScript
Language
95.8K
Lines of Code
603
Files
225
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 128LOW 97

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 225 distinct pattern matches across 6 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 Separators128 hits · 388 pts
SeverityFileLineSnippetContext
MEDIUMpackages/foam-mcp/src/serializers.ts13// ─── URI conversion at the wire boundary ─────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/serializers.ts57// ─── JSON shapes ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/serializers.ts128// ─── Serializers ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/queries.ts23 // ─── list_queries ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/queries.ts45 // ─── get_query ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/queries.ts73 // ─── run_query ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/resources.ts35 // ─── list_resources ────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/resources.ts57 // ─── get_resource ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/resources.ts86 // ─── read_resource ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/resources.ts113 // ─── create_resource ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/resources.ts146 // ─── update_resource ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/resources.ts187 // ─── delete_resource ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/resources.ts219 // ─── move_resource ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/graph.ts36 // ─── get_connections ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/graph.ts65 // ─── get_orphans ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/graph.ts83 // ─── get_deadends ──────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/graph.ts100 // ─── get_placeholders ──────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/graph.ts114 // ─── traverse_graph ────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/graph.ts139 // ─── get_graph_summary ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/graph.ts192 // ─── get_workspace_info ────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/tags.ts33 // ─── list_tags ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/tags.ts53 // ─── search_by_tag ─────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/tags.ts86 // ─── add_tags ──────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/tags.ts113 // ─── remove_tags ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-mcp/src/tools/tags.ts139 // ─── rename_tag ────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/support/version.test.ts28// ─── getCurrentVersion ────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/support/version.test.ts36// ─── isNewerVersion ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/support/version.test.ts64// ─── State.readUpdateCheck / State.writeUpdateCheck ───────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/support/version.test.ts126// ─── fetchLatestVersion ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/support/version.test.ts182// ─── formatUpdateNotice ───────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/support/version.test.ts197// ─── checkForUpdateNotice ─────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/lint.ts22// ─── Help ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/lint.ts42// ─── Types ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/lint.ts56// ─── Domain ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/lint.ts68// ─── Formatting ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/lint.ts102// ─── Command runner ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.ts40// ─── Help ────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.ts63// ─── Formatters ──────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.ts98// ─── Command runner ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.ts319// ─── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/daily.ts20// ─── Help ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/daily.ts38// ─── Domain ───────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/daily.ts95// ─── Command runner ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/daily.ts206// ─── Helpers ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.test.ts22// ─── resolveNote ──────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.test.ts62// ─── noteShowData ─────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.test.ts94// ─── noteIdData ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.test.ts108// ─── noteCreate ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.test.ts151// ─── noteMove ─────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.test.ts191// ─── noteDelete ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/note.test.ts233// ─── runNoteCommand (integration) ─────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/outline.test.ts8// ─── outlineData ──────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/outline.test.ts41// ─── runOutlineCommand ────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/search.ts29// ─── Help ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/search.ts49// ─── Formatting ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/search.ts69// ─── Command runner ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/outline.ts17// ─── Help ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/outline.ts30// ─── Formatters ───────────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/outline.ts42// ─── Command runner ───────────────────────────────────────────────────────────COMMENT
MEDIUMpackages/foam-cli/src/commands/daily.test.ts21// ─── parseDateArg ─────────────────────────────────────────────────────────────COMMENT
68 more matches not shown…
Hyper-Verbose Identifiers42 hits · 45 pts
SeverityFileLineSnippetContext
LOWpackages/foam-cli/src/support/filesystem.ts128export async function loadWorkspaceFromDirectory(CODE
LOWpackages/foam-graph/src/lib/graph-view-model.ts107export function computeAutocompleteOptions(CODE
LOWpackages/foam-vscode/src/test/vscode-mock.ts1467export function createMockExtensionContext(): ExtensionContext {CODE
LOW…/src/vscode/features/export-html-page/render-report.ts381function buildAttachmentHrefResolver(CODE
LOW…ode/features/export-html-page/markdown-link-anchors.ts50export function installMarkdownLinkAnchors(CODE
LOW…ode/features/export-html-page/markdown-link-anchors.ts211function setOrPushAttr(token: any, name: string, value: string): void {CODE
LOW…/src/vscode/features/daily-notes/daily-note-service.ts188export async function createDailyNoteIfNotExists(targetDate: Date, foam: Foam) {CODE
LOW…code/src/vscode/features/navigation/link-completion.ts343function getCompletionLabelSetting() {CODE
LOW…code/src/vscode/features/navigation/link-completion.ts349function getCompletionAliasSetting() {CODE
LOW…code/src/vscode/features/navigation/link-completion.ts356function getCompletionLinkFormatSetting() {CODE
LOW…vscode/src/vscode/features/editing/update-wikilinks.ts60export function getWikilinkDefinitionSetting():CODE
LOW…vscode/src/vscode/features/editing/update-wikilinks.ts69async function updateWikilinkDefinitions(CODE
LOW…vscode/src/vscode/features/editing/update-wikilinks.ts119function detectDocumentWikilinkDefinitions(text: string, eol: string) {CODE
LOW…am-vscode/src/vscode/features/editing/convert-links.ts38async function convertWikilinkToMarkdown(foam: Foam): Promise<void> {CODE
LOW…am-vscode/src/vscode/features/editing/convert-links.ts107async function convertMarkdownToWikilink(foam: Foam): Promise<void> {CODE
LOW…/features/preview/foam-query-renderer-web-extension.ts22function selectMentionsSourceField(content: string): boolean {CODE
LOW…m-vscode/src/vscode/features/preview/wikilink-embed.ts243export function withLinksRelativeToWorkspaceRoot(CODE
LOW…foam-vscode/src/vscode/features/graph-webview/index.ts299export function handleActiveResourceChange(CODE
LOW…-vscode/src/vscode/utils/tree-views/tree-view-utils.ts193export function createBacklinkItemsForResource(CODE
LOW…-vscode/src/vscode/utils/tree-views/tree-view-utils.ts214export function createConnectionItemsForResource(CODE
LOWpackages/foam-vscode/src/vscode/services/editor.ts137function labelToFileNameCandidates(label: string): string[] {CODE
LOWpackages/foam-vscode/src/vscode/services/editor.ts214export function getWorkspaceDefaultScheme(): string {CODE
LOWpackages/foam-vscode/src/vscode/services/editor.ts299export function getCurrentEditorDirectory(): URI {CODE
LOWpackages/foam-vscode/src/vscode/services/editor.ts362export async function createMatcherAndDataStore(CODE
LOW…ckages/foam-vscode/src/vscode/services/note-factory.ts92async function askUserForFilepathConfirmation(CODE
LOW…ges/foam-core/src/utils/template-frontmatter-parser.ts3export function extractFoamTemplateFrontmatterMetadata(CODE
LOWpackages/foam-core/src/common/errors.ts74export function setUnexpectedErrorHandler(CODE
LOWpackages/foam-core/src/common/errors.ts88export function onUnexpectedExternalError(e: any): undefined {CODE
LOWpackages/foam-core/src/common/errors.ts103export function transformErrorForSerialization(error: Error): SerializedError;CODE
LOWpackages/foam-core/src/common/errors.ts104export function transformErrorForSerialization(error: any): any;CODE
LOWpackages/foam-core/src/common/errors.ts105export function transformErrorForSerialization(error: any): any {CODE
LOWpackages/foam-core/src/common/event.ts512export function setGlobalLeakWarningThreshold(n: number): IDisposable {CODE
LOWpackages/foam-core/src/model/uri.ts225function decodeURIComponentGraceful(str: string): string {CODE
LOWpackages/foam-core/src/model/uri.ts413function encodeURIComponentMinimal(path: string): string {CODE
LOWpackages/foam-core/src/templates/template-discovery.ts23export function getDailyNoteTemplateCandidateUris(templatesDir: URI): URI[] {CODE
LOWpackages/foam-core/src/templates/template-discovery.ts33export function getNewNoteTemplateCandidateUris(templatesDir: URI): URI[] {CODE
LOWpackages/foam-core/src/commands/frontmatter.ts104export function removeTagsFromFrontmatter(CODE
LOWpackages/foam-core/src/services/link-integrity.ts53function computeRenameEditsForPairs(CODE
LOWpackages/foam-core/src/services/link-integrity.ts101export function computeWikilinkRenameEdits(CODE
LOWpackages/foam-core/src/services/link-integrity.ts116export function computeDirectoryWikilinkRenameEdits(CODE
LOWpackages/foam-core/src/services/telemetry.ts301export function parseAppInsightsConnectionString(connectionString: string): AppInsightsConnection {CODE
LOWpackages/foam-core/src/services/markdown-parser.ts299function getPropertiesInfoFromYAML(yamlText: string): {CODE
Fake / Example Data38 hits · 38 pts
SeverityFileLineSnippetContext
LOWdocs/user/features/graph-view.md75 "placeholder": { "enabled": false }CODE
LOWdocs/user/features/graph-view.md83 "placeholder": { "enabled": false }CODE
LOWdocs/user/features/graph-view.md117 "show": { "placeholder": { "enabled": false } }CODE
LOWdocs/user/features/graph-view.md166 "placeholder": "#545454",CODE
LOWpackages/foam-mcp/src/serializers.ts51 if (uri.scheme === 'placeholder') {CODE
LOWpackages/foam-cli/src/commands/graph.test.ts53 expect(types).not.toContain('placeholder');CODE
LOWpackages/foam-cli/src/commands/graph.test.ts71 expect(types).toContain('placeholder');CODE
LOWpackages/foam-graph/src/protocol.ts9 | 'placeholder'CODE
LOWpackages/foam-graph/src/components/control-panel.ts352 'placeholder',CODE
LOWpackages/foam-graph/src/components/control-panel.ts419 type === 'placeholder'CODE
LOWpackages/foam-graph/src/lib/colors.ts59 } else if (colorMode === 'directory' && nodeInfo.type !== 'placeholder' && nodeInfo.type !== 'tag') {CODE
LOWpackages/foam-graph/src/lib/graph-view-model.ts18const ALWAYS_KEEP_TYPES = new Set(['tag', 'attachment', 'image', 'placeholder']);CODE
LOWpackages/foam-graph/src/lib/graph-view-model.test.ts48 id: 'placeholder',CODE
LOWpackages/foam-graph/src/lib/graph-view-model.test.ts49 type: 'placeholder',CODE
LOWpackages/foam-graph/src/lib/colors.test.ts17 placeholder: makeNode({ id: '/work/missing.md', type: 'placeholder' }),CODE
LOWpackages/foam-vscode/src/lint/convert-links-format.ts32 if (link.type === targetFormat || targetUri.scheme === 'placeholder') {CODE
LOW…vscode/src/ai/providers/ollama/ollama-provider.test.ts281 const text = 'Lorem ipsum dolor sit amet. '.repeat(length);CODE
LOW…vscode/src/ai/providers/ollama/ollama-provider.test.ts281 const text = 'Lorem ipsum dolor sit amet. '.repeat(length);CODE
LOW…/src/vscode/features/navigation/hover-provider.spec.ts332 "[Create note from template for 'placeholder'](command:foam-vscode.create-note?"CODE
LOW…/foam-vscode/src/vscode/features/notes/placeholders.ts75 node.contextValue === 'placeholder' ||CODE
LOW…/foam-vscode/src/vscode/features/notes/placeholders.ts124 item.contextValue = 'placeholder';CODE
LOW…code/src/vscode/features/preview/tag-highlight.spec.ts16 expect(md.render(`Lorem ipsum dolor #si-t`)).toMatch(CODE
LOW…code/src/vscode/features/preview/tag-highlight.spec.ts17 `<p>Lorem ipsum dolor <span class='foam-tag'>#si-t</span></p>`CODE
LOW…rc/vscode/features/preview/wikilink-navigation.spec.ts17 links: [{ slug: 'placeholder' }],CODE
LOWpackages/foam-core/src/model/uri.ts91 return new URI({ scheme: 'placeholder', path: path });CODE
LOWpackages/foam-core/src/model/uri.ts97 if (uri.scheme === 'file' || uri.scheme === 'placeholder') {CODE
LOWpackages/foam-core/src/model/uri.ts193 return this.scheme === 'placeholder';CODE
LOW…s/foam-core/src/templates/note-creation-engine.test.ts150 expect(trigger.type).toBe('placeholder');CODE
LOW…s/foam-core/src/templates/note-creation-engine.test.ts485 expect(trigger.type).toBe('placeholder');CODE
LOW…ages/foam-core/src/templates/note-creation-triggers.ts38 type: 'placeholder',CODE
LOWpackages/foam-core/src/templates/note-creation-types.ts17 type: 'placeholder';CODE
LOWpackages/foam-core/src/templates/note-creation-types.ts82): trigger is NoteCreationTrigger & { type: 'placeholder' } {CODE
LOWpackages/foam-core/src/templates/note-creation-types.ts83 return trigger.type === 'placeholder';CODE
LOWpackages/foam-core/src/commands/links.ts108 type: startResource?.type ?? 'placeholder',CODE
LOWpackages/foam-core/src/commands/links.ts146 type: resource?.type ?? 'placeholder',CODE
LOWpackages/foam-core/src/commands/links.test.ts71 const placeholder = result.nodes.find(n => n.type === 'placeholder');CODE
LOWpackages/foam-core/src/services/graph-data-builder.ts100 type: 'placeholder',CODE
LOWpackages/foam-core/src/services/markdown-provider.ts222 if (target.type === 'placeholder') {CODE
Structural Annotation Overuse10 hits · 20 pts
SeverityFileLineSnippetContext
LOWdocs/user/getting-started/first-workspace.md37### Step 1: Create from TemplateCOMMENT
LOWdocs/user/getting-started/first-workspace.md46### Step 2: Clone LocallyCOMMENT
LOWdocs/user/getting-started/first-workspace.md53### Step 3: Open in VS CodeCOMMENT
LOWdocs/user/getting-started/installation.md5## Step 1: Install Visual Studio CodeCOMMENT
LOWdocs/user/getting-started/installation.md21## Step 2: Install the Foam ExtensionCOMMENT
LOWdocs/user/getting-started/installation.md39## Step 3: Install Recommended ExtensionsCOMMENT
LOW…rc/vscode/features/graph-webview/graph-webview.spec.ts112 // Step 4: Show graph (should appear beside the editor, not in column 1)COMMENT
LOW…rc/vscode/features/graph-webview/graph-webview.spec.ts125 // Step 5: Return focus to readme.mdCOMMENT
LOW…rc/vscode/features/graph-webview/graph-webview.spec.ts134 // Step 6: Open markdown preview (simulated by opening another document in the same group as graph)COMMENT
LOW…rc/vscode/features/graph-webview/graph-webview.spec.ts138 // Step 8: Show graph again - it should NOT moveCOMMENT
Verbosity Indicators4 hits · 8 pts
SeverityFileLineSnippetContext
LOW…rc/vscode/features/graph-webview/graph-webview.spec.ts112 // Step 4: Show graph (should appear beside the editor, not in column 1)COMMENT
LOW…rc/vscode/features/graph-webview/graph-webview.spec.ts125 // Step 5: Return focus to readme.mdCOMMENT
LOW…rc/vscode/features/graph-webview/graph-webview.spec.ts134 // Step 6: Open markdown preview (simulated by opening another document in the same group as graph)COMMENT
LOW…rc/vscode/features/graph-webview/graph-webview.spec.ts138 // Step 8: Show graph again - it should NOT moveCOMMENT
Over-Commented Block3 hits · 3 pts
SeverityFileLineSnippetContext
LOWpackages/foam-cli/release.js1#!/usr/bin/env nodeCOMMENT
LOWpackages/foam-vscode/release.js1#!/usr/bin/env nodeCOMMENT
LOWpackages/foam-core/release.js1#!/usr/bin/env nodeCOMMENT