[NA] [FE] chore: IA revamp cleanup — git blame ignore + stale skill removal#5969
Merged
andriidudar merged 1 commit intomainfrom Mar 30, 2026
Merged
[NA] [FE] chore: IA revamp cleanup — git blame ignore + stale skill removal#5969andriidudar merged 1 commit intomainfrom
andriidudar merged 1 commit intomainfrom
Conversation
Add OPIK-5097 (v1/v2 structural reorganization) and OPIK-4966 (v1→v2 clone) commits to the blame ignore file so git blame shows original authors instead of the bulk move/rename commits. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
aadereiko
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
Cleanup from the OPIK-4617 IA revamp initiative:
.git-blame-ignore-revs— added OPIK-5097 commit SHA (v1/v2 structural reorganization). This preventsgit blamefrom showing the bulk file-move commit as the author of every line in v1 files, instead attributing lines to the original authors..agents/skills/opik-frontend/rebase-v1-v2.md— this skill helped developers rebase PRs after the OPIK-5097 structural reorganization. The reorg was merged weeks ago and all PRs have been rebased. The skill is no longer needed.Note:
git log --followdoes NOT track v2 files back to v1 origins (they were copied, not moved). This is a known git limitation — the ignore file only helps v1 blame.Change checklist
Issues
AI-WATERMARK
AI-WATERMARK: yes
Testing
git blame --ignore-revs-file .git-blame-ignore-revs apps/opik-frontend/src/v1/pages/PromptsPage/PromptsPage.tsx— shows original authors (sasha, 2024-11-07) instead of OPIK-5097 reorg commitDocumentation
N/A
🤖 Generated with Claude Code