OmX - Oh My codeX: Your codex is not alone. Add hooks, agent teams, HUDs, and so much more.
This report presents the forensic synthetic code analysis of Yeachan-Heo/oh-my-codex, a TypeScript project with 31,988 GitHub stars. SynthScan v2.0 examined 375,547 lines of code across 1252 source files, recording 2353 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 6.4 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).
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.
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.
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.
The scanner identified 2353 distinct pattern matches across 11 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | playground/bayesopt_highdim_demo/optimizer.py | 25 | def resolve_active_dimensions(dim: int, raw: Any) -> list[int]: | CODE |
| LOW | playground/adaptive_sort_demo/sort_benchmark.py | 93 | def longest_non_decreasing_run(values: list[int]) -> int: | CODE |
| LOW | docs/pipeline/github-pr-package-identity.md | 146 | async function createPackageIdempotently(issue: Issue, classification: Classification) { | CODE |
| LOW | packages/vscode-extension/src/core.ts | 14 | function extensionBundledCoreModulePath(context: vscode.ExtensionContext): string { | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 579 | function unresolvedReviewBlockedGoals(plan: UltragoalPlan): UltragoalItem[] { | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 583 | function isDesignatedReviewBlockerResolver(goal: UltragoalItem, parent: UltragoalItem | undefined): boolean { | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 589 | function canUseCleanFinalResolverPathForReviewBlockedParent( | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 618 | function buildCompletedLegacyGoalRemediation(goal: UltragoalItem): string { | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 626 | function buildUnavailableCodexGoalRemediation(goal: UltragoalItem): string { | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 634 | function evidenceDescribesCompletedAggregateMicrogoalLoop(evidence: string | undefined): boolean { | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 642 | function isSafeCompletedAggregateBlockerSnapshot( | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 1364 | function sourceReferencesAnyArtifact(source: string, artifacts: readonly string[]): boolean { | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 1368 | function invariantFromInlineDeclaration(line: string): string | undefined { | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 1376 | function extractArchitectureInvariantsFromArtifact(text: string, sourceArtifact: string, sourcePrefix?: string): Require | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 1914 | function codexGoalConductorGuidance(options: CodexGoalInstructionOptions): string { | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 1922 | export function buildCodexGoalInstruction( | CODE |
| LOW⚡ | src/ultragoal/artifacts.ts | 1931 | function buildPerStoryCodexGoalInstruction(goal: UltragoalItem, plan: UltragoalPlan, options: CodexGoalInstructionOption | CODE |
| LOW | src/ultragoal/artifacts.ts | 339 | function normalizeIndentedAtxStorySectionLabel(value: string): string | undefined { | CODE |
| LOW | src/ultragoal/artifacts.ts | 420 | function briefLooksPlanLikeHandoff(lines: readonly string[]): boolean { | CODE |
| LOW | src/ultragoal/artifacts.ts | 428 | function assertSafeImplicitMarkdownGoalCount(brief: string, parsedItems: readonly MarkdownListItem[], parentItems: reado | CODE |
| LOW | src/ultragoal/artifacts.ts | 480 | function objectivesHaveConservativeSpecificTokenOverlap(actual: string, brief: string): boolean { | CODE |
| LOW | src/ultragoal/artifacts.ts | 503 | function classifyExternalAuthorizationBlocker(evidence: string | undefined): ExternalAuthorizationBlocker | null { | CODE |
| LOW | src/ultragoal/artifacts.ts | 547 | function textMentionsUltragoalPlanArtifact(value: string | undefined): boolean { | CODE |
| LOW | src/ultragoal/artifacts.ts | 558 | function textHasCompletionValidationEvidence(value: string | undefined): boolean { | CODE |
| LOW | src/ultragoal/artifacts.ts | 567 | async function snapshotObjectiveMapsToUltragoalPlan(cwd: string, snapshotObjective: string): Promise<boolean> { | CODE |
| LOW | src/ultragoal/artifacts.ts | 602 | async function canReconcileCompletedTaskScopedAggregateSnapshot( | CODE |
| LOW | src/ultragoal/artifacts.ts | 677 | function isLegacyEnumeratedAggregateObjective(objective: string | undefined): boolean { | CODE |
| LOW | src/ultragoal/artifacts.ts | 685 | function compatibleCodexObjectives(plan: UltragoalPlan): string[] { | CODE |
| LOW | src/ultragoal/artifacts.ts | 721 | function isCompletionBlockingForFinalCandidate(candidate: UltragoalItem, finalCandidate: UltragoalItem, plan: UltragoalP | CODE |
| LOW | src/ultragoal/artifacts.ts | 740 | export function isFinalRunCompletionCandidate(plan: UltragoalPlan, goal: UltragoalItem): boolean { | CODE |
| LOW | src/ultragoal/artifacts.ts | 941 | export function parseUltragoalSteeringDirective(raw: string): UltragoalSteeringProposal | null { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1011 | function mentionsWeakenedCompletion(...values: Array<string | undefined>): boolean { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1017 | function hasProtectedSteeringPayload(value: unknown): boolean { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1065 | function rawChildGoalsFromProposal(proposal: UltragoalSteeringProposal): unknown[] { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1096 | function revisedObjectiveFromProposal(proposal: UltragoalSteeringProposal): string | undefined { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1102 | export function validateUltragoalSteeringProposal(plan: UltragoalPlan, proposal: UltragoalSteeringProposal): UltragoalSt | CODE |
| LOW | src/ultragoal/artifacts.ts | 1167 | async function readSteeringLedgerEntries(cwd: string): Promise<UltragoalLedgerEntry[]> { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1332 | function requiredInvariantSourceKey(invariant: RequiredArchitectureInvariant): string { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1336 | function uniqueRequiredArchitectureInvariants(invariants: readonly RequiredArchitectureInvariant[]): RequiredArchitectur | CODE |
| LOW | src/ultragoal/artifacts.ts | 1348 | function architectureInvariantSectionSlug(label: string): string { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1403 | function extractArchitectureInvariantsFromBrief(brief: string): RequiredArchitectureInvariant[] { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1407 | function extractArchitectureInvariantsFromAcceptedSteering(entries: readonly UltragoalLedgerEntry[]): RequiredArchitectu | CODE |
| LOW | src/ultragoal/artifacts.ts | 1427 | async function collectRequiredArchitectureInvariants(cwd: string): Promise<RequiredArchitectureInvariant[]> { | CODE |
| LOW | src/ultragoal/artifacts.ts | 1434 | function validateArchitectureInvariantGate(gate: Partial<UltragoalQualityGate>, requiredInvariants: readonly RequiredArc | CODE |
| LOW | src/ultragoal/artifacts.ts | 1836 | export async function recordFinalReviewBlockers(cwd: string, options: RecordFinalReviewBlockersOptions): Promise<{ plan: | CODE |
| LOW | src/ultragoal/artifacts.ts | 1987 | function buildAggregateCodexGoalInstruction(goal: UltragoalItem, plan: UltragoalPlan, options: CodexGoalInstructionOptio | CODE |
| LOW | src/pipeline/orchestrator.ts | 350 | function normalizeHandoffArtifactKeys(artifacts: Record<string, unknown>): Record<string, unknown> { | CODE |
| LOW | src/pipeline/orchestrator.ts | 428 | export function createAutopilotPipelineConfig( | CODE |
| LOW | src/pipeline/orchestrator.ts | 453 | export function createStrictAutopilotStages(): PipelineConfig['stages'] { | CODE |
| LOW | src/pipeline/stages/team-exec.ts | 47 | function normalizePlanningRelativePath(rawPath: string): string { | CODE |
| LOW | src/pipeline/stages/team-exec.ts | 59 | function matchingTestSpecPathsForPrd(artifacts: PlanningArtifacts, prdPath: string): string[] { | CODE |
| LOW | src/pipeline/stages/team-exec.ts | 96 | function readRuntimeLatestPlanningSelection( | CODE |
| LOW | src/pipeline/stages/team-exec.ts | 121 | function readLatestApprovedPlanningSelection( | CODE |
| LOW | src/pipeline/stages/team-exec.ts | 134 | function resolveApprovedTeamPlanPath( | CODE |
| LOW | src/pipeline/stages/team-exec.ts | 166 | function resolveApprovedTeamLaunchFromPlanPath( | CODE |
| LOW | src/pipeline/stages/team-exec.ts | 244 | function buildTeamRuntimeCliLaunchInput(descriptor: TeamExecDescriptor): TeamRuntimeCliLaunchInput { | CODE |
| LOW | src/pipeline/stages/ralplan.ts | 148 | function buildRalplanConsensusGate(runtimeResult: { | CODE |
| LOW | src/pipeline/stages/ralplan.ts | 165 | function hasDurableRalplanConsensusEvidence( | CODE |
| LOW | src/pipeline/stages/deep-interview.ts | 42 | export function buildDeepInterviewInstruction(task: string): string { | CODE |
| LOW | src/pipeline/stages/code-review.ts | 87 | export function buildCodeReviewInstruction(task: string): string { | CODE |
| 2081 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/mcp/code-intel-server.ts | 21 | // ── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/mcp/code-intel-server.ts | 48 | // ── Diagnostics (tsc --noEmit wrapper) ──────────────────────────────────── | COMMENT |
| MEDIUM | src/mcp/code-intel-server.ts | 123 | // ── Symbol extraction (regex-based) ───────────────────────────────────────── | COMMENT |
| MEDIUM | src/mcp/code-intel-server.ts | 183 | // ── AST-grep wrapper ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/mcp/code-intel-server.ts | 273 | // ── Workspace symbol search ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/mcp/code-intel-server.ts | 316 | // ── MCP Server ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/mcp/trace-server.ts | 131 | // ── State file readers for mode timeline ──────────────────────────────────── | COMMENT |
| MEDIUM | src/mcp/trace-server.ts | 180 | // ── Metrics reader ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/mcp/trace-server.ts | 202 | // ── MCP Server ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/cli/index.ts | 3237 | // ── Phase 0.5: config repair ──────────────────────────────────────────── | COMMENT |
| MEDIUM | src/cli/index.ts | 3268 | // ── Phase 1: preLaunch ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/cli/index.ts | 3278 | // ── Phase 2: run ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/cli/index.ts | 3299 | // ── Phase 3: postLaunch ───────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/tmux-session.ts | 439 | // ── Async tmux helpers ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/role-router.ts | 13 | // ─── Layer 1: Prompt Loading ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/role-router.ts | 60 | // ─── Layer 2: Heuristic Role Routing ──────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/scaling.ts | 94 | // ── Environment gate ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/scaling.ts | 119 | // ── Result types ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/scaling.ts | 245 | // ── Scale Up ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/scaling.ts | 727 | // ── Scale Down ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | src/team/scaling.ts | 907 | // ── Helpers ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 151 | // ─── resolveTeamApiOperation ────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 185 | // ─── buildLegacyTeamDeprecationHint ─────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 205 | // ─── constants ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 231 | // ─── validateCommonFields (via executeTeamApiOperation) ─────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 301 | // ─── send-message ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 477 | // ─── broadcast ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 505 | // ─── mailbox-list ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 544 | // ─── mailbox-mark-delivered ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 679 | // ─── mailbox-mark-notified ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 713 | // ─── create-task ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 758 | // ─── read-task ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 796 | // ─── list-tasks ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 950 | // ─── update-task ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1093 | // ─── claim-task ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1133 | // ─── transition-task-status ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1219 | // ─── release-task-claim ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1230 | // ─── read-config ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1265 | // ─── read-manifest ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1286 | // ─── read-worker-status ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1309 | // ─── read-worker-heartbeat ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1332 | // ─── update-worker-heartbeat ────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1355 | // ─── write-worker-inbox ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1378 | // ─── write-worker-identity ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1416 | // ─── append-event ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1447 | // ─── read-events ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1534 | // ─── await-event ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1625 | // ─── read-idle-state ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 1706 | // ─── read-stall-state ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 2075 | // ─── get-summary ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 2109 | // ─── cleanup ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 2293 | // ─── write-shutdown-request ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 2316 | // ─── read-shutdown-ack ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 2351 | // ─── read-monitor-snapshot ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 2372 | // ─── write-monitor-snapshot ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 2403 | // ─── read-task-approval ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 2427 | // ─── write-task-approval ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/api-interop.test.ts | 2470 | // ─── error envelope (catch block) ───────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/scaling.test.ts | 379 | // ── isScalingEnabled ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | src/team/__tests__/scaling.test.ts | 434 | // ── WorkerStatus draining state ─────────────────────────────────────────────── | COMMENT |
| 43 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | plugins/oh-my-codex/skills/skill/SKILL.md | 358 | #### Step 1: Directory Check and Setup | COMMENT |
| LOW | plugins/oh-my-codex/skills/skill/SKILL.md | 382 | #### Step 2: Skill Scan and Inventory | COMMENT |
| LOW | plugins/oh-my-codex/skills/skill/SKILL.md | 441 | #### Step 3: Quick Actions Menu | COMMENT |
| LOW | plugins/oh-my-codex/skills/doctor/SKILL.md | 25 | ### Step 1: Check Plugin Version | COMMENT |
| LOW | plugins/oh-my-codex/skills/doctor/SKILL.md | 56 | ### Step 2: Check Hook Configuration (config.toml + legacy settings.json) | COMMENT |
| LOW | plugins/oh-my-codex/skills/doctor/SKILL.md | 68 | ### Step 3: Check for Legacy Bash Hook Scripts | COMMENT |
| LOW | plugins/oh-my-codex/skills/doctor/SKILL.md | 77 | ### Step 4: Check AGENTS.md | COMMENT |
| LOW | plugins/oh-my-codex/skills/doctor/SKILL.md | 91 | ### Step 5: Check for Stale Plugin Cache | COMMENT |
| LOW | plugins/oh-my-codex/skills/doctor/SKILL.md | 107 | ### Step 6: Check for Legacy Curl-Installed Content | COMMENT |
| LOW | …ns/oh-my-codex/skills/configure-notifications/SKILL.md | 34 | ## Step 1: Inspect Current State | COMMENT |
| LOW | …ns/oh-my-codex/skills/configure-notifications/SKILL.md | 60 | ## Step 2: Main Menu | COMMENT |
| LOW | …ns/oh-my-codex/skills/configure-notifications/SKILL.md | 75 | ## Step 3: Configure Native Platforms (Discord / Telegram / Slack) | COMMENT |
| LOW | …ns/oh-my-codex/skills/configure-notifications/SKILL.md | 86 | ## Step 4: Configure Generic Extensibility | COMMENT |
| LOW | …ns/oh-my-codex/skills/configure-notifications/SKILL.md | 245 | ## Step 5: Cross-Cutting Settings | COMMENT |
| LOW | …ns/oh-my-codex/skills/configure-notifications/SKILL.md | 262 | ## Step 6: Disable All Notifications | COMMENT |
| LOW | …ns/oh-my-codex/skills/configure-notifications/SKILL.md | 268 | ## Step 7: Verification Guidance | COMMENT |
| LOW | skills/skill/SKILL.md | 358 | #### Step 1: Directory Check and Setup | COMMENT |
| LOW | skills/skill/SKILL.md | 382 | #### Step 2: Skill Scan and Inventory | COMMENT |
| LOW | skills/skill/SKILL.md | 441 | #### Step 3: Quick Actions Menu | COMMENT |
| LOW | skills/doctor/SKILL.md | 25 | ### Step 1: Check Plugin Version | COMMENT |
| LOW | skills/doctor/SKILL.md | 56 | ### Step 2: Check Hook Configuration (config.toml + legacy settings.json) | COMMENT |
| LOW | skills/doctor/SKILL.md | 68 | ### Step 3: Check for Legacy Bash Hook Scripts | COMMENT |
| LOW | skills/doctor/SKILL.md | 77 | ### Step 4: Check AGENTS.md | COMMENT |
| LOW | skills/doctor/SKILL.md | 91 | ### Step 5: Check for Stale Plugin Cache | COMMENT |
| LOW | skills/doctor/SKILL.md | 107 | ### Step 6: Check for Legacy Curl-Installed Content | COMMENT |
| LOW | skills/configure-notifications/SKILL.md | 34 | ## Step 1: Inspect Current State | COMMENT |
| LOW | skills/configure-notifications/SKILL.md | 60 | ## Step 2: Main Menu | COMMENT |
| LOW | skills/configure-notifications/SKILL.md | 75 | ## Step 3: Configure Native Platforms (Discord / Telegram / Slack) | COMMENT |
| LOW | skills/configure-notifications/SKILL.md | 86 | ## Step 4: Configure Generic Extensibility | COMMENT |
| LOW | skills/configure-notifications/SKILL.md | 245 | ## Step 5: Cross-Cutting Settings | COMMENT |
| LOW | skills/configure-notifications/SKILL.md | 262 | ## Step 6: Disable All Notifications | COMMENT |
| LOW | skills/configure-notifications/SKILL.md | 268 | ## Step 7: Verification Guidance | COMMENT |
| LOW | src/cli/uninstall.ts | 597 | // Step 1: Clean config.toml | COMMENT |
| LOW | src/cli/uninstall.ts | 613 | // Step 2: Remove installed prompts | COMMENT |
| LOW | src/cli/uninstall.ts | 624 | // Step 3: Remove installed prompts | COMMENT |
| LOW | src/cli/uninstall.ts | 636 | // Step 4: Remove native agent configs | COMMENT |
| LOW | src/cli/uninstall.ts | 647 | // Step 5: Remove installed skills | COMMENT |
| LOW | src/cli/uninstall.ts | 659 | // Step 6: Remove AGENTS.md and optionally .omx/ cache directory | COMMENT |
| LOW⚡ | src/cli/setup.ts | 3052 | // Step 7: Set up notify hook | COMMENT |
| LOW⚡ | src/cli/setup.ts | 3061 | // Step 8: Configure HUD | COMMENT |
| LOW | src/cli/setup.ts | 2243 | // Step 1: Ensure directories exist | COMMENT |
| LOW | src/cli/setup.ts | 2306 | // Step 2: Install agent prompts | COMMENT |
| LOW | src/cli/setup.ts | 2360 | // Step 3: Install skills | COMMENT |
| LOW | src/cli/setup.ts | 2410 | // Step 4: Install native agent configs | COMMENT |
| LOW | src/cli/setup.ts | 2450 | // Step 5: Update config.toml | COMMENT |
| LOW | src/cli/setup.ts | 2733 | // Step 6: Generate AGENTS.md | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/cli/__tests__/launch-fallback.test.ts | 485 | elif [ "$2" = '-p' ] && [ "$5" = '#{session_name}' ]; then | CODE |
| HIGH | src/cli/__tests__/launch-fallback.test.ts | 487 | elif [ "$2" = '-p' ] && [ "$5" = '#{session_attached}' ]; then | CODE |
| HIGH | src/cli/__tests__/launch-fallback.test.ts | 582 | elif [ "$2" = '-p' ] && [ "$5" = '#{session_name}' ]; then | CODE |
| HIGH | src/cli/__tests__/launch-fallback.test.ts | 584 | elif [ "$2" = '-p' ] && [ "$5" = '#{session_attached}' ]; then | CODE |
| HIGH | src/cli/__tests__/launch-fallback.test.ts | 685 | elif [ "$2" = '-p' ] && [ "$5" = '#{session_name}' ]; then | CODE |
| HIGH | src/state/__tests__/planning-gate.test.ts | 235 | print('pwned') | CODE |
| HIGH | src/state/__tests__/planning-gate.test.ts | 508 | print('pwned') | CODE |
| HIGH | src/team/__tests__/tmux-session.test.ts | 538 | elif [ -f "$text_sent_file" ]; then | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | RELEASE_BODY.md | 16 | #3107 (CRLF generated AGENTS marker insertion), #3110 (Ralplan Markdown draft artifact writes), #3111 (legacy multi-agen | COMMENT |
| MEDIUM | docs/release-notes-0.8.7.md | 25 | - [#625](https://github.com/Yeachan-Heo/oh-my-codex/pull/625) — leader-only orchestration boundaries | CODE |
| MEDIUM | docs/release-notes-0.20.1.md | 24 | | `05262a1cb27429c72764dc4ba0b3c96a2e987fa3` | PR #3111 | Stopped seeding legacy multi-agent configuration. | | CODE |
| MEDIUM | docs/qa/release-readiness-0.20.1.md | 25 | | `05262a1cb27429c72764dc4ba0b3c96a2e987fa3` | PR #3111 | `fix: stop seeding legacy multi-agent config (#3111)`; generat | CODE |
| MEDIUM | docs/architecture/cli-first-mcp-taxonomy.md | 3 | Issue #2214 establishes a runtime-support boundary for OMX: **CLI/JSON is the canonical durable runtime and control-plan | CODE |
| MEDIUM | src/config/__tests__/generator-idempotent.test.ts | 585 | "# OMX Native Agent Roles (Codex multi-agent)", | CODE |
| MEDIUM | src/cli/agents-init.ts | 189 | const body = `${parentReference}# ${title}\n\nThis AGENTS.md scopes guidance to \`${relativeDir}\`. Parent AGENTS guid | CODE |
| MEDIUM⚡ | src/scripts/demo-claude-workers.sh | 5 | # This script demonstrates the tmux-based multi-agent orchestration system | COMMENT |
| MEDIUM⚡ | src/scripts/demo-claude-workers.sh | 5 | # This script demonstrates the tmux-based multi-agent orchestration system | COMMENT |
| MEDIUM⚡ | src/scripts/demo-team-e2e.sh | 5 | # This script demonstrates the tmux-based multi-agent orchestration system | COMMENT |
| MEDIUM⚡ | src/scripts/demo-team-e2e.sh | 5 | # This script demonstrates the tmux-based multi-agent orchestration system | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/cli/uninstall.ts | 597 | // Step 1: Clean config.toml | COMMENT |
| LOW | src/cli/uninstall.ts | 613 | // Step 2: Remove installed prompts | COMMENT |
| LOW | src/cli/uninstall.ts | 624 | // Step 3: Remove installed prompts | COMMENT |
| LOW | src/cli/uninstall.ts | 636 | // Step 4: Remove native agent configs | COMMENT |
| LOW | src/cli/uninstall.ts | 647 | // Step 5: Remove installed skills | COMMENT |
| LOW | src/cli/uninstall.ts | 659 | // Step 6: Remove AGENTS.md and optionally .omx/ cache directory | COMMENT |
| LOW⚡ | src/cli/setup.ts | 3052 | // Step 7: Set up notify hook | COMMENT |
| LOW⚡ | src/cli/setup.ts | 3061 | // Step 8: Configure HUD | COMMENT |
| LOW | src/cli/setup.ts | 2243 | // Step 1: Ensure directories exist | COMMENT |
| LOW | src/cli/setup.ts | 2306 | // Step 2: Install agent prompts | COMMENT |
| LOW | src/cli/setup.ts | 2360 | // Step 3: Install skills | COMMENT |
| LOW | src/cli/setup.ts | 2410 | // Step 4: Install native agent configs | COMMENT |
| LOW | src/cli/setup.ts | 2450 | // Step 5: Update config.toml | COMMENT |
| LOW | src/cli/setup.ts | 2733 | // Step 6: Generate AGENTS.md | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | playground/bayesopt_highdim_demo/run_search.py | 1 | CODE | |
| LOW | playground/bayesopt_highdim_demo/problem.py | 1 | CODE | |
| LOW | playground/bayesopt_highdim_demo/optimizer.py | 1 | CODE | |
| LOW | playground/adaptive_sort_demo/sort_benchmark.py | 1 | CODE | |
| LOW | playground/adaptive_sort_demo/sort_benchmark.py | 6 | CODE | |
| LOW | playground/bayesopt_latent_discovery_demo/run_search.py | 1 | CODE | |
| LOW | playground/bayesopt_latent_discovery_demo/problem.py | 1 | CODE | |
| LOW | playground/bayesopt_latent_discovery_demo/optimizer.py | 1 | CODE | |
| LOW | playground/ml_kaggle_demo/train.py | 1 | CODE | |
| LOW | playground/ml_kaggle_demo/model_factory.py | 1 | CODE | |
| LOW | src/scripts/eval/eval-ml-kaggle-model-optimization.py | 1 | CODE | |
| LOW | …c/scripts/eval/eval-noisy-latent-subspace-discovery.py | 1 | CODE | |
| LOW | src/scripts/eval/eval-adaptive-sort-optimization.py | 1 | CODE | |
| LOW | src/scripts/eval/eval-noisy-bayesopt-highdim.py | 1 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | prompts/product-manager.md | 181 | ## PRD: [Feature Name] | COMMENT |
| LOW | src/question/renderer.ts | 361 | envEntries.push(['OMX_QUESTION_RETURN_TARGET', options.returnTarget]); | COMMENT |
| LOW | src/scripts/demo-claude-workers.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | src/scripts/demo-team-e2e.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | src/scripts/codex-native-hook.ts | 3881 | // quoted regex/source value (e.g. `gh issue create --body '...>{1,2}...'` or | COMMENT |
| LOW | src/scripts/codex-native-hook.ts | 7321 | // Leader self-guard: the Main-root Conductor is never a delegated executor. Block it | COMMENT |
| LOW | src/scripts/codex-native-pre-post.ts | 561 | // (`findGitCommandTokenIndex`): after every statement boundary skip leading | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/cli/__tests__/doctor-warning-copy.test.ts | 880 | await writeFile(packagedBinary, '#!/bin/sh\necho "stub harness"\n'); | CODE |
| MEDIUM | src/question/renderer.ts | 372 | // Two properties keep this robust: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/hooks/__tests__/codebase-map.test.ts | 20 | execSync('git config user.email "test@test.com"', { cwd: dir, stdio: 'ignore' }); | CODE |
| LOW | src/hooks/__tests__/codebase-map.test.ts | 117 | execSync('git config user.email "test@test.com"', { cwd: secDir, stdio: 'ignore' }); | CODE |
| LOW | src/hooks/__tests__/codebase-map.test.ts | 140 | execSync('git config user.email "test@test.com"', { cwd: cacheDir, stdio: 'ignore' }); | CODE |
| LOW | src/hooks/__tests__/codebase-map.test.ts | 164 | execSync('git config user.email "test@test.com"', { cwd: cacheDir, stdio: 'ignore' }); | CODE |
| LOW | src/autopilot/__tests__/deep-interview-gate.test.ts | 165 | execution_contract: 'placeholder', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/scripts/demo-claude-workers.sh | 12 | # Usage: | COMMENT |
| LOW⚡ | src/scripts/demo-team-e2e.sh | 9 | # Usage: | COMMENT |