Skip to content

[NA] [FE] chore: IA revamp cleanup — git blame ignore + stale skill removal#5969

Merged
andriidudar merged 1 commit intomainfrom
andriidudar/NA-opik4617-cleanup
Mar 30, 2026
Merged

[NA] [FE] chore: IA revamp cleanup — git blame ignore + stale skill removal#5969
andriidudar merged 1 commit intomainfrom
andriidudar/NA-opik4617-cleanup

Conversation

@andriidudar
Copy link
Copy Markdown
Contributor

Details

Cleanup from the OPIK-4617 IA revamp initiative:

  • .git-blame-ignore-revs — added OPIK-5097 commit SHA (v1/v2 structural reorganization). This prevents git blame from showing the bulk file-move commit as the author of every line in v1 files, instead attributing lines to the original authors.
  • Removed stale .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 --follow does 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

  • User facing
  • Documentation update

Issues

  • NA (cleanup for OPIK-4617 initiative)

AI-WATERMARK

AI-WATERMARK: yes

  • Tools: Claude Code
  • Model(s): Claude Opus 4.6
  • Scope: full implementation
  • Human verification: code review

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 commit
  • No code changes — no lint/typecheck needed

Documentation

N/A

🤖 Generated with Claude Code

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>
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 30, 2026
@andriidudar andriidudar marked this pull request as ready for review March 30, 2026 15:08
@andriidudar andriidudar requested review from a team as code owners March 30, 2026 15:08
@andriidudar andriidudar merged commit f685650 into main Mar 30, 2026
10 checks passed
@andriidudar andriidudar deleted the andriidudar/NA-opik4617-cleanup branch March 30, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants