Skip to content

chore: rename Label-Eval-Portal → Label Suite across all files#13

Merged
singyichen merged 2 commits intomainfrom
chore/rename-label-eval-portal
Mar 26, 2026
Merged

chore: rename Label-Eval-Portal → Label Suite across all files#13
singyichen merged 2 commits intomainfrom
chore/rename-label-eval-portal

Conversation

@singyichen
Copy link
Copy Markdown
Owner

Summary

  • Replace all occurrences of the old project name Label-Eval-Portal with the correct product name Label Suite across 28 files (docs, skills, ADRs, templates, diagrams)
  • Fix lowercase label-eval-portal/ path references in directory tree examples → label-suite/

Affected Files

  • CLAUDE.md, AGENTS.md — project overview and agent docs
  • .specify/memory/constitution.md, .specify/templates/ — SDD templates
  • .claude/skills/** — all skill descriptions
  • .claude/agents/senior-architect.md
  • docs/adr/README.md, docs/adr/001-monorepo-structure.md, docs/adr/010-config-driven-architecture.md
  • docs/diagrams/thesis/*.d2 — thesis diagram labels

Test Plan

  • Verified zero remaining occurrences of Label-Eval-Portal (case-insensitive) in all source files
  • .git/ internal metadata excluded (branch name / commit message only — no impact)
  • No functional code changed — docs and skill descriptions only

🤖 Generated with Claude Code

singyichen and others added 2 commits March 26, 2026 11:22
Replace all occurrences of the old project name "Label-Eval-Portal" with
the correct product name "Label Suite" in CLAUDE.md, AGENTS.md, ADRs,
.claude/skills/*, .specify/templates/*, and thesis diagrams.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update directory tree examples in CLAUDE.md and ADR-001 to use
label-suite/ (actual repo name) instead of the old label-eval-portal/.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Rename Label-Eval-Portal to Label Suite across all documentation and skills

📝 Documentation

Grey Divider

Walkthroughs

Description
• Rename project name from "Label-Eval-Portal" to "Label Suite" across documentation
• Update 28 files including skills, agents, ADRs, templates, and diagrams
• Fix lowercase path references from "label-eval-portal/" to "label-suite/"
• No functional code changes, documentation and metadata updates only
Diagram
flowchart LR
  A["Old Name: Label-Eval-Portal"] -- "Rename to" --> B["New Name: Label Suite"]
  B -- "Updated in" --> C["Skills & Agents"]
  B -- "Updated in" --> D["ADRs & Docs"]
  B -- "Updated in" --> E["Diagrams & Templates"]
  B -- "Updated in" --> F["Path References"]
Loading

Grey Divider

File Changes

1. .claude/SKILLS.md 📝 Documentation +2/-2

Update project name references in skills directory

.claude/SKILLS.md


2. .claude/agents/senior-architect.md 📝 Documentation +1/-1

Update project context with new product name

.claude/agents/senior-architect.md


3. .claude/skills/code-quality/CODE_REVIEW_GUIDE.md 📝 Documentation +1/-1

Update project name in code review guide

.claude/skills/code-quality/CODE_REVIEW_GUIDE.md


View more (26)
4. .claude/skills/code-quality/code-review-checklist/SKILL.md 📝 Documentation +1/-1

Update skill description with new project name

.claude/skills/code-quality/code-review-checklist/SKILL.md


5. .claude/skills/code-quality/git-branch/SKILL.md 📝 Documentation +1/-1

Update git branch skill description

.claude/skills/code-quality/git-branch/SKILL.md


6. .claude/skills/requirements-engineering/acceptance-criteria/SKILL.md 📝 Documentation +1/-1

Update acceptance criteria skill description

.claude/skills/requirements-engineering/acceptance-criteria/SKILL.md


7. .claude/skills/requirements-engineering/functional-req/SKILL.md 📝 Documentation +1/-1

Update functional requirements skill description

.claude/skills/requirements-engineering/functional-req/SKILL.md


8. .claude/skills/requirements-engineering/user-story/SKILL.md 📝 Documentation +1/-1

Update user story skill description

.claude/skills/requirements-engineering/user-story/SKILL.md


9. .claude/skills/spec-driven-development/sdd-workflow/SKILL.md 📝 Documentation +2/-2

Update SDD workflow skill description

.claude/skills/spec-driven-development/sdd-workflow/SKILL.md


10. .claude/skills/spec-driven-development/spec-to-plan/SKILL.md 📝 Documentation +1/-1

Update spec-to-plan skill description

.claude/skills/spec-driven-development/spec-to-plan/SKILL.md


11. .claude/skills/system-design/api-spec/SKILL.md 📝 Documentation +1/-1

Update API specification skill description

.claude/skills/system-design/api-spec/SKILL.md


12. .claude/skills/system-design/backend-spec/SKILL.md 📝 Documentation +1/-1

Update backend specification skill description

.claude/skills/system-design/backend-spec/SKILL.md


13. .claude/skills/system-design/data-model/SKILL.md 📝 Documentation +1/-1

Update data model skill description

.claude/skills/system-design/data-model/SKILL.md


14. .claude/skills/system-design/frontend-spec/SKILL.md 📝 Documentation +2/-2

Update frontend specification skill and mockup

.claude/skills/system-design/frontend-spec/SKILL.md


15. .claude/skills/test-engineering/exploratory-testing/SKILL.md 📝 Documentation +2/-2

Update exploratory testing skill description

.claude/skills/test-engineering/exploratory-testing/SKILL.md


16. .claude/skills/test-engineering/regression-suite/SKILL.md 📝 Documentation +1/-1

Update regression suite skill description

.claude/skills/test-engineering/regression-suite/SKILL.md


17. .claude/skills/test-engineering/test-coverage/SKILL.md 📝 Documentation +1/-1

Update test coverage skill description

.claude/skills/test-engineering/test-coverage/SKILL.md


18. .claude/skills/test-engineering/test-data-strategy/SKILL.md 📝 Documentation +2/-2

Update test data strategy skill description

.claude/skills/test-engineering/test-data-strategy/SKILL.md


19. .claude/skills/test-engineering/test-plan/SKILL.md 📝 Documentation +1/-1

Update test plan skill description

.claude/skills/test-engineering/test-plan/SKILL.md


20. .specify/memory/constitution.md 📝 Documentation +1/-1

Update constitution title with new project name

.specify/memory/constitution.md


21. .specify/templates/agent-file-template.md 📝 Documentation +1/-1

Update template with new project name

.specify/templates/agent-file-template.md


22. .specify/templates/constitution-template.md 📝 Documentation +1/-1

Update template example with new project name

.specify/templates/constitution-template.md


23. AGENTS.md 📝 Documentation +2/-2

Update agents directory overview with new name

AGENTS.md


24. CLAUDE.md 📝 Documentation +2/-2

Update project overview and directory tree paths

CLAUDE.md


25. docs/adr/001-monorepo-structure.md 📝 Documentation +1/-1

Update ADR with new repository name

docs/adr/001-monorepo-structure.md


26. docs/adr/010-config-driven-architecture.md 📝 Documentation +1/-1

Update ADR with new project name

docs/adr/010-config-driven-architecture.md


27. docs/adr/README.md 📝 Documentation +1/-1

Update ADR directory description

docs/adr/README.md


28. docs/diagrams/thesis/thesis-ch3-system-design.d2 📝 Documentation +1/-1

Update system design diagram with new name

docs/diagrams/thesis/thesis-ch3-system-design.d2


29. docs/diagrams/thesis/thesis-ch5-experiments.d2 📝 Documentation +2/-2

Update experiments diagram with new name

docs/diagrams/thesis/thesis-ch5-experiments.d2


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review bot commented Mar 26, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0) 📐 Spec deviations (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@singyichen singyichen merged commit d56182b into main Mar 26, 2026
6 checks passed
@singyichen singyichen deleted the chore/rename-label-eval-portal branch March 26, 2026 03:54
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