Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows
This report presents the forensic synthetic code analysis of max-sixty/worktrunk, a Rust project with 5,821 GitHub stars. SynthScan v2.0 examined 274,694 lines of code across 462 source files, recording 1529 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 7.0 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 1529 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Cargo.toml | 1 | [workspace] | COMMENT |
| LOW | Cargo.toml | 101 | # Enable shell/PTY integration tests (requires bash, zsh, fish installed on system) | COMMENT |
| LOW | Cargo.toml | 161 | # `unstable-markdown` renders our `///` doc-comments as styled help (bold inline | COMMENT |
| LOW | Cargo.toml | 241 | # can silently shift every existing user's codename-derived worktree path, | COMMENT |
| LOW | Cargo.toml | 261 | wait-timeout = "0.2" | COMMENT |
| LOW | Cargo.toml | 281 | # to build). | COMMENT |
| LOW | dist-workspace.toml | 1 | [workspace] | COMMENT |
| LOW | .config/lychee.toml | 81 | "wt-demo/out/wt-demo\\.gif", | COMMENT |
| LOW | .config/nextest.toml | 1 | # IMPORTANT: Tests that spawn interactive shells (zsh -ic, bash -ic) cause | COMMENT |
| LOW | .config/nextest.toml | 21 | success-output = "never" | COMMENT |
| LOW | .config/nextest.toml | 41 | # and pass it through with --target-dir. Worktrunk already requires bash for | COMMENT |
| LOW | tests/integration_tests/shell_integration_windows.rs | 1 | //! Windows-specific shell integration tests. | COMMENT |
| LOW | tests/integration_tests/switch.rs | 421 | /// | COMMENT |
| LOW | tests/integration_tests/switch.rs | 581 | /// The `--execute` no-integration fallback relocates the payload into the | COMMENT |
| LOW | tests/integration_tests/switch.rs | 1861 | COMMENT | |
| LOW | tests/integration_tests/switch.rs | 2401 | // row was created with the token `pr:42`, which seeds its preview cache. The | COMMENT |
| LOW | tests/integration_tests/switch.rs | 2461 | .find(|e| e["branch"] == "pr:42" && e["mode"] == 2) | COMMENT |
| LOW | tests/integration_tests/switch.rs | 2681 | /// GitLab counterpart of the GitHub `_log_tab` / `_comments_tab` dry-run tests: | COMMENT |
| LOW | tests/integration_tests/switch.rs | 3421 | COMMENT | |
| LOW | tests/integration_tests/switch.rs | 5401 | // | COMMENT |
| LOW | tests/integration_tests/switch.rs | 6961 | /// directories relocatable. Older Git versions may still write absolute links, | COMMENT |
| LOW | tests/integration_tests/for_each.rs | 201 | /// the wt process. Sending SIGINT to the parent wt process from an integration | COMMENT |
| LOW | tests/integration_tests/remove.rs | 301 | } | COMMENT |
| LOW | tests/integration_tests/remove.rs | 1121 | None | COMMENT |
| LOW | tests/integration_tests/remove.rs | 1241 | cmd.args(["remove", "-D", "main"]) | COMMENT |
| LOW | tests/integration_tests/remove.rs | 1341 | assert_cmd_snapshot!(make_snapshot_cmd( | COMMENT |
| LOW | tests/integration_tests/remove.rs | 2281 | assert!( | COMMENT |
| LOW | tests/integration_tests/remove.rs | 2561 | )); | COMMENT |
| LOW | tests/integration_tests/remove.rs | 2601 | )); | COMMENT |
| LOW | tests/integration_tests/remove.rs | 2921 | !String::from_utf8_lossy(&list.stdout).contains("feature--double-dash") | COMMENT |
| LOW | tests/integration_tests/security.rs | 1 | //! Security tests for shell injection vulnerabilities | COMMENT |
| LOW | tests/integration_tests/security.rs | 21 | //! file is only written by Rust code, never by external content. | COMMENT |
| LOW | tests/integration_tests/security.rs | 41 | //! 1. Branch names with shell metacharacters don't corrupt the cd path | COMMENT |
| LOW | tests/integration_tests/security.rs | 381 | "Malicious code was executed alongside legitimate -x command!" | COMMENT |
| LOW | tests/integration_tests/list.rs | 1101 | // Test with compound emoji (multi-codepoint) | COMMENT |
| LOW | tests/integration_tests/list.rs | 1341 | /// **Project context**: API modernization — migrating from legacy handlers to REST, | COMMENT |
| LOW | tests/integration_tests/list.rs | 1361 | /// - `+25 -11` main…± — Deleted insecure validation, added proper checks | COMMENT |
| LOW | tests/integration_tests/list.rs | 2781 | // Expected order: main, feature-current, then by timestamp: feature-newest, feature-middle, feature-oldest | COMMENT |
| LOW | tests/integration_tests/list.rs | 3341 | COMMENT | |
| LOW | tests/integration_tests/list.rs | 3441 | /// branch doesn't exist locally, `wt list` degrades gracefully — columns needing | COMMENT |
| LOW | tests/integration_tests/list.rs | 3481 | COMMENT | |
| LOW | tests/integration_tests/list.rs | 3641 | /// case covered by `test_list_integrated_when_squash_merged_on_remote_with_local_diverged` | COMMENT |
| LOW | tests/integration_tests/ci_status.rs | 121 | // ============================================================================= | COMMENT |
| LOW | tests/integration_tests/ci_status.rs | 641 | repo.configure_mock_commands(&mut cmd); | COMMENT |
| LOW | tests/integration_tests/ci_status.rs | 901 | } | COMMENT |
| LOW | tests/integration_tests/bare_repository.rs | 281 | expected_path.exists(), | COMMENT |
| LOW | tests/integration_tests/bare_repository.rs | 381 | /// Companion to `test_bare_repo_repo_path_with_inherited_relative_git_dir` | COMMENT |
| LOW | tests/integration_tests/bare_repository.rs | 601 | } | COMMENT |
| LOW | tests/integration_tests/bare_repository.rs | 801 | content | COMMENT |
| LOW | tests/integration_tests/statusline.rs | 701 | // | COMMENT |
| LOW | …sts/integration_tests/column_alignment_verification.rs | 1 | //! Column Alignment Verification Tests | COMMENT |
| LOW | tests/integration_tests/completion.rs | 461 | /// This captures the tension between #1468 (fish/zsh need all candidates for | COMMENT |
| LOW | tests/integration_tests/readme_sync.rs | 1 | //! README and config synchronization tests | COMMENT |
| LOW | tests/integration_tests/readme_sync.rs | 121 | .unwrap() | COMMENT |
| LOW | tests/integration_tests/readme_sync.rs | 381 | // ============================================================================= | COMMENT |
| LOW | tests/integration_tests/readme_sync.rs | 441 | } | COMMENT |
| LOW | tests/integration_tests/readme_sync.rs | 1061 | /// | COMMENT |
| LOW | tests/integration_tests/readme_sync.rs | 1921 | result.push('\n'); | COMMENT |
| LOW | tests/integration_tests/readme_sync.rs | 2201 | } | COMMENT |
| LOW | tests/integration_tests/readme_sync.rs | 2381 | /// 1. placeholder id | COMMENT |
| 1248 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …ns/worktrunk/skills/worktrunk/reference/llm-commits.md | 0 | write a commit message for this diff. one line, under 50 chars. branch: {{ branch }} diff: {{ git_diff }} | STRING |
| HIGH | docs/content/llm-commits.md | 0 | write a commit message for this diff. one line, under 50 chars. branch: {{ branch }} diff: {{ git_diff }} | STRING |
| HIGH | docs/static/llm-commits.md | 0 | write a commit message for this diff. one line, under 50 chars. branch: {{ branch }} diff: {{ git_diff }} | STRING |
| HIGH | skills/worktrunk/reference/llm-commits.md | 0 | write a commit message for this diff. one line, under 50 chars. branch: {{ branch }} diff: {{ git_diff }} | STRING |
| HIGH | …ns/worktrunk/skills/worktrunk/reference/llm-commits.md | 0 | combine these {{ commit_details | length }} commits into one message: {% for c in commit_details %} - {{ c.subject }} {% | STRING |
| HIGH | docs/content/llm-commits.md | 0 | combine these {{ commit_details | length }} commits into one message: {% for c in commit_details %} - {{ c.subject }} {% | STRING |
| HIGH | docs/static/llm-commits.md | 0 | combine these {{ commit_details | length }} commits into one message: {% for c in commit_details %} - {{ c.subject }} {% | STRING |
| HIGH | skills/worktrunk/reference/llm-commits.md | 0 | combine these {{ commit_details | length }} commits into one message: {% for c in commit_details %} - {{ c.subject }} {% | STRING |
| HIGH | …ns/worktrunk/skills/worktrunk/reference/llm-commits.md | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | docs/content/llm-commits.md | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | docs/static/llm-commits.md | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | skills/worktrunk/reference/llm-commits.md | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | plugins/worktrunk/skills/worktrunk/reference/config.md | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | docs/content/config.md | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | docs/static/config.md | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | skills/worktrunk/reference/config.md | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | src/cli/mod.rs | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | dev/wt.example.toml | 0 | # - use conventional commits (feat:, fix:, docs:, …) # - reference the relevant issue id in the body # | STRING |
| HIGH | …gins/worktrunk/skills/worktrunk/reference/extending.md | 0 | git fetch --all --prune && wt step for-each -- sh -c ' git rev-parse --verify -q @{u} >/dev/null || exit 0 g=$(git rev-p | STRING |
| HIGH | docs/content/extending.md | 0 | git fetch --all --prune && wt step for-each -- sh -c ' git rev-parse --verify -q @{u} >/dev/null || exit 0 g=$(git rev-p | STRING |
| HIGH | docs/static/extending.md | 0 | git fetch --all --prune && wt step for-each -- sh -c ' git rev-parse --verify -q @{u} >/dev/null || exit 0 g=$(git rev-p | STRING |
| HIGH | skills/worktrunk/reference/extending.md | 0 | git fetch --all --prune && wt step for-each -- sh -c ' git rev-parse --verify -q @{u} >/dev/null || exit 0 g=$(git rev-p | STRING |
| HIGH | …gins/worktrunk/skills/worktrunk/reference/extending.md | 0 | if git diff --quiet head && test -z "$(git ls-files --others --exclude-standard)"; then wt switch --create {{ to }} --ex | STRING |
| HIGH | docs/content/extending.md | 0 | if git diff --quiet head && test -z "$(git ls-files --others --exclude-standard)"; then wt switch --create {{ to }} --ex | STRING |
| HIGH | docs/static/extending.md | 0 | if git diff --quiet head && test -z "$(git ls-files --others --exclude-standard)"; then wt switch --create {{ to }} --ex | STRING |
| HIGH | skills/worktrunk/reference/extending.md | 0 | if git diff --quiet head && test -z "$(git ls-files --others --exclude-standard)"; then wt switch --create {{ to }} --ex | STRING |
| HIGH | …gins/worktrunk/skills/worktrunk/reference/extending.md | 0 | tail -f "$(wt config state logs --format=json | jq -r --arg name "{{ name | sanitize_hash }}" --arg kind "{{ kind }}" ' | STRING |
| HIGH | docs/content/extending.md | 0 | tail -f "$(wt config state logs --format=json | jq -r --arg name "{{ name | sanitize_hash }}" --arg kind "{{ kind }}" ' | STRING |
| HIGH | docs/static/extending.md | 0 | tail -f "$(wt config state logs --format=json | jq -r --arg name "{{ name | sanitize_hash }}" --arg kind "{{ kind }}" ' | STRING |
| HIGH | skills/worktrunk/reference/extending.md | 0 | tail -f "$(wt config state logs --format=json | jq -r --arg name "{{ name | sanitize_hash }}" --arg kind "{{ kind }}" ' | STRING |
| HIGH | plugins/worktrunk/skills/worktrunk/reference/config.md | 0 | # <task>write a commit message for the staged changes below.</task> # # <format> # - subject line under 50 chars # - for | STRING |
| HIGH | docs/content/config.md | 0 | # <task>write a commit message for the staged changes below.</task> # # <format> # - subject line under 50 chars # - for | STRING |
| HIGH | docs/static/config.md | 0 | # <task>write a commit message for the staged changes below.</task> # # <format> # - subject line under 50 chars # - for | STRING |
| HIGH | skills/worktrunk/reference/config.md | 0 | # <task>write a commit message for the staged changes below.</task> # # <format> # - subject line under 50 chars # - for | STRING |
| HIGH | src/cli/mod.rs | 0 | # <task>write a commit message for the staged changes below.</task> # # <format> # - subject line under 50 chars # - for | STRING |
| HIGH | dev/config.example.toml | 0 | # <task>write a commit message for the staged changes below.</task> # # <format> # - subject line under 50 chars # - for | STRING |
| HIGH | plugins/worktrunk/skills/worktrunk/reference/config.md | 0 | # <task>write a commit message for the combined effect of these commits.</task> # # <format> # - subject line under 50 c | STRING |
| HIGH | docs/content/config.md | 0 | # <task>write a commit message for the combined effect of these commits.</task> # # <format> # - subject line under 50 c | STRING |
| HIGH | docs/static/config.md | 0 | # <task>write a commit message for the combined effect of these commits.</task> # # <format> # - subject line under 50 c | STRING |
| HIGH | skills/worktrunk/reference/config.md | 0 | # <task>write a commit message for the combined effect of these commits.</task> # # <format> # - subject line under 50 c | STRING |
| HIGH | src/cli/mod.rs | 0 | # <task>write a commit message for the combined effect of these commits.</task> # # <format> # - subject line under 50 c | STRING |
| HIGH | dev/config.example.toml | 0 | # <task>write a commit message for the combined effect of these commits.</task> # # <format> # - subject line under 50 c | STRING |
| HIGH | plugins/worktrunk/skills/worktrunk/reference/config.md | 0 | # - explain the rationale in the body, not just the change # | STRING |
| HIGH | docs/content/config.md | 0 | # - explain the rationale in the body, not just the change # | STRING |
| HIGH | docs/static/config.md | 0 | # - explain the rationale in the body, not just the change # | STRING |
| HIGH | skills/worktrunk/reference/config.md | 0 | # - explain the rationale in the body, not just the change # | STRING |
| HIGH | src/cli/mod.rs | 0 | # - explain the rationale in the body, not just the change # | STRING |
| HIGH | dev/config.example.toml | 0 | # - explain the rationale in the body, not just the change # | STRING |
| HIGH | …/worktrunk/skills/worktrunk/reference/tips-patterns.md | 0 | wt config state vars set \ container='{{ repo }}-{{ branch | sanitize }}-postgres' \ port='{{ ('db-' ~ branch) | hash_po | STRING |
| HIGH | docs/content/tips-patterns.md | 0 | wt config state vars set \ container='{{ repo }}-{{ branch | sanitize }}-postgres' \ port='{{ ('db-' ~ branch) | hash_po | STRING |
| HIGH | docs/static/tips-patterns.md | 0 | wt config state vars set \ container='{{ repo }}-{{ branch | sanitize }}-postgres' \ port='{{ ('db-' ~ branch) | hash_po | STRING |
| HIGH | skills/worktrunk/reference/tips-patterns.md | 0 | wt config state vars set \ container='{{ repo }}-{{ branch | sanitize }}-postgres' \ port='{{ ('db-' ~ branch) | hash_po | STRING |
| HIGH | …/worktrunk/skills/worktrunk/reference/tips-patterns.md | 0 | docker run -d --rm \ --name {{ vars.container }} \ -p {{ vars.port }}:5432 \ -e postgres_db={{ branch | sanitize_db }} \ | STRING |
| HIGH | docs/content/tips-patterns.md | 0 | docker run -d --rm \ --name {{ vars.container }} \ -p {{ vars.port }}:5432 \ -e postgres_db={{ branch | sanitize_db }} \ | STRING |
| HIGH | docs/static/tips-patterns.md | 0 | docker run -d --rm \ --name {{ vars.container }} \ -p {{ vars.port }}:5432 \ -e postgres_db={{ branch | sanitize_db }} \ | STRING |
| HIGH | skills/worktrunk/reference/tips-patterns.md | 0 | docker run -d --rm \ --name {{ vars.container }} \ -p {{ vars.port }}:5432 \ -e postgres_db={{ branch | sanitize_db }} \ | STRING |
| HIGH | …/worktrunk/skills/worktrunk/reference/tips-patterns.md | 0 | f=$(mktemp); printf '\n\n' > "$f"; sed 's/^/# /' >> "$f"; ${editor:-vi} "$f" < /dev/tty > /dev/tty; grep -v '^#' "$f" | STRING |
| HIGH | docs/content/tips-patterns.md | 0 | f=$(mktemp); printf '\n\n' > "$f"; sed 's/^/# /' >> "$f"; ${editor:-vi} "$f" < /dev/tty > /dev/tty; grep -v '^#' "$f" | STRING |
| HIGH | docs/static/tips-patterns.md | 0 | f=$(mktemp); printf '\n\n' > "$f"; sed 's/^/# /' >> "$f"; ${editor:-vi} "$f" < /dev/tty > /dev/tty; grep -v '^#' "$f" | STRING |
| HIGH | skills/worktrunk/reference/tips-patterns.md | 0 | f=$(mktemp); printf '\n\n' > "$f"; sed 's/^/# /' >> "$f"; ${editor:-vi} "$f" < /dev/tty > /dev/tty; grep -v '^#' "$f" | STRING |
| 24 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | README.md | 94 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | README.md | 94 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | …gins/worktrunk/skills/worktrunk/reference/worktrunk.md | 76 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | …gins/worktrunk/skills/worktrunk/reference/worktrunk.md | 76 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | plugins/worktrunk/skills/worktrunk/reference/README.md | 94 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | plugins/worktrunk/skills/worktrunk/reference/README.md | 94 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | docs/content/worktrunk.md | 91 | - **[`wt list --full`](@/list.md#full-mode)** — [CI status](@/list.md#ci-status) and [AI-generated summaries](@/list.md# | CODE |
| HIGH | docs/static/worktrunk.md | 76 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | docs/static/worktrunk.md | 76 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | skills/worktrunk/reference/worktrunk.md | 76 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | skills/worktrunk/reference/worktrunk.md | 76 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | skills/worktrunk/reference/README.md | 94 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | skills/worktrunk/reference/README.md | 94 | - **[`wt list --full`](https://worktrunk.dev/list/#full-mode)** — [CI status](https://worktrunk.dev/list/#ci-status) and | CODE |
| HIGH | src/commands/statusline.rs | 870 | // What the schema-2 envelope reports as requested — read from the task | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/integration_tests/switch.rs | 1823 | // Step 2: From ping-pong worktree, switch back to main | COMMENT |
| LOW⚡ | tests/integration_tests/switch.rs | 1832 | // Step 3: From main worktree, wt switch - should go to ping-pong | COMMENT |
| LOW⚡ | tests/integration_tests/switch.rs | 1841 | // Step 4: From ping-pong worktree, wt switch - should go back to main | COMMENT |
| LOW⚡ | tests/integration_tests/switch.rs | 1845 | // Step 5: From main worktree, wt switch - should go to ping-pong again (ping-pong!) | COMMENT |
| LOW⚡ | tests/integration_tests/switch.rs | 6825 | // Step 2: Switch to hist-feature again while already there (AlreadyAt) | COMMENT |
| LOW⚡ | tests/integration_tests/switch.rs | 6834 | // Step 3: `wt switch -` should still go to main (the real previous), | COMMENT |
| LOW | tests/integration_tests/switch.rs | 1808 | // Step 1: From main worktree, switch to ping-pong (creates worktree) | COMMENT |
| LOW | tests/integration_tests/switch.rs | 6813 | // Step 1: Switch from main to hist-feature (establishes history: previous=main) | COMMENT |
| LOW⚡ | tests/integration_tests/list.rs | 116 | // Step 1: From main, switch to feature (history: current=feature, previous=main) | COMMENT |
| LOW⚡ | tests/integration_tests/list.rs | 123 | // Step 2: From feature, switch back to main (history: current=main, previous=feature) | COMMENT |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2658 | // Step 0: Fill docs-example bodies in src/cli/mod.rs from snapshots. Runs | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2664 | // Step 1: Sync command pages (mod.rs → docs/content/*.md) | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2673 | // Step 2: Sync standalone docs files (snapshots → docs/content/*.md). | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2696 | // Step 3: Sync skill files (docs/content/*.md → skills/*) | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2705 | // Step 4: Sync .well-known/agent-skills/ (skills/ → docs/static/) | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2709 | // Step 5: Generate docs/static/llms.txt from docs/content front-matter | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2713 | // Step 6: Sync README from the now-fresh docs files. Runs last because | STRING |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2856 | # Step 1: Verify SOME completion is registered for 'wt' (black-box check) | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2863 | # Step 2: Get the completion function name (whatever it's called) | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2871 | # Step 3: Set up completion environment and call the function | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2881 | # Step 4: Verify we got completions (black-box: just check we got results) | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2991 | # Step 1: Verify SOME completion is registered for 'wt' (black-box check) | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 3000 | # Step 2: Test that COMPLETE mode works through our shell function | COMMENT |
| LOW | tests/integration_tests/shell_wrapper.rs | 2894 | # Step 5: Verify expected subcommands are present | COMMENT |
| LOW | tests/integration_tests/shell_wrapper.rs | 3022 | # Step 3: Verify expected subcommands are present | COMMENT |
| LOW | tests/integration_tests/approval_pty.rs | 752 | // Step 1: project config with only the hook; pre-approve it. | COMMENT |
| LOW | tests/integration_tests/approval_pty.rs | 764 | // Step 2: add an unapproved commit append (hook command unchanged, so it | COMMENT |
| LOW | src/llm.rs | 324 | // Step 1: Filter out lock files | COMMENT |
| LOW | src/llm.rs | 356 | // Step 2: Truncate each section, accumulating until the budget is spent | COMMENT |
| LOW | src/commands/list/ci_status/gitlab.rs | 125 | // Step 1: Parse mr list output to find matching MR. | COMMENT |
| LOW | src/commands/list/ci_status/gitlab.rs | 166 | // Step 2: Fetch full MR details to get pipeline status. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/integration_tests/switch.rs | 1823 | // Step 2: From ping-pong worktree, switch back to main | COMMENT |
| LOW⚡ | tests/integration_tests/switch.rs | 1832 | // Step 3: From main worktree, wt switch - should go to ping-pong | COMMENT |
| LOW⚡ | tests/integration_tests/switch.rs | 1841 | // Step 4: From ping-pong worktree, wt switch - should go back to main | COMMENT |
| LOW⚡ | tests/integration_tests/switch.rs | 1845 | // Step 5: From main worktree, wt switch - should go to ping-pong again (ping-pong!) | COMMENT |
| LOW⚡ | tests/integration_tests/switch.rs | 6825 | // Step 2: Switch to hist-feature again while already there (AlreadyAt) | COMMENT |
| LOW | tests/integration_tests/switch.rs | 1808 | // Step 1: From main worktree, switch to ping-pong (creates worktree) | COMMENT |
| LOW | tests/integration_tests/switch.rs | 6813 | // Step 1: Switch from main to hist-feature (establishes history: previous=main) | COMMENT |
| LOW⚡ | tests/integration_tests/list.rs | 116 | // Step 1: From main, switch to feature (history: current=feature, previous=main) | COMMENT |
| LOW⚡ | tests/integration_tests/list.rs | 123 | // Step 2: From feature, switch back to main (history: current=main, previous=feature) | COMMENT |
| LOW | tests/integration_tests/list.rs | 1379 | /// NOTE: This function is used for doc generation. It removes fixture worktrees | COMMENT |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2658 | // Step 0: Fill docs-example bodies in src/cli/mod.rs from snapshots. Runs | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2664 | // Step 1: Sync command pages (mod.rs → docs/content/*.md) | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2673 | // Step 2: Sync standalone docs files (snapshots → docs/content/*.md). | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2696 | // Step 3: Sync skill files (docs/content/*.md → skills/*) | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2705 | // Step 4: Sync .well-known/agent-skills/ (skills/ → docs/static/) | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2709 | // Step 5: Generate docs/static/llms.txt from docs/content front-matter | STRING |
| LOW⚡ | tests/integration_tests/readme_sync.rs | 2713 | // Step 6: Sync README from the now-fresh docs files. Runs last because | STRING |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2856 | # Step 1: Verify SOME completion is registered for 'wt' (black-box check) | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2863 | # Step 2: Get the completion function name (whatever it's called) | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2871 | # Step 3: Set up completion environment and call the function | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2881 | # Step 4: Verify we got completions (black-box: just check we got results) | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 2991 | # Step 1: Verify SOME completion is registered for 'wt' (black-box check) | COMMENT |
| LOW⚡ | tests/integration_tests/shell_wrapper.rs | 3000 | # Step 2: Test that COMPLETE mode works through our shell function | COMMENT |
| LOW | tests/integration_tests/shell_wrapper.rs | 2894 | # Step 5: Verify expected subcommands are present | COMMENT |
| LOW | tests/integration_tests/shell_wrapper.rs | 3022 | # Step 3: Verify expected subcommands are present | COMMENT |
| LOW | tests/integration_tests/approval_pty.rs | 752 | // Step 1: project config with only the hook; pre-approve it. | COMMENT |
| LOW | tests/integration_tests/approval_pty.rs | 764 | // Step 2: add an unapproved commit append (hook command unchanged, so it | COMMENT |
| LOW | src/llm.rs | 324 | // Step 1: Filter out lock files | COMMENT |
| LOW | src/llm.rs | 356 | // Step 2: Truncate each section, accumulating until the budget is spent | COMMENT |
| LOW | src/commands/list/ci_status/gitlab.rs | 125 | // Step 1: Parse mr list output to find matching MR. | COMMENT |
| LOW | src/commands/list/ci_status/gitlab.rs | 166 | // Step 2: Fetch full MR details to get pipeline status. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 3 | CODE | |
| LOW | docs/demos/shared/__init__.py | 37 | CODE | |
| LOW | docs/demos/shared/__init__.py | 37 | CODE | |
| LOW | docs/demos/shared/validation.py | 23 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/integration_tests/switch_picker.rs | 3203 | // gutter rather than the bare name is what makes the wait robust: under Windows | COMMENT |
| MEDIUM | tests/integration_tests/switch_picker_dry_run.rs | 48 | // schema (not specific branches/modes) keeps the test robust to fixture | COMMENT |
| MEDIUM | tests/common/pty.rs | 50 | // this is the more robust replacement. | COMMENT |
| MEDIUM | docs/demos/shared/lib.py | 706 | """Set up comprehensive mock CLIs for all demo scenarios. | STRING |
| MEDIUM | .github/workflows/benchmarks.yaml | 9 | # harness still builds — create-issue-on-benchmark-failure surfaces a break. | COMMENT |
| MEDIUM | .github/workflows/tend-notifications.yaml | 37 | # Event workflows mark their own notifications read via the harness | COMMENT |
| MEDIUM | src/commands/process.rs | 689 | /// just makes its cleanup robust. | COMMENT |
| MEDIUM | src/commands/list/collect/mod.rs | 286 | //! ### Fundamentally uncacheable | COMMENT |
| MEDIUM | src/commands/list/collect/mod.rs | 286 | //! ### Fundamentally uncacheable | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/integration_tests/step_promote.rs | 386 | // ─── Swap tests ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | docs/demos/shared/lib.py | 969 | # ============================================================================= | COMMENT |
| MEDIUM | docs/demos/shared/lib.py | 971 | # ============================================================================= | COMMENT |
| MEDIUM | src/git/repository/integration.rs | 979 | /// └────── squash ── pad1 ── … ── padN = target (each pad reuses parent's tree) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Taskfile.yaml | 238 | # Create the main repo | COMMENT |
| MEDIUM | docs/demos/shared/lib.py | 424 | "# This file contains fish universal variable definitions.", | STRING |
| MEDIUM | .github/workflows/release.yaml | 264 | # Create a GitHub Release while uploading all files to it | COMMENT |
| MEDIUM | src/cli/mod.rs | 624 | ## Creating a branch | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/integration_tests/shell_wrapper.rs | 1893 | # Check if wt completion is registered and write result to marker file | COMMENT |
| LOW | tests/integration_tests/shell_wrapper.rs | 1944 | # Check if wt completions are registered and write result to marker file | COMMENT |
| LOW | tests/integration_tests/shell_wrapper.rs | 2001 | # Check if wt wrapper function is defined and write result to marker file | COMMENT |
| LOW | docs/demos/shared/lib.py | 1112 | # Check if Enter follows (possibly with Sleep in between) | COMMENT |
| LOW | .github/workflows/ci.yaml | 170 | # Check if Cargo/CI files changed (for conditional jobs below) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | docs/demos/shared/lib.py | 696 | set -l branch (git rev-parse --abbrev-ref HEAD 2>/dev/null) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Cargo.toml | 184 | # scaffolding; `registry` composes layers. Pinned to ≥ 0.3.17: that's when | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/integration_tests/shell_wrapper.rs | 2557 | def test_login_invalid_password(): | CODE |
| LOW | docs/demos/shared/lib.py | 1068 | def extract_commands_from_tape( | CODE |
| LOW | docs/demos/shared/validation.py | 234 | def validate_tui_demo_verbose(demo_name: str, gif_path: Path) -> tuple[bool, str]: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/integration_tests/step_promote.rs | 318 | .run_command(&["config", "user.email", "test@test.com"]) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/demos/shared/lib.py | 1068 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/demos/shared/__init__.py | 39 | __all__ = [ | CODE |