Repository Analysis

org2AI/ORG2

System of record for how agents build software: Built-in rust harness & 20+ CLIs.

3.8 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of org2AI/ORG2, a TypeScript project with 2,230 GitHub stars. SynthScan v2.0 examined 1,888,934 lines of code across 9146 source files, recording 5061 pattern matches distributed across 16 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-08-09
Last Push
2.2K
Stars
TypeScript
Language
1.9M
Lines of Code
9.1K
Files
5.1K
Pattern Hits
2026-08-09
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

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 5HIGH 1MEDIUM 918LOW 4137

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 5061 distinct pattern matches across 16 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 Separators887 hits · 2782 pts
SeverityFileLineSnippetContext
MEDIUMtests/blackboard-poc/run.py79 # ── Final Summary ────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/config.py14# ── API ──────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/config.py22# ── Budget ───────────────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/config.py28# ── Session Strategy ─────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/config.py37# ── Paths ────────────────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/config.py49# ── Agent Definitions ────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/memory.py95 # ── Auto-capture (called by tool handlers) ──────────────────────COMMENT
MEDIUMtests/blackboard-poc/memory.py117 # ── Agent-initiated annotation ──────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/memory.py138 # ── Recall ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/memory.py193 # ── Internal ────────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/blackboard.py107 # ── Token tracking ─────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/blackboard.py115 # ── Event emission ─────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/blackboard.py148 # ── Write operations ───────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/blackboard.py393 # ── Read operations ────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/blackboard.py483 # ── Dependency Check ────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/blackboard.py512 # ── Stats ──────────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/tools.py24# ── Tool Schemas (Anthropic format) ────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/tools.py336# ── Tool Handlers ──────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/orchestrator.py57 # ── Boot ─────────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/orchestrator.py130 # ── Work Item Execution ──────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/orchestrator.py202 # ── Aggregate metrics ────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/orchestrator.py288 # ── Print summary ────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/orchestrator.py388 # ── Handoff Context ───────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/orchestrator.py445 # ── Shutdown ─────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py137 # ── Lifecycle ─────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py175 # ── Relevance Check ───────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py252 # ── Cooldown Check ────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py266 # ── Session Strategy ──────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py309 # ── Revive Check ────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py346 # ── Main Event Loop ───────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py427 # ── Worktree (real git operations) ──────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py526 # ── LLM Interaction ───────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py812 # ── Reflection ────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/agent.py852 # ── Sub-agent support ─────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/worktree.py50 # ── Repository Setup ─────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/worktree.py71 # ── Worktree Lifecycle ───────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/worktree.py123 # ── Git Operations ───────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/worktree.py250 # ── Conflict Detection ───────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/worktree.py281 # ── Helpers ───────────────────────────────────────────────────COMMENT
MEDIUMtests/blackboard-poc/worktree.py297 # ── Low-level git execution ──────────────────────────────────COMMENT
MEDIUMscripts/dev/tauri.js34// ─── Terminal status bar ──────────────────────────────────────────────────────COMMENT
MEDIUMscripts/dev/tauri.js217// ─── Line routing ─────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/dev/tauri.js337// ─── Cleanup ──────────────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/dev/tauri.js351// ─── Start Tauri dev ──────────────────────────────────────────────────────────COMMENT
MEDIUMscripts/dev/tauri.js692// ─── Main ─────────────────────────────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml463 # ── Linux x64 build ───────────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml469 # ── Checkout ────────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml475 # ── Stamp version from git tag ───────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml67 # ── Checkout ──────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml99 # ── Stamp version from git tag ──────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml116 # ── Node.js + pnpm ───────────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml135 # ── Rust ──────────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml173 # ── Locate build artifacts ────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml198 # ── Generate updater manifest (latest.json) ───────────────COMMENT
MEDIUM.github/workflows/release.yaml224 # ── Create GitHub Release ─────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml236 # ── Cleanup keychain ────────────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml245 # ── Windows x64 build ─────────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml256 # ── Checkout ────────────────────────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml262 # ── Stamp version from git tag ───────────────────────────────COMMENT
MEDIUM.github/workflows/release.yaml286 # ── Node.js + pnpm ──────────────────────────────────────────COMMENT
827 more matches not shown…
Hyper-Verbose Identifiers1917 hits · 1987 pts
SeverityFileLineSnippetContext
LOW.archive/src/config/routeViewModeConfig.ts171export function shouldSaveToPreviousRoute(pathname: string): boolean {CODE
LOW.archive/src/config/mainAppPaths/routeCache.ts20export function classifySettingsRouteRoot(pathname: string): SettingsRouteRoot {CODE
LOW…ator/components/GridCell/subagentCellHeaderIconKind.ts16export function resolveSubagentHeaderIconKind(CODE
LOW…s/ChatPanel/panels/useBenchmarkSessionCreatorSlots.tsx47export function useBenchmarkSessionCreatorSlots({CODE
LOW…chive/src/hooks/session/useOrgtrackSessionArtifacts.ts35export function useOrgtrackSessionArtifacts({CODE
LOW…s/WorkStation/DatabaseManager/DatabaseLayout/config.ts30export function createDatabaseQuickActions(CODE
LOW…lays/AddConnectionModal/ConnectionTestStatusBanner.tsx15 function ConnectionTestStatusBanner({CODE
LOW…es/MainApp/Settings/hooks/useSettingsMonitorToolbar.ts15export function useSettingsMonitorToolbar(CODE
LOWtests/blackboard-poc/test_dry_run.py35async def test_blackboard_pubsub_with_ids() -> None:CODE
LOWtests/blackboard-poc/test_dry_run.py132async def test_blackboard_compaction() -> None:CODE
LOWtests/blackboard-poc/test_dry_run.py247async def test_git_worktree_lifecycle() -> None:CODE
LOWtests/blackboard-poc/test_dry_run.py311async def test_git_conflict_detection_and_resolution() -> None:CODE
LOWtests/blackboard-poc/test_dry_run.py401async def test_blackboard_persistence() -> None:CODE
LOWtests/blackboard-poc/test_dry_run.py436async def test_reset_for_new_work_item() -> None:CODE
LOWtests/blackboard-poc/blackboard.py380 def notify_work_item_complete(self) -> None:CODE
LOWtests/blackboard-poc/tools.py347async def handle_blackboard_post_message(CODE
LOWtests/blackboard-poc/tools.py363async def handle_blackboard_post_artifact(CODE
LOWtests/blackboard-poc/tools.py392async def handle_blackboard_post_task(CODE
LOWtests/blackboard-poc/tools.py406async def handle_blackboard_update_task(CODE
LOWtests/blackboard-poc/tools.py430async def handle_blackboard_post_decision(CODE
LOWtests/blackboard-poc/tools.py447async def handle_blackboard_post_issue(CODE
LOWtests/blackboard-poc/orchestrator.py323 async def _wait_for_completion_with_budget(self) -> None:CODE
LOWtests/blackboard-poc/agent.py177 def _has_pending_deferred_tasks(self) -> bool:CODE
LOWtests/blackboard-poc/agent.py454 async def _handle_conflict_resolution(self, conflict_result: MergeResult) -> bool:CODE
LOWscripts/dev/tauri.js411function createNodePackageCliCommand(packageName, binName, fallbackBinName) {CODE
LOWsrc/index.tsx138async function initializeRuntimeInstanceIdentity(): Promise<void> {CODE
LOWsrc/ActionSystem/schema/actionRegistration.ts25export function defineAppActionRegistration(CODE
LOWsrc/ActionSystem/schema/actionRegistration.ts43export function isAppZodActionRegistration(CODE
LOWsrc/ActionSystem/schema/actionRegistration.ts51export function extractAppActionRegistrations(CODE
LOWsrc/ActionSystem/actions/navigationActions.zod.ts43function defineRouteNavigationAction(CODE
LOWsrc/ActionSystem/actions/chatPanelActions.zod.ts24function showActiveStationChatIfNeeded(): void {CODE
LOWsrc/ActionSystem/actions/chatPanelActions.zod.ts62function setAgentStationChatPosition(position: ChatPanelPosition): void {CODE
LOWsrc/types/model/info.ts73function normalizeModelInfoCategory(category: string): string {CODE
LOWsrc/types/editor/document.ts125export function calculateContributionPercentage(edits: EditOperation[]): {CODE
LOWsrc/contexts/git/MultiRepoGitStatusContext.tsx494export function useMultiRepoGitStatusContext(): MultiRepoGitStatusContextValue {CODE
LOW…ntexts/git/GitStatusContext/hooks/useGitStatusFetch.ts29export function shouldStartGitStatusFetch({CODE
LOWsrc/app/root/AppDeferredServices.tsx55 default: function DeferredWindowFocusTracking() {CODE
LOWsrc/app/root/AppDeferredServices.tsx99 default: function DeferredProcessReconciliation() {CODE
LOWsrc/app/root/AppDeferredServices.tsx115 default: function DeferredTerminalPersistence() {CODE
LOWsrc/app/root/useFirstPaintSignal.ts50function afterRenderableRootContent(callback: () => void): () => void {CODE
LOWsrc/app/root/useAppDeferredInitialization.ts31export function useAppDeferredInitialization(): boolean {CODE
LOWsrc/app/root/e2e/helpers/runtimeDebug.ts6export function createRuntimeDebugHelpers() {CODE
LOWsrc/app/root/e2e/helpers/userPresence.ts17export function createUserPresenceHelpers({ store }: { store: E2EStore }) {CODE
LOWsrc/app/root/e2e/helpers/debugEndpoints.ts5export function createDebugEndpointHelpers() {CODE
LOWsrc/app/root/e2e/helpers/sessionConfig.ts66export function createSessionConfigHelpers({ store }: SessionConfigDeps) {CODE
LOWsrc/app/root/e2e/helpers/externalTools.ts6export function createExternalToolHelpers() {CODE
LOWsrc/app/root/e2e/helpers/accounts.ts172export async function cloneCursorNativeAccountWithoutApiKey(CODE
LOW…pp/root/e2e/helpers/sessionHelpers/inspectChatState.ts46export function createInspectChatStateHelper(store: E2EStore) {CODE
LOWsrc/app/root/e2e/helpers/sessionHelpers/seeders.ts49export function createSessionSeederHelpers(store: E2EStore) {CODE
LOWsrc/test/vitest.setup.ts219function buildInternalBrowserActionFixture(): ToolActionInfo[] {CODE
LOWsrc/test/vitest.setup.ts328function buildBrowserActionFixture(): ToolActionInfo[] {CODE
LOWsrc/util/modelGrouping.ts93function versionStringToSortVersion(version: string): number {CODE
LOWsrc/util/modelGrouping.ts298export function isUncategorizedModelGroup(group: ModelGroup): boolean {CODE
LOWsrc/util/formatModelName.ts151function normalizeClaudeFamilyLabel(label: string): string | undefined {CODE
LOWsrc/util/formatModelName.ts291export function resolveModelPillDisplayParts(CODE
LOWsrc/util/formatModelName.ts328export function resolveModelPillAccountName(CODE
LOWsrc/util/modelVariants.ts166function parseSuffixOnlyFamilyVariant(CODE
LOWsrc/util/modelVariants.ts337export function formatVariantDisplayLabel(modelId: string): string | undefined {CODE
LOWsrc/util/modelVariants.ts357export function resolveModelVariantFields(CODE
LOWsrc/util/modelVariants.ts377export function groupHasParsedModelVariants(CODE
1857 more matches not shown…
Over-Commented Block1849 hits · 1832 pts
SeverityFileLineSnippetContext
LOWwebpack.config.js641 // With eval-cheap-module-source-map, that inlines every module's sourceCOMMENT
LOWpostcss.config.js1// module.exports = {COMMENT
LOW.archive/src/config/routeTabMapping.ts61COMMENT
LOWdocs/frontend-ui-audit-2026-06-11/README.md61# 3. After D1-D4, cross-reference against the existing sweep reports (D2/D3) beforeCOMMENT
LOWpublic/index.html41 html.style.setProperty("--radius-page", pageVal);COMMENT
LOWscripts/dev/cpu-monitor.sh1#!/bin/bashCOMMENT
LOWscripts/dev/webpack-server.js301// ============================================COMMENT
LOWscripts/maintenance/cargo-cleanup.sh1#!/bin/bashCOMMENT
LOWscripts/maintenance/cargo-cleanup.sh21# --stale : weekly, or whenever you see the "dep-graph.part.bin" errorCOMMENT
LOWscripts/maintenance/cargo-cleanup.sh81 echo 0COMMENT
LOWscripts/maintenance/cargo-cleanup.sh121# process happens to be writing into a different `-working` next doorCOMMENT
LOW.github/workflows/release.yaml1# Build, sign, notarize, and release ORGII for macOS (Apple Silicon), Windows (x64), and Linux (x64).COMMENT
LOW.github/workflows/release.yaml21# .app. They are downloaded at first launch into ~/.orgii/bin/ by the app itselfCOMMENT
LOWsrc-tauri/Cargo.toml41 "crates/system-services",COMMENT
LOWsrc-tauri/Cargo.toml221# `set_sensitive_file_permissions` chmod.COMMENT
LOWsrc-tauri/Cargo.toml241# Local Docker container inspection and lifecycle commands for Launchpad.COMMENT
LOWsrc-tauri/Cargo.toml261agent_core = { path = "crates/agent-core" }COMMENT
LOWsrc-tauri/Cargo.toml281COMMENT
LOWsrc-tauri/Cargo.toml301# in `lib.rs`; the `app` crate re-registers the Tauri commands inCOMMENT
LOWsrc-tauri/Cargo.toml321# `app::register_lsp_hooks` wire the IDE WebSocket broadcaster in once atCOMMENT
LOWsrc-tauri/Cargo.toml341# `integrations::computer_use_lock::register_abort_broadcaster` inCOMMENT
LOWsrc-tauri/Cargo.toml361# in `commands/handler_list.inc` via bare `perf_utils::…` paths. Pure leaf —COMMENT
LOWsrc-tauri/Cargo.toml381test_runner = { path = "crates/test-runner" }COMMENT
LOWsrc-tauri/Cargo.toml401app_platform = { path = "crates/app-platform" }COMMENT
LOWsrc-tauri/Cargo.toml421# into `agent_core::foundation::{db_bridge, session_bridge}` at bootCOMMENT
LOWsrc-tauri/Cargo.toml441# above; sqlx now compiles only when `db_browser` does, not on everyCOMMENT
LOWsrc-tauri/Cargo.toml461tower-http = { version = "0.6", features = ["cors", "timeout"] } # CORS + response timeoutCOMMENT
LOWsrc-tauri/Cargo.toml481#COMMENT
LOWsrc-tauri/Cargo.toml501# ===========================================COMMENT
LOWsrc-tauri/Cargo.toml561# `test-util` only for the test build: it is what lets a test drive Tokio'sCOMMENT
LOWsrc-tauri/Cargo.toml581test_helpers = { path = "crates/test-helpers" }COMMENT
LOWsrc-tauri/Cargo.toml601# darling 0.21 ← serde_with ← tauri-utils ; darling 0.23 ← rmcp-macros (ours)COMMENT
LOWsrc-tauri/Cargo.toml621strip = trueCOMMENT
LOWsrc-tauri/crates/git-api/src/types.rs181// ============================================COMMENT
LOWsrc-tauri/crates/git-api/src/lineage_bridge.rs1//! Wire-side adapter for `project_management::lineage::git_bridge`.COMMENT
LOWsrc-tauri/crates/git-api/src/file_types.rs1//! Types for file-status HTTP API operationsCOMMENT
LOWsrc-tauri/crates/git-api/src/error.rs81COMMENT
LOWsrc-tauri/crates/git-api/src/lib.rs1//! Git HTTP APICOMMENT
LOWsrc-tauri/crates/git-api/src/extractors.rs201}COMMENT
LOWsrc-tauri/crates/git-api/src/commands/tasks.rs21// Query ParametersCOMMENT
LOWsrc-tauri/crates/git-api/src/commands/diff/ref_utils.rs1//! Shared ref-resolution utilities for diff operations.COMMENT
LOWsrc-tauri/crates/git-api/src/commands/diff/mod.rs1//! Diff and File Content Operations (using git2)COMMENT
LOWsrc-tauri/crates/git-api/src/routes/mod.rs1//! Git API Routes ModuleCOMMENT
LOWsrc-tauri/crates/git-api/src/routes/status.rs21/// Cache TTL for git status responses. Avoids redundant subprocess spawns whenCOMMENT
LOWsrc-tauri/crates/bin-provider-key-check/src/main.rs1//! Headless credential validation against live provider APIs (no Tauri UI).COMMENT
LOWsrc-tauri/crates/settings/src/lib.rs1//! VS-Code-style user settings.COMMENT
LOWsrc-tauri/crates/settings/src/hooks.rs1//! Inversion-of-control hooks the `settings` crate uses to notify the rest ofCOMMENT
LOWsrc-tauri/crates/settings/src/commands.rs1//! Tauri Commands for SettingsCOMMENT
LOWsrc-tauri/crates/database/Cargo.toml21dirs = "6.0"COMMENT
LOWsrc-tauri/crates/database/src/lib.rs1//! Database InfrastructureCOMMENT
LOWsrc-tauri/crates/database/src/db/mod.rs1//! Database Connection PoolsCOMMENT
LOWsrc-tauri/crates/database/src/db/mod.rs21//! export/import operate on a self-contained file.COMMENT
LOWsrc-tauri/crates/database/src/db/writer.rs1//! Process-Wide SQLite Writer SerializationCOMMENT
LOWsrc-tauri/crates/database/src/db/writer.rs21//!COMMENT
LOWsrc-tauri/crates/database/src/db/writer.rs41//! tx.commit()COMMENT
LOWsrc-tauri/crates/database/src/db/writer.rs81 /// are called both standalone and from inside an already-lockedCOMMENT
LOWsrc-tauri/crates/database/src/db/writer.rs141/// closure to keep the critical section short.COMMENT
LOWsrc-tauri/crates/database/src/db/writer.rs161 // forces every caller to hold a `&mut Connection` for the entireCOMMENT
LOWsrc-tauri/crates/database/src/db/connection.rs1//! Database Connection ManagementCOMMENT
LOWsrc-tauri/crates/database/src/db/connection.rs21//! [`register_sessions_init`] / [`register_projects_init`] with a functionCOMMENT
1789 more matches not shown…
Fake / Example Data232 hits · 252 pts
SeverityFileLineSnippetContext
LOW…crates/project-management/src/sync/connection_store.rs180 assert_eq!(created.account_email.as_deref(), Some("user@example.com"));CODE
LOW…rates/browser/src/scripts/js/inspector-element-info.js22 "placeholder",CODE
LOW…ri/crates/browser/src/scripts/page_agent/page_agent.js125 "placeholder",CODE
LOWsrc/ActionSystem/actions/guiControlActions.zod.ts163 element.getAttribute("placeholder"),CODE
LOW…ents/ComposerInput/__tests__/serializePillNode.test.ts117 fileName: "Jane Doe",CODE
LOW…WizardSystem/variants/Channel/SetupForms/EmailForm.tsx220 placeholder="user@example.com"CODE
LOWsrc/i18n/locales/zh-Hant/sessions.json103 "placeholder": "依檔案路徑搜尋 Session",CODE
LOWsrc/i18n/locales/zh-Hant/sessions.json983 "placeholder": "輸入消息 — 將發送到 Cursor 探針實例。",CODE
LOWsrc/i18n/locales/zh-Hant/settings.json483 "placeholder": "選擇模型"CODE
LOWsrc/i18n/locales/zh-Hant/common.json28 "placeholder": "搜尋收件匣",CODE
LOWsrc/i18n/locales/zh-Hant/common.json906 "placeholder": "搜索頁面...",CODE
LOWsrc/i18n/locales/zh-Hant/common.json1925 "placeholder": "搜索文件…"CODE
LOWsrc/i18n/locales/zh-Hant/common.json1931 "placeholder": "搜尋命令...",CODE
LOWsrc/i18n/locales/zh-Hant/common.json1937 "placeholder": "輸入行號…",CODE
LOWsrc/i18n/locales/zh-Hant/common.json1948 "placeholder": "搜索符號…",CODE
LOWsrc/i18n/locales/zh-Hant/common.json1965 "placeholder": "搜索或輸入命令…",CODE
LOWsrc/i18n/locales/zh-Hant/common.json2001 "placeholder": "搜尋 Agent 會話..."CODE
LOWsrc/i18n/locales/zh-Hant/common.json2006 "placeholder": "Search across all sessions..."CODE
LOWsrc/i18n/locales/zh-Hant/integrations.json426 "placeholder": "例如 claude-sonnet-4-5, gpt-4o...",CODE
LOWsrc/i18n/locales/zh-Hant/integrations.json2173 "placeholder": "搜尋 Skills...",CODE
LOWsrc/i18n/locales/zh-Hant/projects.json258 "placeholder": "選擇要連結的 Work Item"CODE
LOWsrc/i18n/locales/zh-Hant/projects.json436 "placeholder": "簡短描述 (最多 120 字符)",CODE
LOWsrc/i18n/locales/zh-Hant/projects.json744 "placeholder": "粘貼你的個人訪問 Token",CODE
LOWsrc/i18n/locales/pl/sessions.json92 "placeholder": "Szukaj sesji według ścieżki pliku",CODE
LOWsrc/i18n/locales/pl/sessions.json970 "placeholder": "Wpisz prompt — zostanie wysłany do instancji próbnej Cursor.",CODE
LOWsrc/i18n/locales/pl/settings.json483 "placeholder": "Wybierz model"CODE
LOWsrc/i18n/locales/pl/common.json28 "placeholder": "Przeszukaj skrzynkę",CODE
LOWsrc/i18n/locales/pl/common.json900 "placeholder": "Szukaj stron...",CODE
LOWsrc/i18n/locales/pl/common.json1924 "placeholder": "Szukaj pliku..."CODE
LOWsrc/i18n/locales/pl/common.json1930 "placeholder": "Szukaj poleceń...",CODE
LOWsrc/i18n/locales/pl/common.json1936 "placeholder": "Wprowadź numer linii...",CODE
LOWsrc/i18n/locales/pl/common.json1947 "placeholder": "Szukaj symboli...",CODE
LOWsrc/i18n/locales/pl/common.json1964 "placeholder": "Szukaj lub wpisz polecenie...",CODE
LOWsrc/i18n/locales/pl/common.json2000 "placeholder": "Szukaj sesji Agent..."CODE
LOWsrc/i18n/locales/pl/common.json2005 "placeholder": "Search across all sessions..."CODE
LOWsrc/i18n/locales/pl/integrations.json427 "placeholder": "np. claude-sonnet-4-5, gpt-4o...",CODE
LOWsrc/i18n/locales/pl/integrations.json2129 "placeholder": "Szukaj Skills...",CODE
LOWsrc/i18n/locales/pl/projects.json258 "placeholder": "Wybierz Work Item do połączenia"CODE
LOWsrc/i18n/locales/pl/projects.json436 "placeholder": "Krótka notatka (maks. 120 znaków)",CODE
LOWsrc/i18n/locales/pl/projects.json729 "placeholder": "Wklej swój osobisty Token dostępu",CODE
LOWsrc/i18n/locales/vi/sessions.json92 "placeholder": "Tìm phiên theo đường dẫn tệp",CODE
LOWsrc/i18n/locales/vi/sessions.json966 "placeholder": "Nhập lời nhắc — sẽ gửi đến phiên bản probe Cursor.",CODE
LOWsrc/i18n/locales/vi/settings.json483 "placeholder": "Chọn mô hình"CODE
LOWsrc/i18n/locales/vi/common.json28 "placeholder": "Tìm trong hộp thư",CODE
LOWsrc/i18n/locales/vi/common.json894 "placeholder": "Tìm kiếm trang...",CODE
LOWsrc/i18n/locales/vi/common.json1913 "placeholder": "Tìm tệp…"CODE
LOWsrc/i18n/locales/vi/common.json1919 "placeholder": "Tìm lệnh...",CODE
LOWsrc/i18n/locales/vi/common.json1925 "placeholder": "Nhập số dòng…",CODE
LOWsrc/i18n/locales/vi/common.json1936 "placeholder": "Tìm ký hiệu…",CODE
LOWsrc/i18n/locales/vi/common.json1953 "placeholder": "Tìm kiếm hoặc nhập lệnh…",CODE
LOWsrc/i18n/locales/vi/common.json1989 "placeholder": "Tìm kiếm phiên Agent..."CODE
LOWsrc/i18n/locales/vi/common.json1994 "placeholder": "Search across all sessions..."CODE
LOWsrc/i18n/locales/vi/integrations.json429 "placeholder": "ví dụ: claude-sonnet-4-5, gpt-4o...",CODE
LOWsrc/i18n/locales/vi/integrations.json2143 "placeholder": "Tìm kiếm Skills...",CODE
LOWsrc/i18n/locales/vi/projects.json258 "placeholder": "Chọn Work Item để liên kết"CODE
LOWsrc/i18n/locales/vi/projects.json436 "placeholder": "Ngắn gọn (tối đa 120 ký tự)",CODE
LOWsrc/i18n/locales/vi/projects.json729 "placeholder": "Dán Token truy cập cá nhân của bạn",CODE
LOWsrc/i18n/locales/ja/sessions.json92 "placeholder": "ファイルパスでセッションを検索",CODE
LOWsrc/i18n/locales/ja/sessions.json968 "placeholder": "プロンプトを入力 — Cursor プローブインスタンスに送信されます。",CODE
LOWsrc/i18n/locales/ja/settings.json483 "placeholder": "モデルを選択"CODE
172 more matches not shown…
Verbosity Indicators51 hits · 100 pts
SeverityFileLineSnippetContext
LOWsrc-tauri/crates/git-api/src/commands/ai.rs212 // Step 1: Direct API key providers (cheapest first)COMMENT
LOWsrc-tauri/crates/git-api/src/commands/ai.rs237 // Step 2: CLI agent fallback — use stored api_key via standard provider APIsCOMMENT
LOWsrc-tauri/crates/git-api/src/commands/ai.rs318 // Step 3: Cursor session token → Connect RPC to Cursor's StreamChat APICOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs127 // Step 1: Get available toolsCOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs152 // Step 2: Deduplicate Python toolsCOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs166 // Step 3: Build jobsCOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs210 // Step 4: Execute jobs with concurrency controlCOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs294 // Step 5: Build summaryCOMMENT
LOWsrc-tauri/crates/integrations/src/proxy/mod.rs279 // Step 1: Generate CA if neededCOMMENT
LOWsrc-tauri/crates/integrations/src/proxy/mod.rs282 // Step 2: Already trusted?COMMENT
LOWsrc-tauri/crates/integrations/src/proxy/mod.rs291 // Step 3: Try automatic installCOMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs324 // Step 1: Try magic bytes detectionCOMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs333 // Step 2: Fall back to existing SIMD + ratio detectionCOMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs373 // Step 1: Try magic bytes detection (most reliable)COMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs382 // Step 2: Extension checkCOMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs395 // Step 3: Content analysis (null bytes + ratio)COMMENT
LOWsrc-tauri/crates/e2e-test/src/sync_webhook.rs327 // Step 1: deliver a signed delivery so the freshnessCOMMENT
LOWsrc-tauri/crates/e2e-test/src/sync_webhook.rs335 // Step 2: simulate "10 minutes elapsed without anotherCOMMENT
LOW…rates/agent-core/src/foundation/security/policy/mod.rs302 // Step 1: Check blocklist first — blocked commands are always deniedCOMMENT
LOW…rates/agent-core/src/foundation/security/policy/mod.rs307 // Step 2: Check explicit confirmation patterns.COMMENT
LOW…rates/agent-core/src/foundation/security/policy/mod.rs315 // Step 3: Classify risk for command-policy checks.COMMENT
LOW…-tauri/src/agent_sessions/event_pipeline/pagination.rs100 // Step 1: FilterCOMMENT
LOW…-tauri/src/agent_sessions/event_pipeline/pagination.rs118 // Step 2: Find cursor positionCOMMENT
LOW…-tauri/src/agent_sessions/event_pipeline/pagination.rs125 // Step 3: Slice based on directionCOMMENT
LOW…-tauri/src/agent_sessions/event_pipeline/pagination.rs161 // Step 4: Build cursorsCOMMENT
LOW…gent_sessions/event_pipeline/ingestion/consolidator.rs22 // Step 0: filter empty/invalidCOMMENT
LOWsrc-tauri/src/api/agent/test/sync.rs820 // Step 1: write the work item itself. The Frontmatter `id`COMMENT
LOWsrc-tauri/src/api/agent/test/sync.rs862 // Step 2: stamp the per-field watermark to (`local`, `local_mtime`)COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs141 // Step 1: file-history TTL (30d) — drops entire session dirs + DB rows.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs147 // Step 2: per-session manifest cap on everything that survived TTL.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs158 // Step 3: log files older than LOG_TTL_DAYS.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs164 // Step 4: orphan per-session dirs whose owning session is no longer inCOMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs225 // Step 5: screenshots TTL — diagnostic-only files, aged aggressively.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs231 // Step 6: oversized tool-result spill TTL (recursive per-session dirs).COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs237 // Step 7: Plan-mode plan markdown TTL (recursive — nested per-agent dirs).COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs243 // Step 8: Merkle snapshot TTL — pruned snapshots auto-rebuild on next access.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs249 // Step 9: session-image orphan eviction — files whose filename noCOMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs256 // Step 10: session-cache TTL — drops `sessions`/`events` rows olderCOMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts78 // Step 1: Background color (normalized)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts83 // Step 2: Blur effect (simulated as 50% blend toward mid-gray)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts91 // Step 3: Material base layer (semi-transparent white/gray overlay)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts108 // Step 4: Tint overlay (very subtle - 1.5-3% opacity)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts120 // Step 5: Vibrancy adjustments (brightness + contrast)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts133 // Step 6: Specular highlight boost (top portion gets brighter)COMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts142 // Step 1: Find which lane this commit belongs toCOMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts152 // Step 2: Draw incoming line from above (skip for first row)COMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts162 // Step 3: Draw pass-through lines for other active lanesCOMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts180 // Step 4: Process parentsCOMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts234 // Step 5: Compact lanesCOMMENT
LOWsrc/store/session/__tests__/planApprovalAtom.test.ts274 // Step 1: live WS push sets R2COMMENT
LOWsrc/store/session/__tests__/planApprovalAtom.test.ts278 // Step 2: stale cold-start RPC resolves with R1 — must be ignoredCOMMENT
Structural Annotation Overuse51 hits · 100 pts
SeverityFileLineSnippetContext
LOWsrc-tauri/crates/git-api/src/commands/ai.rs212 // Step 1: Direct API key providers (cheapest first)COMMENT
LOWsrc-tauri/crates/git-api/src/commands/ai.rs237 // Step 2: CLI agent fallback — use stored api_key via standard provider APIsCOMMENT
LOWsrc-tauri/crates/git-api/src/commands/ai.rs318 // Step 3: Cursor session token → Connect RPC to Cursor's StreamChat APICOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs127 // Step 1: Get available toolsCOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs152 // Step 2: Deduplicate Python toolsCOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs166 // Step 3: Build jobsCOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs210 // Step 4: Execute jobs with concurrency controlCOMMENT
LOWsrc-tauri/crates/lsp/src/workspace_scan/orchestrator.rs294 // Step 5: Build summaryCOMMENT
LOWsrc-tauri/crates/integrations/src/proxy/mod.rs279 // Step 1: Generate CA if neededCOMMENT
LOWsrc-tauri/crates/integrations/src/proxy/mod.rs282 // Step 2: Already trusted?COMMENT
LOWsrc-tauri/crates/integrations/src/proxy/mod.rs291 // Step 3: Try automatic installCOMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs324 // Step 1: Try magic bytes detectionCOMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs333 // Step 2: Fall back to existing SIMD + ratio detectionCOMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs373 // Step 1: Try magic bytes detection (most reliable)COMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs382 // Step 2: Extension checkCOMMENT
LOWsrc-tauri/crates/perf-utils/src/binary_detection.rs395 // Step 3: Content analysis (null bytes + ratio)COMMENT
LOWsrc-tauri/crates/e2e-test/src/sync_webhook.rs327 // Step 1: deliver a signed delivery so the freshnessCOMMENT
LOWsrc-tauri/crates/e2e-test/src/sync_webhook.rs335 // Step 2: simulate "10 minutes elapsed without anotherCOMMENT
LOW…rates/agent-core/src/foundation/security/policy/mod.rs302 // Step 1: Check blocklist first — blocked commands are always deniedCOMMENT
LOW…rates/agent-core/src/foundation/security/policy/mod.rs307 // Step 2: Check explicit confirmation patterns.COMMENT
LOW…rates/agent-core/src/foundation/security/policy/mod.rs315 // Step 3: Classify risk for command-policy checks.COMMENT
LOW…-tauri/src/agent_sessions/event_pipeline/pagination.rs100 // Step 1: FilterCOMMENT
LOW…-tauri/src/agent_sessions/event_pipeline/pagination.rs118 // Step 2: Find cursor positionCOMMENT
LOW…-tauri/src/agent_sessions/event_pipeline/pagination.rs125 // Step 3: Slice based on directionCOMMENT
LOW…-tauri/src/agent_sessions/event_pipeline/pagination.rs161 // Step 4: Build cursorsCOMMENT
LOW…gent_sessions/event_pipeline/ingestion/consolidator.rs22 // Step 0: filter empty/invalidCOMMENT
LOWsrc-tauri/src/api/agent/test/sync.rs820 // Step 1: write the work item itself. The Frontmatter `id`COMMENT
LOWsrc-tauri/src/api/agent/test/sync.rs862 // Step 2: stamp the per-field watermark to (`local`, `local_mtime`)COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs141 // Step 1: file-history TTL (30d) — drops entire session dirs + DB rows.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs147 // Step 2: per-session manifest cap on everything that survived TTL.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs158 // Step 3: log files older than LOG_TTL_DAYS.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs164 // Step 4: orphan per-session dirs whose owning session is no longer inCOMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs225 // Step 5: screenshots TTL — diagnostic-only files, aged aggressively.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs231 // Step 6: oversized tool-result spill TTL (recursive per-session dirs).COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs237 // Step 7: Plan-mode plan markdown TTL (recursive — nested per-agent dirs).COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs243 // Step 8: Merkle snapshot TTL — pruned snapshots auto-rebuild on next access.COMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs249 // Step 9: session-image orphan eviction — files whose filename noCOMMENT
LOWsrc-tauri/src/infrastructure/housekeeping.rs256 // Step 10: session-cache TTL — drops `sessions`/`events` rows olderCOMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts78 // Step 1: Background color (normalized)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts83 // Step 2: Blur effect (simulated as 50% blend toward mid-gray)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts91 // Step 3: Material base layer (semi-transparent white/gray overlay)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts108 // Step 4: Tint overlay (very subtle - 1.5-3% opacity)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts120 // Step 5: Vibrancy adjustments (brightness + contrast)COMMENT
LOWsrc/util/ui/theme/toolbarTheme.ts133 // Step 6: Specular highlight boost (top portion gets brighter)COMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts142 // Step 1: Find which lane this commit belongs toCOMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts152 // Step 2: Draw incoming line from above (skip for first row)COMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts162 // Step 3: Draw pass-through lines for other active lanesCOMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts180 // Step 4: Process parentsCOMMENT
LOW…rimarySidebar/content/GitHistoryContent/graphLayout.ts234 // Step 5: Compact lanesCOMMENT
LOWsrc/store/session/__tests__/planApprovalAtom.test.ts274 // Step 1: live WS push sets R2COMMENT
LOWsrc/store/session/__tests__/planApprovalAtom.test.ts278 // Step 2: stale cold-start RPC resolves with R1 — must be ignoredCOMMENT
Modern AI Meta-Vocabulary22 hits · 66 pts
SeverityFileLineSnippetContext
MEDIUM.orgii/skills/e2e-testing/SKILL.md177## Result-driven orchestration regressionsCOMMENT
MEDIUMdocs/cloud-architecture-and-scalability.md163### Client discipline: strictly event-drivenCOMMENT
MEDIUMdocs/contributing/wiki/Architecture-Overview.md54### `src/scaffold/` — App shellCOMMENT
MEDIUM…cture-audit-2026-06-17/chatpanel-architecture-audit.md199### 🟢 Low risk: documentation / guardrailsCOMMENT
MEDIUMsrc-tauri/crates/orgtrack-core/src/sources/qoder/mod.rs1//! Qoder (Alibaba's agentic IDE, VS Code family) imported history reader.COMMENT
MEDIUM…/orgtrack-core/src/sources/cursor_cli/history_tests.rs76 r#"{"role":"system","content":"You are a powerful agentic AI coding assistant."}"#,CODE
MEDIUM…/orgtrack-core/src/sources/cursor_cli/history_tests.rs199 // scaffold are stripped, and the loop re-injection is collapsed.COMMENT
MEDIUM…/orgtrack-core/src/sources/cursor_cli/history_tests.rs251 // Element-picker form: request extracted, injected scaffold dropped.COMMENT
MEDIUM…es/orgtrack-core/src/sources/cursor_cli/history/mod.rs32//! `USER REQUEST:` / `--- Model: …` / element-picker scaffold, sometimesCOMMENT
MEDIUMsrc-tauri/crates/agent-core/Cargo.toml40# Sibling subsystems that agent_core orchestrates over. Each is a leafCOMMENT
MEDIUM…ri/crates/agent-core/src/core/turn_executor/execute.rs1//! The core agentic turn loop: `execute_turn` plus its two private helpers.COMMENT
MEDIUM…ri/crates/agent-core/src/core/turn_executor/execute.rs45/// This is the generic agentic loop shared by all agent sessions.COMMENT
MEDIUM…ri/crates/agent-core/src/core/turn_executor/execute.rs126 // helps a single long agentic run (the observed "created 0/5, finishedCOMMENT
MEDIUM…ri/crates/agent-core/src/core/turn_executor/execute.rs255 // coarse for a fast agentic loop doing dozens of clicks in minutes.COMMENT
MEDIUM…-tauri/crates/agent-core/src/core/turn_executor/mod.rs1//! Reusable agentic turn processor.COMMENT
MEDIUM…ates/agent-core/src/core/model_context/microcompact.rs11//! gets sent. Within a fast agentic loop (gap < threshold) we skip MCCOMMENT
MEDIUM…ates/agent-core/src/core/model_context/microcompact.rs121/// message exceeds `config.gap_threshold_secs`. Within a fast agenticCOMMENT
MEDIUM…ates/agent-core/src/core/model_context/microcompact.rs235/// (~100–500 KB base64), and a long agentic loop easily produces 20+.COMMENT
MEDIUM…ates/agent-core/src/core/model_context/microcompact.rs256/// agentic loop doing 30 clicks in 5 minutes.COMMENT
MEDIUM…t-core/src/core/providers/anthropic_native/messages.rs277 // 3-breakpoint Anthropic agentic-loop pattern. Without BP3 the entireCOMMENT
MEDIUM…agent-core/src/core/session/prompt/section_builders.rs183 // a normal agentic loop. Aligning the rounding to the cache TTLCOMMENT
MEDIUMsrc/components/ModelIcon/config.ts588 // Qoder IDE (Alibaba's agentic IDE)COMMENT
Hallucination Indicators5 hits · 50 pts
SeverityFileLineSnippetContext
CRITICAL…s/agent-core/src/core/session/turn/processor/prompt.rs340 if !self.runtime.resolved.skills.source_dirs.is_empty() {CODE
CRITICAL…agent-core/src/core/session/turn/processor/prefetch.rs340 let disabled_skills = self.runtime.resolved.skills.disabled.clone();CODE
CRITICAL…agent-core/src/core/session/turn/processor/prefetch.rs341 let source_dirs = self.runtime.resolved.skills.source_dirs.clone();CODE
CRITICALsrc/modules/MainApp/shared/economyRouteConfig.ts3export const ECONOMY_ROOT_PATH = ROUTES.app.market.tokenMarket.path.slice(CODE
CRITICALsrc/modules/MainApp/shared/economyRouteConfig.ts5 ROUTES.app.market.tokenMarket.path.lastIndexOf("/")CODE
AI Slop Vocabulary7 hits · 17 pts
SeverityFileLineSnippetContext
MEDIUMsrc-tauri/crates/bin-provider-key-check/Cargo.toml7# Headless provider API key validation harness. Reuses `key_vault`'sCOMMENT
MEDIUM…uri/crates/orgtrack-core/src/sources/codex/app/meta.rs58 // Session totals are accumulated from per-round deltas (robust to codex'sCOMMENT
MEDIUMsrc-tauri/src/agent_sessions/cli/parsers/opencode.rs51 || value.starts_with("# comprehensive `")CODE
MEDIUMsrc-tauri/src/agent_sessions/cli/parsers/opencode.rs52 || value.starts_with("# comprehensive .rs")CODE
MEDIUM…t_sessions/event_pipeline/ingestion/prompt_backfill.rs21 || value.starts_with("# comprehensive `")CODE
MEDIUM…t_sessions/event_pipeline/ingestion/prompt_backfill.rs22 || value.starts_with("# comprehensive .rs")CODE
MEDIUM…Panel/events/interactive_events/ask-question/index.tsx84// anchors, which is robust against answer text containing `", "`, commas,COMMENT
Unused Imports15 hits · 15 pts
SeverityFileLineSnippetContext
LOWtests/blackboard-poc/run.py12CODE
LOWtests/blackboard-poc/test_dry_run.py18CODE
LOWtests/blackboard-poc/test_dry_run.py22CODE
LOWtests/blackboard-poc/run_tests.py17CODE
LOWtests/blackboard-poc/memory.py12CODE
LOWtests/blackboard-poc/blackboard.py16CODE
LOWtests/blackboard-poc/tools.py13CODE
LOWtests/blackboard-poc/trajectory.py6CODE
LOWtests/blackboard-poc/orchestrator.py15CODE
LOWtests/blackboard-poc/orchestrator.py22CODE
LOWtests/blackboard-poc/agent.py12CODE
LOWtests/blackboard-poc/worktree.py15CODE
LOWtests/blackboard-poc/worktree.py19CODE
LOWscripts/tools/download_sidecars.py9CODE
LOWsrc-tauri/resources/download_models.py8CODE
Deep Nesting12 hits · 10 pts
SeverityFileLineSnippetContext
LOWtests/blackboard-poc/blackboard.py198CODE
LOWtests/blackboard-poc/blackboard.py485CODE
LOWtests/blackboard-poc/blackboard.py499CODE
LOWtests/blackboard-poc/tools.py406CODE
LOWtests/blackboard-poc/trajectory.py46CODE
LOWtests/blackboard-poc/orchestrator.py323CODE
LOWtests/blackboard-poc/agent.py187CODE
LOWtests/blackboard-poc/agent.py268CODE
LOWtests/blackboard-poc/agent.py348CODE
LOWtests/blackboard-poc/agent.py633CODE
LOWtests/blackboard-poc/agent.py735CODE
LOWtests/blackboard-poc/agent.py854CODE
Excessive Try-Catch Wrapping7 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMtests/blackboard-poc/run_tests.py212 print(f"Error: {exc}")CODE
LOWtests/blackboard-poc/agent.py649 except Exception as exc:CODE
LOWtests/blackboard-poc/agent.py712 except Exception as exc:CODE
LOWtests/blackboard-poc/agent.py875 except Exception as exc:CODE
LOWtests/blackboard-poc/agent.py903 except Exception as exc:CODE
LOWsrc-tauri/resources/download_models.py32 except Exception as e:CODE
LOWsrc-tauri/resources/download_models.py149 except Exception as e:CODE
Synthetic Comment Markers1 hit · 8 pts
SeverityFileLineSnippetContext
HIGH…rates/orgtrack-core/src/sources/claude_code/history.rs1216 // wins, then the AI-generated title, then the derived/summary title,COMMENT
Redundant / Tautological Comments3 hits · 4 pts
SeverityFileLineSnippetContext
LOWscripts/tools/download.py93# Check if the node binary already exists in the current folderCOMMENT
LOW…re/src/core/tools/impls/coding/render_inline_canvas.rs17//! ## Return valueCOMMENT
LOWsrc-tauri/resources/download_models.py113 # Check if already installedCOMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…pty_commands/integration_scripts/shellIntegration.bash4# This file is used as --init-file. It sources the user's login/rcCOMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOWscripts/dev/cpu-monitor.sh10# Usage:COMMENT