gitextract_ciszpusw/ ├── .claude/ │ ├── agents/ │ │ ├── code-reviewer.md │ │ ├── debugger.md │ │ ├── rtk-testing-specialist.md │ │ ├── rust-rtk.md │ │ ├── system-architect.md │ │ └── technical-writer.md │ ├── commands/ │ │ ├── clean-worktree.md │ │ ├── clean-worktrees.md │ │ ├── diagnose.md │ │ ├── tech/ │ │ │ ├── audit-codebase.md │ │ │ ├── clean-worktree.md │ │ │ ├── clean-worktrees.md │ │ │ ├── codereview.md │ │ │ ├── remove-worktree.md │ │ │ ├── worktree-status.md │ │ │ └── worktree.md │ │ ├── test-routing.md │ │ ├── worktree-status.md │ │ └── worktree.md │ ├── hooks/ │ │ ├── bash/ │ │ │ └── pre-commit-format.sh │ │ ├── rtk-rewrite.sh │ │ └── rtk-suggest.sh │ ├── rules/ │ │ ├── cli-testing.md │ │ ├── rust-patterns.md │ │ └── search-strategy.md │ └── skills/ │ ├── code-simplifier/ │ │ └── SKILL.md │ ├── design-patterns/ │ │ └── SKILL.md │ ├── issue-triage/ │ │ ├── SKILL.md │ │ └── templates/ │ │ └── issue-comment.md │ ├── performance/ │ │ └── SKILL.md │ ├── performance.md │ ├── pr-triage/ │ │ ├── SKILL.md │ │ └── templates/ │ │ └── review-comment.md │ ├── repo-recap.md │ ├── rtk-tdd/ │ │ ├── SKILL.md │ │ └── references/ │ │ └── testing-patterns.md │ ├── rtk-triage/ │ │ └── SKILL.md │ ├── security-guardian.md │ ├── ship.md │ └── tdd-rust/ │ └── SKILL.md ├── .github/ │ ├── PULL_REQUEST_TEMPLATE.md │ ├── copilot-instructions.md │ ├── hooks/ │ │ └── rtk-rewrite.json │ └── workflows/ │ ├── CICD.md │ ├── cd.yml │ ├── ci.yml │ ├── pr-target-check.yml │ └── release.yml ├── .gitignore ├── .release-please-manifest.json ├── ARCHITECTURE.md ├── CHANGELOG.md ├── CLAUDE.md ├── CONTRIBUTING.md ├── Cargo.toml ├── Formula/ │ └── rtk.rb ├── INSTALL.md ├── LICENSE ├── README.md ├── README_es.md ├── README_fr.md ├── README_ja.md ├── README_ko.md ├── README_zh.md ├── ROADMAP.md ├── SECURITY.md ├── TEST_EXEC_TIME.md ├── build.rs ├── docs/ │ ├── AUDIT_GUIDE.md │ ├── FEATURES.md │ ├── TROUBLESHOOTING.md │ ├── filter-workflow.md │ └── tracking.md ├── hooks/ │ ├── cline-rtk-rules.md │ ├── copilot-rtk-awareness.md │ ├── cursor-rtk-rewrite.sh │ ├── opencode-rtk.ts │ ├── rtk-awareness-codex.md │ ├── rtk-awareness.md │ ├── rtk-rewrite.sh │ ├── test-copilot-rtk-rewrite.sh │ ├── test-rtk-rewrite.sh │ └── windsurf-rtk-rules.md ├── install.sh ├── openclaw/ │ ├── README.md │ ├── index.ts │ ├── openclaw.plugin.json │ └── package.json ├── release-please-config.json ├── scripts/ │ ├── benchmark.sh │ ├── check-installation.sh │ ├── install-local.sh │ ├── rtk-economics.sh │ ├── test-all.sh │ ├── test-aristote.sh │ ├── test-tracking.sh │ ├── update-readme-metrics.sh │ └── validate-docs.sh ├── src/ │ ├── aws_cmd.rs │ ├── binlog.rs │ ├── cargo_cmd.rs │ ├── cc_economics.rs │ ├── ccusage.rs │ ├── config.rs │ ├── container.rs │ ├── curl_cmd.rs │ ├── deps.rs │ ├── diff_cmd.rs │ ├── discover/ │ │ ├── mod.rs │ │ ├── provider.rs │ │ ├── registry.rs │ │ ├── report.rs │ │ └── rules.rs │ ├── display_helpers.rs │ ├── dotnet_cmd.rs │ ├── dotnet_format_report.rs │ ├── dotnet_trx.rs │ ├── env_cmd.rs │ ├── filter.rs │ ├── filters/ │ │ ├── README.md │ │ ├── ansible-playbook.toml │ │ ├── basedpyright.toml │ │ ├── biome.toml │ │ ├── brew-install.toml │ │ ├── composer-install.toml │ │ ├── df.toml │ │ ├── dotnet-build.toml │ │ ├── du.toml │ │ ├── fail2ban-client.toml │ │ ├── gcc.toml │ │ ├── gcloud.toml │ │ ├── gradle.toml │ │ ├── hadolint.toml │ │ ├── helm.toml │ │ ├── iptables.toml │ │ ├── jira.toml │ │ ├── jj.toml │ │ ├── jq.toml │ │ ├── just.toml │ │ ├── make.toml │ │ ├── markdownlint.toml │ │ ├── mise.toml │ │ ├── mix-compile.toml │ │ ├── mix-format.toml │ │ ├── mvn-build.toml │ │ ├── nx.toml │ │ ├── ollama.toml │ │ ├── oxlint.toml │ │ ├── ping.toml │ │ ├── pio-run.toml │ │ ├── poetry-install.toml │ │ ├── pre-commit.toml │ │ ├── ps.toml │ │ ├── quarto-render.toml │ │ ├── rsync.toml │ │ ├── shellcheck.toml │ │ ├── shopify-theme.toml │ │ ├── skopeo.toml │ │ ├── sops.toml │ │ ├── spring-boot.toml │ │ ├── ssh.toml │ │ ├── stat.toml │ │ ├── swift-build.toml │ │ ├── systemctl-status.toml │ │ ├── task.toml │ │ ├── terraform-plan.toml │ │ ├── tofu-fmt.toml │ │ ├── tofu-init.toml │ │ ├── tofu-plan.toml │ │ ├── tofu-validate.toml │ │ ├── trunk-build.toml │ │ ├── turbo.toml │ │ ├── ty.toml │ │ ├── uv-sync.toml │ │ ├── xcodebuild.toml │ │ ├── yadm.toml │ │ └── yamllint.toml │ ├── find_cmd.rs │ ├── format_cmd.rs │ ├── gain.rs │ ├── gh_cmd.rs │ ├── git.rs │ ├── go_cmd.rs │ ├── golangci_cmd.rs │ ├── grep_cmd.rs │ ├── gt_cmd.rs │ ├── hook_audit_cmd.rs │ ├── hook_check.rs │ ├── hook_cmd.rs │ ├── init.rs │ ├── integrity.rs │ ├── json_cmd.rs │ ├── learn/ │ │ ├── detector.rs │ │ ├── mod.rs │ │ └── report.rs │ ├── lint_cmd.rs │ ├── local_llm.rs │ ├── log_cmd.rs │ ├── ls.rs │ ├── main.rs │ ├── mypy_cmd.rs │ ├── next_cmd.rs │ ├── npm_cmd.rs │ ├── parser/ │ │ ├── README.md │ │ ├── error.rs │ │ ├── formatter.rs │ │ ├── mod.rs │ │ └── types.rs │ ├── pip_cmd.rs │ ├── playwright_cmd.rs │ ├── pnpm_cmd.rs │ ├── prettier_cmd.rs │ ├── prisma_cmd.rs │ ├── psql_cmd.rs │ ├── pytest_cmd.rs │ ├── read.rs │ ├── rewrite_cmd.rs │ ├── ruff_cmd.rs │ ├── runner.rs │ ├── session_cmd.rs │ ├── summary.rs │ ├── tee.rs │ ├── telemetry.rs │ ├── toml_filter.rs │ ├── tracking.rs │ ├── tree.rs │ ├── trust.rs │ ├── tsc_cmd.rs │ ├── utils.rs │ ├── verify_cmd.rs │ ├── vitest_cmd.rs │ ├── wc_cmd.rs │ └── wget_cmd.rs └── tests/ └── fixtures/ └── dotnet/ ├── build_failed.txt ├── format_changes.json ├── format_empty.json ├── format_success.json └── test_failed.txt