Skip to content

feat: rename project from Repo Doctor to Repo Check AI and update rel…#38

Merged
glaucia86 merged 6 commits into
mainfrom
001-rename-project-commands
Feb 17, 2026
Merged

feat: rename project from Repo Doctor to Repo Check AI and update rel…#38
glaucia86 merged 6 commits into
mainfrom
001-rename-project-commands

Conversation

@glaucia86

Copy link
Copy Markdown
Owner

This pull request migrates the project’s identity from “Repo Doctor” to “RepoCheckAI” across all documentation, branding, and references. It updates CLI commands, environment variables, URLs, and changelog links to reflect the new name, and introduces an official migration announcement and transition policy. The changes also clarify issue publishing setup instructions and update historical documentation for consistency.

Project identity migration and branding:

  • Renamed the project throughout README.md, replacing "Repo Doctor" with "RepoCheckAI" in headings, descriptions, CLI examples, environment variables, and URLs. [1] [2] [3] [4] [5]
  • Updated badge, website, and dependency links in README.md to point to the new repocheckai repository and package.
  • Changed the project banner alt text to "RepoCheckAI Banner".

CLI and environment variable migration:

  • Updated CLI command examples from repo-doctor to repocheck, and environment variables from REPO_DOCTOR_GITHUB_TOKEN to REPOCHECKAI_GITHUB_TOKEN. [1] [2] [3]
  • Added a migration announcement and transition window details in CHANGELOG.md, specifying that repodoctor will be deprecated after two releases.

Documentation and changelog updates:

  • Updated all links and references in CHANGELOG.md to use repocheckai instead of repo-doctor, including PR links, comparison links, and release tags. [1] [2] [3] [4] [5]
  • Revised the issue publishing instructions in README.md to clarify token requirements and streamline the setup for both CLI and Web UI, referencing the new project name.

Agent documentation:

  • Renamed the agent documentation file header from "Repo Doctor" to "Repo Check AI".
  • Updated references and documentation links in AGENTS.md for consistency.

Historical and legacy references:

  • Changed all historical changelog entries, including initial release notes, to use "RepoCheckAI" instead of "Repo Doctor".

These updates ensure a consistent transition to the new project identity and prepare users for the upcoming CLI migration and deprecation of legacy commands.

…ated assets

- Updated project title and branding in various files including HTML, manifest, and SVG icons.
- Added new localization messages for GitHub issue publishing features.
- Enhanced clipboard utility comments to reflect new branding.
- Updated report generation and publishing logic to use new naming conventions.
- Refactored report extraction logic to improve handling of duplicate sections and assistant meta-narration.
- Added tests to ensure proper functionality of new features and naming conventions.
@glaucia86 glaucia86 self-assigned this Feb 17, 2026
Copilot AI review requested due to automatic review settings February 17, 2026 05:37
@glaucia86 glaucia86 added the enhancement New feature or request label Feb 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request implements a comprehensive rebranding from "Repo Doctor" to "RepoCheckAI," updating the project identity across all documentation, code, tests, and assets. The changes introduce a new CLI command (repocheck), deprecation policy for legacy commands, environment variable renaming, and several feature enhancements including Web UI issue publishing and additional AI model support.

Changes:

  • Project Identity Migration: Renamed product to "RepoCheckAI," package to "repocheckai," and primary CLI command to "repocheck"
  • Legacy Command Transition: Implemented deprecation warnings for repodoctor with a 2-release transition window
  • Web UI Publishing Feature: Added GitHub issue publishing capability directly from the Web UI
  • Model Expansion: Added 11 new AI model options including GPT-5 family, Claude Haiku 4.5, and Gemini 3 Pro Preview
  • Report Processing Enhancements: Significant improvements to report extraction including duplicate detection, content normalization, and category reconciliation
  • Event Handler Fix: Resolved duplicate content buffering when both delta and full message events are emitted

Reviewed changes

Copilot reviewed 97 out of 116 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Updated package name to "repocheckai", added "repocheck" bin, kept "repodoctor" as legacy alias
src/domain/config/projectIdentity.ts New file defining official and legacy command names
src/domain/config/commandPolicy.ts New file implementing transition policy and deprecation logic
src/domain/config/runtimeMetadata.ts New file for app version and branding constants
src/presentation/cli.ts Updated to use new identity constants and command policy
src/presentation/web/public/constants.ts Added 11 new model options and legacy API base fallback
src/utils/reportExtractor.ts Major enhancements: duplicate removal, narration cleaning, finding normalization
src/application/core/agent/eventHandler.ts Fixed duplicate content buffering issue
src/presentation/api/jobs/analysisOrchestrator.ts Added Web UI issue publishing support
tests/* Updated all test expectations to reflect new branding
docs/* Comprehensive documentation updates across all files
site/* Complete website rebrand including HTML, assets, and i18n

Comment thread src/domain/config/projectIdentity.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1555a0a83e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
Comment thread src/utils/reportExtractor.ts Outdated
@glaucia86 glaucia86 merged commit f37543b into main Feb 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants