Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1
This report presents the forensic synthetic code analysis of shareAI-lab/learn-claude-code, a Python project with 70,921 GitHub stars. SynthScan v2.0 examined 59,034 lines of code across 262 source files, recording 389 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 12.5 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 389 distinct pattern matches across 15 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 |
|---|---|---|---|---|
| MEDIUM | s05_todo_write/code.py | 60 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s05_todo_write/code.py | 62 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | s05_todo_write/code.py | 120 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | s05_todo_write/code.py | 122 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s05_todo_write/code.py | 179 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s05_todo_write/code.py | 181 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s05_todo_write/code.py | 231 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s05_todo_write/code.py | 233 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s01_agent_loop/code.py | 56 | # ── Tool definition: just bash ──────────────────────────── | COMMENT |
| MEDIUM | s01_agent_loop/code.py | 68 | # ── Tool execution ──────────────────────────────────────── | COMMENT |
| MEDIUM | s01_agent_loop/code.py | 116 | # ── Entry point ────────────────────────────────────────── | COMMENT |
| MEDIUM | s09_memory/code.py | 52 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s09_memory/code.py | 54 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s09_memory/code.py | 354 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s09_memory/code.py | 356 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s09_memory/code.py | 444 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s09_memory/code.py | 446 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s09_memory/code.py | 552 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s09_memory/code.py | 554 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s09_memory/code.py | 577 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s09_memory/code.py | 579 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s07_skill_loading/code.py | 112 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s07_skill_loading/code.py | 114 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s07_skill_loading/code.py | 210 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s07_skill_loading/code.py | 212 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | s07_skill_loading/code.py | 265 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | s07_skill_loading/code.py | 267 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | s07_skill_loading/code.py | 277 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | s07_skill_loading/code.py | 279 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s07_skill_loading/code.py | 308 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s07_skill_loading/code.py | 310 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s07_skill_loading/code.py | 355 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s07_skill_loading/code.py | 357 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s06_subagent/code.py | 65 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s06_subagent/code.py | 67 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s06_subagent/code.py | 178 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s06_subagent/code.py | 180 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s06_subagent/code.py | 260 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s06_subagent/code.py | 262 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s06_subagent/code.py | 311 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s06_subagent/code.py | 313 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s04_hooks/code.py | 77 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s04_hooks/code.py | 79 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s04_hooks/code.py | 155 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s04_hooks/code.py | 157 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s04_hooks/code.py | 232 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s04_hooks/code.py | 236 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 120 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 122 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 206 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 208 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 261 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 263 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 394 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 396 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 448 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s08_context_compact/code.py | 450 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s02_tool_use/code.py | 42 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s02_tool_use/code.py | 44 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | s02_tool_use/code.py | 62 | # ═══════════════════════════════════════════════════════════ | COMMENT |
| 29 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | s13_background_tasks/code.py | 201 | except Exception as e: | CODE |
| LOW | s13_background_tasks/code.py | 211 | except Exception as e: | CODE |
| LOW | s13_background_tasks/code.py | 417 | except Exception as e: | CODE |
| LOW | s19_mcp_plugin/code.py | 211 | except Exception: | CODE |
| LOW | s19_mcp_plugin/code.py | 299 | except Exception as e: | CODE |
| LOW | s19_mcp_plugin/code.py | 309 | except Exception as e: | CODE |
| LOW | s19_mcp_plugin/code.py | 577 | except Exception: | CODE |
| LOW | s19_mcp_plugin/code.py | 679 | except Exception as e: | CODE |
| LOW | s19_mcp_plugin/code.py | 970 | except Exception as e: | CODE |
| LOW | s05_todo_write/code.py | 85 | except Exception as e: | CODE |
| LOW | s05_todo_write/code.py | 94 | except Exception as e: | CODE |
| LOW | s05_todo_write/code.py | 105 | except Exception as e: | CODE |
| LOW⚡ | s05_todo_write/code.py | 116 | except Exception as e: | CODE |
| LOW | s15_agent_teams/code.py | 203 | except Exception as e: | CODE |
| LOW | s15_agent_teams/code.py | 213 | except Exception as e: | CODE |
| LOW | s15_agent_teams/code.py | 491 | except Exception: | CODE |
| LOW | s15_agent_teams/code.py | 548 | except Exception as e: | CODE |
| LOW | s15_agent_teams/code.py | 693 | except Exception: | CODE |
| LOW | s15_agent_teams/code.py | 875 | except Exception as e: | CODE |
| LOW | s10_system_prompt/code.py | 120 | except Exception as e: | CODE |
| LOW | s10_system_prompt/code.py | 130 | except Exception as e: | CODE |
| LOW | s17_autonomous_agents/code.py | 199 | except Exception as e: | CODE |
| LOW | s17_autonomous_agents/code.py | 209 | except Exception as e: | CODE |
| LOW | s17_autonomous_agents/code.py | 481 | except Exception: | CODE |
| LOW | s17_autonomous_agents/code.py | 760 | except Exception as e: | CODE |
| LOW | s18_worktree_isolation/code.py | 225 | except Exception: | CODE |
| LOW | s18_worktree_isolation/code.py | 327 | except Exception as e: | CODE |
| LOW | s18_worktree_isolation/code.py | 337 | except Exception as e: | CODE |
| LOW | s18_worktree_isolation/code.py | 645 | except Exception: | CODE |
| LOW | s18_worktree_isolation/code.py | 945 | except Exception as e: | CODE |
| LOW | s14_cron_scheduler/README.en.md | 129 | except Exception as e: | CODE |
| LOW | s14_cron_scheduler/code.py | 204 | except Exception as e: | CODE |
| LOW | s14_cron_scheduler/code.py | 214 | except Exception as e: | CODE |
| LOW | s14_cron_scheduler/code.py | 484 | except Exception: | CODE |
| LOW | s14_cron_scheduler/code.py | 541 | except Exception as e: | CODE |
| LOW | s14_cron_scheduler/code.py | 700 | except Exception as e: | CODE |
| LOW | s14_cron_scheduler/README.md | 129 | except Exception as e: | CODE |
| LOW | s14_cron_scheduler/README.ja.md | 129 | except Exception as e: | CODE |
| LOW | agents/s_full.py | 98 | except Exception as e: | CODE |
| LOW | agents/s_full.py | 107 | except Exception as e: | CODE |
| LOW | agents/s_full.py | 118 | except Exception as e: | CODE |
| LOW | agents/s_full.py | 345 | except Exception as e: | CODE |
| LOW | agents/s_full.py | 468 | except Exception: | CODE |
| LOW | agents/s_full.py | 690 | except Exception as e: | CODE |
| LOW | agents/s03_todo_write.py | 117 | except Exception as e: | CODE |
| LOW | agents/s03_todo_write.py | 126 | except Exception as e: | CODE |
| LOW | agents/s03_todo_write.py | 137 | except Exception as e: | CODE |
| LOW | agents/s03_todo_write.py | 182 | except Exception as e: | CODE |
| LOW | agents/s06_context_compact.py | 159 | except Exception as e: | CODE |
| LOW | agents/s06_context_compact.py | 168 | except Exception as e: | CODE |
| LOW | agents/s06_context_compact.py | 179 | except Exception as e: | CODE |
| LOW | agents/s06_context_compact.py | 233 | except Exception as e: | CODE |
| LOW | agents/s08_background_tasks.py | 78 | except Exception as e: | CODE |
| LOW | agents/s08_background_tasks.py | 139 | except Exception as e: | CODE |
| LOW | agents/s08_background_tasks.py | 148 | except Exception as e: | CODE |
| LOW | agents/s08_background_tasks.py | 159 | except Exception as e: | CODE |
| LOW | agents/s08_background_tasks.py | 210 | except Exception as e: | CODE |
| LOW | agents/s04_subagent.py | 73 | except Exception as e: | CODE |
| LOW | agents/s04_subagent.py | 82 | except Exception as e: | CODE |
| LOW | agents/s04_subagent.py | 93 | except Exception as e: | CODE |
| 110 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | s13_background_tasks/README.en.md | 0 | model explicit request takes priority; fallback to heuristic. | STRING |
| HIGH | s13_background_tasks/code.py | 0 | model explicit request takes priority; fallback to heuristic. | STRING |
| HIGH | s13_background_tasks/README.md | 0 | model explicit request takes priority; fallback to heuristic. | STRING |
| HIGH | s13_background_tasks/README.ja.md | 0 | model explicit request takes priority; fallback to heuristic. | STRING |
| HIGH | s15_agent_teams/code.py | 0 | model explicit request takes priority; fallback to heuristic. | STRING |
| HIGH | s14_cron_scheduler/code.py | 0 | model explicit request takes priority; fallback to heuristic. | STRING |
| HIGH | s16_team_protocols/code.py | 0 | model explicit request takes priority; fallback to heuristic. | STRING |
| HIGH | s13_background_tasks/README.en.md | 0 | run tool in a daemon thread. returns background task id. | STRING |
| HIGH | s13_background_tasks/code.py | 0 | run tool in a daemon thread. returns background task id. | STRING |
| HIGH | s13_background_tasks/README.md | 0 | run tool in a daemon thread. returns background task id. | STRING |
| HIGH | s13_background_tasks/README.ja.md | 0 | run tool in a daemon thread. returns background task id. | STRING |
| HIGH | s15_agent_teams/code.py | 0 | run tool in a daemon thread. returns background task id. | STRING |
| HIGH | s14_cron_scheduler/code.py | 0 | run tool in a daemon thread. returns background task id. | STRING |
| HIGH | s16_team_protocols/code.py | 0 | run tool in a daemon thread. returns background task id. | STRING |
| HIGH | s13_background_tasks/README.en.md | 0 | collect completed background results as task_notification messages. | STRING |
| HIGH | s13_background_tasks/README.md | 0 | collect completed background results as task_notification messages. | STRING |
| HIGH | s13_background_tasks/README.ja.md | 0 | collect completed background results as task_notification messages. | STRING |
| HIGH | s13_background_tasks/code.py | 0 | collect completed background results as task_notification messages. | STRING |
| HIGH | s15_agent_teams/code.py | 0 | collect completed background results as task_notification messages. | STRING |
| HIGH | s14_cron_scheduler/code.py | 0 | collect completed background results as task_notification messages. | STRING |
| HIGH | s16_team_protocols/code.py | 0 | collect completed background results as task_notification messages. | STRING |
| HIGH | s13_background_tasks/code.py | 0 | check if all blockedby dependencies are completed. missing dependencies are treated as blocked. | STRING |
| HIGH | s15_agent_teams/code.py | 0 | check if all blockedby dependencies are completed. missing dependencies are treated as blocked. | STRING |
| HIGH | s14_cron_scheduler/code.py | 0 | check if all blockedby dependencies are completed. missing dependencies are treated as blocked. | STRING |
| HIGH | s16_team_protocols/code.py | 0 | check if all blockedby dependencies are completed. missing dependencies are treated as blocked. | STRING |
| HIGH | s12_task_system/code.py | 0 | check if all blockedby dependencies are completed. missing dependencies are treated as blocked. | STRING |
| HIGH | docs/ja/s05-skill-loading.md | 0 | you are a coding agent at {workdir}. skills available: {skill_loader.get_descriptions()} | STRING |
| HIGH | docs/zh/s05-skill-loading.md | 0 | you are a coding agent at {workdir}. skills available: {skill_loader.get_descriptions()} | STRING |
| HIGH | docs/en/s05-skill-loading.md | 0 | you are a coding agent at {workdir}. skills available: {skill_loader.get_descriptions()} | STRING |
| HIGH | s04_hooks/README.en.md | 0 | inject current working directory info into every prompt. | STRING |
| HIGH | s04_hooks/README.md | 0 | inject current working directory info into every prompt. | STRING |
| HIGH | s04_hooks/README.ja.md | 0 | inject current working directory info into every prompt. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | s19_mcp_plugin/code.py | 404 | CODE | |
| LOW | s19_mcp_plugin/code.py | 437 | CODE | |
| LOW | s19_mcp_plugin/code.py | 461 | CODE | |
| LOW | s15_agent_teams/code.py | 526 | CODE | |
| LOW | s15_agent_teams/code.py | 643 | CODE | |
| LOW | s15_agent_teams/code.py | 655 | CODE | |
| LOW | s17_autonomous_agents/code.py | 304 | CODE | |
| LOW | s17_autonomous_agents/code.py | 350 | CODE | |
| LOW | s17_autonomous_agents/code.py | 383 | CODE | |
| LOW | s18_worktree_isolation/code.py | 442 | CODE | |
| LOW | s18_worktree_isolation/code.py | 489 | CODE | |
| LOW | s18_worktree_isolation/code.py | 521 | CODE | |
| LOW | s14_cron_scheduler/code.py | 519 | CODE | |
| LOW | agents/s_full.py | 230 | CODE | |
| LOW | agents/s_full.py | 654 | CODE | |
| LOW | agents/s_full.py | 200 | CODE | |
| LOW | agents/s_full.py | 287 | CODE | |
| LOW | agents/s_full.py | 441 | CODE | |
| LOW | agents/s03_todo_write.py | 164 | CODE | |
| LOW | agents/s06_context_compact.py | 69 | CODE | |
| LOW | agents/s06_context_compact.py | 205 | CODE | |
| LOW | agents/s08_background_tasks.py | 188 | CODE | |
| LOW | agents/s04_subagent.py | 146 | CODE | |
| LOW | agents/s07_task_system.py | 204 | CODE | |
| LOW | agents/s09_agent_teams.py | 345 | CODE | |
| LOW | agents/s05_skill_loading.py | 188 | CODE | |
| LOW | agents/s10_team_protocols.py | 426 | CODE | |
| LOW | agents/s10_team_protocols.py | 176 | CODE | |
| LOW | agents/s11_autonomous_agents.py | 520 | CODE | |
| LOW | agents/s11_autonomous_agents.py | 216 | CODE | |
| LOW | agents/s12_worktree_task_isolation.py | 729 | CODE | |
| LOW | s09_memory/code.py | 132 | CODE | |
| LOW | s09_memory/code.py | 417 | CODE | |
| LOW | s07_skill_loading/code.py | 229 | CODE | |
| LOW | s06_subagent/code.py | 207 | CODE | |
| LOW | s16_team_protocols/code.py | 440 | CODE | |
| LOW | s16_team_protocols/code.py | 477 | CODE | |
| LOW | s04_hooks/code.py | 176 | CODE | |
| LOW | s08_context_compact/code.py | 225 | CODE | |
| LOW | s20_comprehensive/code.py | 585 | CODE | |
| LOW | s20_comprehensive/code.py | 624 | CODE | |
| LOW | s20_comprehensive/code.py | 1222 | CODE | |
| LOW | s20_comprehensive/code.py | 1477 | CODE | |
| LOW | s20_comprehensive/code.py | 653 | CODE | |
| LOW | s11_error_recovery/code.py | 182 | CODE | |
| LOW | s11_error_recovery/code.py | 265 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | s13_background_tasks/README.en.md | 106 | def collect_background_results() -> list[str]: | CODE |
| LOW | s13_background_tasks/code.py | 369 | def collect_background_results() -> list[str]: | CODE |
| LOW | s13_background_tasks/README.md | 106 | def collect_background_results() -> list[str]: | CODE |
| LOW | s13_background_tasks/README.ja.md | 106 | def collect_background_results() -> list[str]: | CODE |
| LOW | s15_agent_teams/code.py | 324 | def collect_background_results() -> list[str]: | CODE |
| LOW | …b/src/components/visualizations/s11-error-recovery.tsx | 289 | export default function ErrorRecoveryVisualization({ title }: { title?: string }) { | CODE |
| LOW | …b/src/components/visualizations/s14-cron-scheduler.tsx | 113 | export default function CronSchedulerVisualization({ title }: { title?: string }) { | CODE |
| LOW | web/src/components/visualizations/s20-comprehensive.tsx | 276 | export default function ComprehensiveVisualization({ title }: { title?: string }) { | CODE |
| LOW | web/src/components/visualizations/s10-system-prompt.tsx | 201 | export default function SystemPromptVisualization({ title }: { title?: string }) { | CODE |
| LOW | tests/test_agents_smoke.py | 18 | def test_agent_scripts_compile(agent_path: Path) -> None: | CODE |
| LOW | tests/test_compaction_tool_pairs.py | 99 | def assert_no_orphan_tool_results(testcase, messages): | CODE |
| LOW | tests/test_compaction_tool_pairs.py | 111 | def test_snip_compact_keeps_head_tool_pair(self): | CODE |
| LOW | tests/test_compaction_tool_pairs.py | 136 | def test_snip_compact_keeps_tail_tool_pair(self): | CODE |
| LOW | tests/test_compaction_tool_pairs.py | 159 | def test_reactive_compact_keeps_tail_tool_pair(self): | CODE |
| LOW | tests/test_compaction_tool_pairs.py | 181 | def test_reactive_compact_summarizes_only_old_history(self): | CODE |
| LOW | tests/test_compaction_tool_pairs.py | 212 | def test_reactive_compact_summary_excludes_tail_pair_pulled_in(self): | CODE |
| LOW | tests/test_s_full_background.py | 53 | def test_check_returns_running_placeholder_when_result_is_none(self): | CODE |
| LOW | s14_cron_scheduler/code.py | 323 | def collect_background_results() -> list[str]: | CODE |
| LOW | s14_cron_scheduler/code.py | 744 | def print_latest_assistant_text(messages: list): | CODE |
| LOW | s16_team_protocols/code.py | 311 | def collect_background_results() -> list[str]: | CODE |
| LOW | s20_comprehensive/code.py | 1310 | def collect_background_results() -> list[str]: | CODE |
| LOW | s20_comprehensive/code.py | 1935 | def inject_background_notifications(messages: list): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 19 | // Step 0: all pending | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 26 | // Step 1: still all pending (idle round 1) | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 33 | // Step 2: still all pending (idle round 2) | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 40 | // Step 3: NAG fires, task 1 moves to in_progress | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 47 | // Step 4: task 1 done | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 54 | // Step 5: task 2 self-directed to in_progress | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 61 | // Step 6: tasks 2,3 done, task 4 in_progress | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 19 | // Step 0: all pending | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 26 | // Step 1: still all pending (idle round 1) | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 33 | // Step 2: still all pending (idle round 2) | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 40 | // Step 3: NAG fires, task 1 moves to in_progress | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 47 | // Step 4: task 1 done | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 54 | // Step 5: task 2 self-directed to in_progress | COMMENT |
| LOW⚡ | web/src/components/visualizations/s03-todo-write.tsx | 61 | // Step 6: tasks 2,3 done, task 4 in_progress | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | agents/s08_background_tasks.py | 2 | # Harness: background execution -- the model thinks while the harness waits. | COMMENT |
| MEDIUM | agents/__init__.py | 3 | # The model is the agent. These files are the harness. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | s19_mcp_plugin/code.py | 26 | CODE | |
| LOW | s17_autonomous_agents/code.py | 24 | CODE | |
| LOW | s18_worktree_isolation/code.py | 31 | CODE | |
| LOW | tests/test_agents_smoke.py | 1 | CODE | |
| LOW | s16_team_protocols/code.py | 29 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | skills/mcp-builder/SKILL.md | 155 | params={"key": "YOUR_API_KEY", "q": city} | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | s12_task_system/README.en.md | 58 | owner: str | None # Agent name (multi-agent scenarios) | CODE |
| MEDIUM | s12_task_system/code.py | 58 | owner: str | None # Agent name (multi-agent scenarios) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | web/src/data/execution-flows.ts | 318 | { id: "placeholder", label: "Return Placeholder", type: "process", x: 70, y: 450 }, | CODE |
| LOW | web/src/data/execution-flows.ts | 332 | { from: "spawn", to: "placeholder" }, | CODE |
| LOW | web/src/data/execution-flows.ts | 335 | { from: "placeholder", to: "append" }, | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | skills/agent-builder/references/subagent-pattern.py | 177 | # Check if done | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | agents/__init__.py | 1 | # agents/ - Harness implementations (s01-s12) + full reference (s_full) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | skills/agent-builder/references/subagent-pattern.py | 119 | def run_task(description: str, prompt: str, agent_type: str, | STRING |