Skip to content

Remove ztd-cli after Ashiba migration#860

Merged
mk3008 merged 1 commit into
mainfrom
codex/remove-ztd-cli-after-ashiba
Jun 5, 2026
Merged

Remove ztd-cli after Ashiba migration#860
mk3008 merged 1 commit into
mainfrom
codex/remove-ztd-cli-after-ashiba

Conversation

@mk3008
Copy link
Copy Markdown
Owner

@mk3008 mk3008 commented Jun 5, 2026

Summary

  • Remove the obsolete @rawsql-ts/ztd-cli workspace package now that the CLI surface has moved to Ashiba (@ashiba-ts/cli).
  • Drop ztd-cli-only workflows, generated-project verification scripts, scaffold evidence artifacts, and ztd-cli documentation from rawsql-ts.
  • Keep reusable rawsql-ts packages in place, updating docs, CI, published-package smoke checks, and benchmark/test helpers to point to Ashiba where CLI ownership is still relevant.

Verification

  • pnpm typecheck
  • pnpm --filter rawsql-ts test -- DynamicQueryBuilder.test.ts DynamicFilterRoutingDogfooding.test.ts
  • pnpm --filter @rawsql-ts/testkit-sqlite run test
  • pnpm --filter @rawsql-ts/ddl-docs-cli run test -- check.integration.test.ts
  • pnpm build
  • pnpm docs:build (succeeded with existing TypeDoc warnings and Vite chunk-size warning)
  • pnpm verify:published-package-mode
  • pnpm test
  • pnpm lint
  • Commit hook reran pnpm typecheck, pnpm test, pnpm build, and pnpm lint
  • rg confirmed remaining ztd-cli references are limited to migration/extraction notes outside changelogs

Merge Readiness

  • No baseline exception requested.
  • Baseline exception requested and linked below.

Tracking issue: Not required; no baseline exception requested.
Scoped checks run: Full local checks listed in Verification.
Why full baseline is not required: Full local workspace checks were run; no exception requested.

Self Review

Self-review workflow: developer-pre-pr-retro-gate and developer-self-review.
Self-review result: No blockers found; intentional remaining ztd-cli mentions are migration/extraction notes only.
Concept-review workflow: Package-boundary review against the README package map, Ashiba ownership boundary, and retained rawsql-ts package responsibilities.
Concept-review result: No boundary violations found; rawsql-ts keeps parser/formatter/testkit/sql-grep/DDL-docs packages while Ashiba owns the removed CLI/scaffold lifecycle.

CLI Surface Migration

  • No migration packet required for this CLI change.
  • CLI/user-facing surface change and migration packet completed.

No-migration rationale: The CLI has already moved to Ashiba; this PR removes the obsolete rawsql-ts package and stale gates rather than adding a new rawsql-ts CLI surface.
Upgrade note: Use Ashiba (@ashiba-ts/cli) for SQL-first scaffolding, query inspection, optional-condition maintenance, and project lifecycle workflows.
Deprecation/removal plan or issue: Removal is implemented in this PR after the Ashiba rebrand/merge.
Docs/help/examples updated: README, VitePress navigation, guide pages, benchmark notes, and command hints now point to Ashiba or reusable rawsql-ts packages.
Release/changeset wording: No changeset added because the obsolete workspace package is removed from this repository rather than changed for a rawsql-ts package release.

Scaffold Contract Proof

  • No scaffold contract proof required for this PR.
  • Scaffold contract proof completed.

No-proof rationale: rawsql-ts no longer owns ztd-cli scaffold generation after the Ashiba move.
Non-edit assertion: Existing rawsql-ts reusable package behavior is preserved; ztd-cli scaffold source/templates/tests were removed.
Fail-fast input-contract proof: pnpm test, targeted tests, and published-package smoke passed without the removed CLI package.
Generated-output viability proof: Not applicable to rawsql-ts after scaffold ownership moved to Ashiba; transfer docs generation still passed through pnpm docs:build.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 5, 2026

Important

Review skipped

Too many files!

This PR contains 288 files, which is 138 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bc035778-7289-4c9b-9ea5-43a1a379c792

📥 Commits

Reviewing files that changed from the base of the PR and between ee0cc7d and 538a208.

⛔ Files ignored due to path filters (12)
  • benchmarks/drizzle-official-comparison/src/rfba/features/get-employee-with-recipient/generated/row-mapper.ts is excluded by !**/generated/**
  • benchmarks/drizzle-official-comparison/src/rfba/features/get-order-with-details-and-products/generated/row-mapper.ts is excluded by !**/generated/**
  • benchmarks/drizzle-official-comparison/src/rfba/features/get-product-with-supplier/generated/row-mapper.ts is excluded by !**/generated/**
  • packages/transfer/src/features/create-transfer-setting/queries/insert-transfer-setting-destination-definition/generated/row-mapper.ts is excluded by !**/generated/**
  • packages/transfer/src/features/create-transfer-setting/queries/insert-transfer-setting/generated/row-mapper.ts is excluded by !**/generated/**
  • packages/transfer/src/features/create-transfer-setting/queries/resolve-transfer-destination-definitions/generated/row-mapper.ts is excluded by !**/generated/**
  • packages/ztd-cli/fixtures/generated-mapper-drift/src/features/users-list/queries/list/generated/row-mapper.ts is excluded by !**/generated/**
  • packages/ztd-cli/templates/src/features/smoke/queries/smoke/tests/generated/TEST_PLAN.md is excluded by !**/generated/**
  • packages/ztd-cli/templates/src/features/smoke/queries/smoke/tests/generated/analysis.json is excluded by !**/generated/**
  • packages/ztd-cli/tests/__snapshots__/cliCommands.test.ts.snap is excluded by !**/*.snap
  • packages/ztd-cli/tests/__snapshots__/describe.cli.test.ts.snap is excluded by !**/*.snap
  • packages/ztd-cli/tests/__snapshots__/ztdConfig.unit.test.ts.snap is excluded by !**/*.snap
📒 Files selected for processing (288)
  • .github/workflows/ci.yml
  • .github/workflows/docs.yml
  • .github/workflows/pr-check.yml
  • .github/workflows/refresh-demo-bundle.yml
  • .github/workflows/ztd-cli-soft-gates.yml
  • .husky/pre-commit
  • AGENTS.md
  • README.md
  • artifacts/test-evidence/test-specification.pr.md
  • artifacts/test-evidence/test-specification.pr.sample.md
  • benchmarks/drizzle-official-comparison/README.md
  • benchmarks/sql-unit-test/README.md
  • benchmarks/sql-unit-test/package.json
  • benchmarks/sql-unit-test/scripts/run-vitest.js
  • benchmarks/sql-unit-test/tests/support/testkit-client.ts
  • benchmarks/sql-unit-test/ztd/AGENTS.md
  • docs/.vitepress/config.mts
  • docs/benchmarks/rawsql-hasmany-generation-scope.md
  • docs/benchmarks/rawsql-vs-drizzle-speed-report.md
  • docs/dogfooding/DOGFOODING.md
  • docs/dogfooding/perf-scale-tuning.md
  • docs/dogfooding/rfba-concept-spec-dogfooding.json
  • docs/dogfooding/sql-debug-recovery.md
  • docs/dogfooding/telemetry-dogfooding.md
  • docs/dogfooding/test-documentation.md
  • docs/dogfooding/ztd-application-lifecycle.md
  • docs/dogfooding/ztd-cli-spawn-eperm-investigation.md
  • docs/dogfooding/ztd-migration-lifecycle.md
  • docs/dogfooding/ztd-onboarding-dogfooding.md
  • docs/guide/codex-agents-skill-review.md
  • docs/guide/concept-spec-overview.md
  • docs/guide/dynamic-filter-routing.md
  • docs/guide/execution-scope.md
  • docs/guide/feature-index.md
  • docs/guide/finding-registry.example.json
  • docs/guide/finding-registry.md
  • docs/guide/generated-project-verification.md
  • docs/guide/join-direction-lint-spec.md
  • docs/guide/postgres-pitfalls.md
  • docs/guide/published-package-verification.md
  • docs/guide/query-uses-impact-checks.md
  • docs/guide/query-uses-overview.md
  • docs/guide/repository-telemetry-setup.md
  • docs/guide/rfba-overview.md
  • docs/guide/spec-change-scenarios.md
  • docs/guide/sql-first-end-to-end-tutorial.md
  • docs/guide/sql-style-lint-spec.md
  • docs/guide/sql-tool-happy-paths.md
  • docs/guide/sssql-for-humans.md
  • docs/guide/sssql-overview.md
  • docs/guide/ztd-cli-agent-interface.md
  • docs/guide/ztd-cli-describe-schema.md
  • docs/guide/ztd-cli-measurement-inventory.md
  • docs/guide/ztd-cli-quality-gates.md
  • docs/guide/ztd-cli-sssql-authoring.md
  • docs/guide/ztd-cli-sssql-reference.md
  • docs/guide/ztd-cli-telemetry-export-modes.md
  • docs/guide/ztd-cli-telemetry-philosophy.md
  • docs/guide/ztd-cli-telemetry-policy.md
  • docs/guide/ztd-cli-traditional-lane-followup-plan.md
  • docs/guide/ztd-config-top-level-settings.md
  • docs/guide/ztd-local-source-dogfooding.md
  • docs/index.md
  • docs/public/demo/vendor/rawsql.browser.js
  • docs/review.md
  • docs/technology/index.md
  • docs/ztd-cli-docs.md
  • docs/ztd-cli/package-concept.md
  • docs/ztd-cli/review-authority-model.md
  • docs/ztd-cli/technology-policy.md
  • docs/ztd-cli/testing-policy.md
  • package.json
  • packages/advanced-runtime/README.md
  • packages/core/src/transformers/DynamicQueryBuilder.ts
  • packages/core/tests/transformers/DynamicFilterRoutingDogfooding.test.ts
  • packages/core/tests/transformers/DynamicQueryBuilder.test.ts
  • packages/ddl-docs-cli/src/commands/reviewPlan.ts
  • packages/ddl-docs-cli/tests/check.integration.test.ts
  • packages/sql-grep-core/README.md
  • packages/sql-grep-core/src/query/report.ts
  • packages/testkit-sqlite/tests/utils/sqlCatalog.ts
  • packages/transfer/docs/technology/TECHNOLOGY_POLICY.md
  • packages/transfer/docs/technology/tech-rules.json
  • packages/transfer/package.json
  • packages/transfer/scripts/local-source-guard.mjs
  • packages/transfer/src/adapters/pg/sql-client.ts
  • packages/transfer/src/features/README.md
  • packages/ztd-cli/.npmignore
  • packages/ztd-cli/CHANGELOG.md
  • packages/ztd-cli/README.md
  • packages/ztd-cli/artifacts/test-evidence/test-specification.catalog.sql-active-orders.md
  • packages/ztd-cli/artifacts/test-evidence/test-specification.catalog.sql-sample.md
  • packages/ztd-cli/artifacts/test-evidence/test-specification.catalog.unit-alpha.md
  • packages/ztd-cli/artifacts/test-evidence/test-specification.catalog.unit-normalize-email.md
  • packages/ztd-cli/artifacts/test-evidence/test-specification.index.md
  • packages/ztd-cli/artifacts/test-evidence/test-specification.pr.json
  • packages/ztd-cli/artifacts/test-evidence/test-specification.preview.json
  • packages/ztd-cli/fixtures/generated-mapper-drift/package.json
  • packages/ztd-cli/fixtures/generated-mapper-drift/src/features/users-list/queries/list/boundary.ts
  • packages/ztd-cli/fixtures/generated-mapper-drift/src/features/users-list/queries/list/list.sql
  • packages/ztd-cli/package.json
  • packages/ztd-cli/src/commands/checkContract.ts
  • packages/ztd-cli/src/commands/connectionOptions.ts
  • packages/ztd-cli/src/commands/ddl.ts
  • packages/ztd-cli/src/commands/ddlDiffContracts.ts
  • packages/ztd-cli/src/commands/ddlRiskEvaluator.ts
  • packages/ztd-cli/src/commands/describe.ts
  • packages/ztd-cli/src/commands/diff.ts
  • packages/ztd-cli/src/commands/feature.ts
  • packages/ztd-cli/src/commands/featureTests.ts
  • packages/ztd-cli/src/commands/findings.ts
  • packages/ztd-cli/src/commands/genEntities.ts
  • packages/ztd-cli/src/commands/init.ts
  • packages/ztd-cli/src/commands/lint.ts
  • packages/ztd-cli/src/commands/modelGen.ts
  • packages/ztd-cli/src/commands/options.ts
  • packages/ztd-cli/src/commands/perf.ts
  • packages/ztd-cli/src/commands/pull.ts
  • packages/ztd-cli/src/commands/query.ts
  • packages/ztd-cli/src/commands/rfba.ts
  • packages/ztd-cli/src/commands/rfbaReviewData.ts
  • packages/ztd-cli/src/commands/testEvidence.ts
  • packages/ztd-cli/src/commands/ztdConfig.ts
  • packages/ztd-cli/src/commands/ztdConfigCommand.ts
  • packages/ztd-cli/src/index.ts
  • packages/ztd-cli/src/perf/benchmark.ts
  • packages/ztd-cli/src/perf/sandbox.ts
  • packages/ztd-cli/src/query/analysis.ts
  • packages/ztd-cli/src/query/analyzeColumnUsage.ts
  • packages/ztd-cli/src/query/analyzeTableUsage.ts
  • packages/ztd-cli/src/query/execute.ts
  • packages/ztd-cli/src/query/format.ts
  • packages/ztd-cli/src/query/lint.ts
  • packages/ztd-cli/src/query/location.ts
  • packages/ztd-cli/src/query/patch.ts
  • packages/ztd-cli/src/query/planner.ts
  • packages/ztd-cli/src/query/report.ts
  • packages/ztd-cli/src/query/scalarFilterAnalysis.ts
  • packages/ztd-cli/src/query/slice.ts
  • packages/ztd-cli/src/query/structure.ts
  • packages/ztd-cli/src/query/targets.ts
  • packages/ztd-cli/src/query/types.ts
  • packages/ztd-cli/src/specs/sql/activeOrders.catalog.ts
  • packages/ztd-cli/src/specs/sql/usersList.catalog.ts
  • packages/ztd-cli/src/specs/sqlCatalogDefinition.ts
  • packages/ztd-cli/src/utils/agentCli.ts
  • packages/ztd-cli/src/utils/agentSafety.ts
  • packages/ztd-cli/src/utils/collectSqlFiles.ts
  • packages/ztd-cli/src/utils/connectionSummary.ts
  • packages/ztd-cli/src/utils/dbConnection.ts
  • packages/ztd-cli/src/utils/findingRegistry.ts
  • packages/ztd-cli/src/utils/fs.ts
  • packages/ztd-cli/src/utils/importAliasSupport.ts
  • packages/ztd-cli/src/utils/modelGenBinder.ts
  • packages/ztd-cli/src/utils/modelGenRender.ts
  • packages/ztd-cli/src/utils/modelGenScanner.ts
  • packages/ztd-cli/src/utils/modelProbe.ts
  • packages/ztd-cli/src/utils/normalizePulledSchema.ts
  • packages/ztd-cli/src/utils/optionalDependencies.ts
  • packages/ztd-cli/src/utils/pgDump.ts
  • packages/ztd-cli/src/utils/queryFingerprint.ts
  • packages/ztd-cli/src/utils/sqlCatalogDiscovery.ts
  • packages/ztd-cli/src/utils/sqlCatalogStatements.ts
  • packages/ztd-cli/src/utils/sqlLintHelpers.ts
  • packages/ztd-cli/src/utils/telemetry.ts
  • packages/ztd-cli/src/utils/typeMapper.ts
  • packages/ztd-cli/src/utils/ztdProjectConfig.ts
  • packages/ztd-cli/templates/.editorconfig
  • packages/ztd-cli/templates/.env.example
  • packages/ztd-cli/templates/.prettierignore
  • packages/ztd-cli/templates/.prettierrc
  • packages/ztd-cli/templates/DESIGN.md
  • packages/ztd-cli/templates/DEV_NOTES.md
  • packages/ztd-cli/templates/README.md
  • packages/ztd-cli/templates/db/ddl/demo.sql
  • packages/ztd-cli/templates/gitignore.template
  • packages/ztd-cli/templates/scripts/local-source-guard.mjs
  • packages/ztd-cli/templates/src/adapters/README.md
  • packages/ztd-cli/templates/src/adapters/console/repositoryTelemetry.ts
  • packages/ztd-cli/templates/src/adapters/pg/sql-client.ts
  • packages/ztd-cli/templates/src/application/README.md
  • packages/ztd-cli/templates/src/catalog/runtime/_coercions.ts
  • packages/ztd-cli/templates/src/catalog/runtime/_smoke.runtime.ts
  • packages/ztd-cli/templates/src/catalog/specs/_smoke.spec.arktype.ts
  • packages/ztd-cli/templates/src/catalog/specs/_smoke.spec.zod.ts
  • packages/ztd-cli/templates/src/db/sql-client-adapters.ts
  • packages/ztd-cli/templates/src/db/sql-client.ts
  • packages/ztd-cli/templates/src/domain/README.md
  • packages/ztd-cli/templates/src/features/README.md
  • packages/ztd-cli/templates/src/features/_shared/featureQueryExecutor.ts
  • packages/ztd-cli/templates/src/features/_shared/loadSqlResource.ts
  • packages/ztd-cli/templates/src/features/smoke/README.md
  • packages/ztd-cli/templates/src/features/smoke/boundary.ts
  • packages/ztd-cli/templates/src/features/smoke/queries/smoke/boundary.ts
  • packages/ztd-cli/templates/src/features/smoke/queries/smoke/smoke.sql
  • packages/ztd-cli/templates/src/features/smoke/queries/smoke/tests/boundary-ztd-types.ts
  • packages/ztd-cli/templates/src/features/smoke/queries/smoke/tests/cases/basic.case.ts
  • packages/ztd-cli/templates/src/features/smoke/queries/smoke/tests/smoke.boundary.ztd.test.ts
  • packages/ztd-cli/templates/src/features/smoke/tests/README.md
  • packages/ztd-cli/templates/src/features/smoke/tests/smoke.boundary.test.ts
  • packages/ztd-cli/templates/src/features/smoke/tests/smoke.validation.test.ts
  • packages/ztd-cli/templates/src/infrastructure/README.md
  • packages/ztd-cli/templates/src/infrastructure/db/sql-client-adapters.ts
  • packages/ztd-cli/templates/src/infrastructure/db/sql-client.ts
  • packages/ztd-cli/templates/src/infrastructure/persistence/README.md
  • packages/ztd-cli/templates/src/infrastructure/telemetry/consoleRepositoryTelemetry.ts
  • packages/ztd-cli/templates/src/infrastructure/telemetry/repositoryTelemetry.ts
  • packages/ztd-cli/templates/src/infrastructure/telemetry/types.ts
  • packages/ztd-cli/templates/src/jobs/README.md
  • packages/ztd-cli/templates/src/libraries/README.md
  • packages/ztd-cli/templates/src/libraries/sql/README.md
  • packages/ztd-cli/templates/src/libraries/sql/sql-client.ts
  • packages/ztd-cli/templates/src/libraries/telemetry/repositoryTelemetry.ts
  • packages/ztd-cli/templates/src/libraries/telemetry/types.ts
  • packages/ztd-cli/templates/src/presentation/http/README.md
  • packages/ztd-cli/templates/src/sql/README.md
  • packages/ztd-cli/templates/tests/queryspec.example.test.ts
  • packages/ztd-cli/templates/tests/support/global-setup.ts
  • packages/ztd-cli/templates/tests/support/postgres-testkit.ts
  • packages/ztd-cli/templates/tests/support/setup-env.ts
  • packages/ztd-cli/templates/tests/support/testkit-client.webapi.ts
  • packages/ztd-cli/templates/tests/support/ztd/README.md
  • packages/ztd-cli/templates/tests/support/ztd/case-types.ts
  • packages/ztd-cli/templates/tests/support/ztd/harness.ts
  • packages/ztd-cli/templates/tests/support/ztd/verifier.ts
  • packages/ztd-cli/templates/tests/ztd-layout.generated.ts
  • packages/ztd-cli/templates/tsconfig.json
  • packages/ztd-cli/templates/vitest.config.ts
  • packages/ztd-cli/templates/ztd/README.md
  • packages/ztd-cli/templates/ztd/ddl/demo.sql
  • packages/ztd-cli/tests/agentSafety.unit.test.ts
  • packages/ztd-cli/tests/agentsPolicy.unit.test.ts
  • packages/ztd-cli/tests/branchSessionGuard.unit.test.ts
  • packages/ztd-cli/tests/checkContract.cli-exit.test.ts
  • packages/ztd-cli/tests/checkContract.cli.test.ts
  • packages/ztd-cli/tests/checkContract.unit.test.ts
  • packages/ztd-cli/tests/cliCommands.test.ts
  • packages/ztd-cli/tests/commandTelemetry.unit.test.ts
  • packages/ztd-cli/tests/dbConnection.unit.test.ts
  • packages/ztd-cli/tests/describe.cli.test.ts
  • packages/ztd-cli/tests/devNotes.docs.test.ts
  • packages/ztd-cli/tests/diff.unit.test.ts
  • packages/ztd-cli/tests/directoryFinding.docs.test.ts
  • packages/ztd-cli/tests/featureScaffold.unit.test.ts
  • packages/ztd-cli/tests/featureTestsScaffold.unit.test.ts
  • packages/ztd-cli/tests/findingRegistry.docs.test.ts
  • packages/ztd-cli/tests/findingRegistry.unit.test.ts
  • packages/ztd-cli/tests/findings.cli.test.ts
  • packages/ztd-cli/tests/findings.unit.test.ts
  • packages/ztd-cli/tests/fixtures/join-direction/aggregate.sql
  • packages/ztd-cli/tests/fixtures/join-direction/bridge.sql
  • packages/ztd-cli/tests/fixtures/join-direction/forward.sql
  • packages/ztd-cli/tests/fixtures/join-direction/left-join.sql
  • packages/ztd-cli/tests/fixtures/join-direction/reverse.sql
  • packages/ztd-cli/tests/fixtures/join-direction/suppressed.sql
  • packages/ztd-cli/tests/furtherReading.docs.test.ts
  • packages/ztd-cli/tests/gitignoreTemplate.pack.test.ts
  • packages/ztd-cli/tests/init.command.test.ts
  • packages/ztd-cli/tests/intentProcedure.docs.test.ts
  • packages/ztd-cli/tests/lintUtils.test.ts
  • packages/ztd-cli/tests/modelGen.unit.test.ts
  • packages/ztd-cli/tests/optionalDependencies.unit.test.ts
  • packages/ztd-cli/tests/options.unit.test.ts
  • packages/ztd-cli/tests/perfBenchmark.unit.test.ts
  • packages/ztd-cli/tests/perfSandbox.unit.test.ts
  • packages/ztd-cli/tests/pgDump.unit.test.ts
  • packages/ztd-cli/tests/postgresTestkitHelper.unit.test.ts
  • packages/ztd-cli/tests/prReadiness.unit.test.ts
  • packages/ztd-cli/tests/precommitEnforcement.unit.test.ts
  • packages/ztd-cli/tests/publishWorkflow.unit.test.ts
  • packages/ztd-cli/tests/qualityGates.unit.test.ts
  • packages/ztd-cli/tests/queryExecute.unit.test.ts
  • packages/ztd-cli/tests/queryFingerprint.unit.test.ts
  • packages/ztd-cli/tests/queryLint.unit.test.ts
  • packages/ztd-cli/tests/queryPatch.unit.test.ts
  • packages/ztd-cli/tests/queryPlanner.unit.test.ts
  • packages/ztd-cli/tests/querySlice.unit.test.ts
  • packages/ztd-cli/tests/queryStructure.unit.test.ts
  • packages/ztd-cli/tests/queryTaxAllocation.ztd.test.ts
  • packages/ztd-cli/tests/queryUses.unit.test.ts
  • packages/ztd-cli/tests/releaseReadiness.unit.test.ts
  • packages/ztd-cli/tests/repoGuidance.unit.test.ts
  • packages/ztd-cli/tests/rfba.unit.test.ts
  • packages/ztd-cli/tests/rfbaReviewData.unit.test.ts
  • packages/ztd-cli/tests/setupEnv.unit.test.ts
  • packages/ztd-cli/tests/specs.entrypoint.test.ts
  • packages/ztd-cli/tests/specs/README.md
  • packages/ztd-cli/tests/specs/index.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/remove-ztd-cli-after-ashiba

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mk3008 mk3008 merged commit 07c33bb into main Jun 5, 2026
10 checks passed
@mk3008 mk3008 deleted the codex/remove-ztd-cli-after-ashiba branch June 5, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant