chore: remove stale .github/copilot-instructions.md - #175
Conversation
The file was last touched 2026-02-22 and had drifted far enough to be actively misleading. Two of its examples do not compile against the current API: - `@ConfigEntity(path = "...")` — the annotation only declares `String value()`; there is no `path` attribute. - `class MyEntity extends AbstractDataEntity` combined with `getDataOperator(MyEntity.class)` — `AbstractDataEntity` is `@Deprecated(since = "6.2.0", forRemoval = true)` and does not satisfy the `<T extends BaseDataEntity<String>>` bound on `getDataOperator`. Three further claims are wrong: it calls the project a "Spigot plugin framework" (Paper-only; Adventure Component is used throughout), states that dependencies are copied to `target/UltiTools/lib/` (replaced by maven-shade), and points javadoc output at `target/apidocs/` instead of `target/site/apidocs/`. PROJECT.md is the maintained control card for coding agents and already covers the same ground correctly, so this file is removed rather than rewritten. Nothing in the repository references it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J9hmZrywjj8deHYraePCkZ
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ +0.00% coverage variation (-1.00%) |
| Diff coverage | ✅ ∅ diff coverage |
Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (bf40c0b) 10908 7221 66.20% Head commit (82b852b) 10908 (+0) 7221 (+0) 66.20% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#175) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
What
Deletes
.github/copilot-instructions.md.Why
Last touched 2026-02-22. It had drifted far enough to be actively misleading — two of its examples do not compile against the current API:
@ConfigEntity(path = "config/myconfig.yml")String value()(annotations/ConfigEntity.java:21). Nopathattribute → compile error.class MyEntity extends AbstractDataEntity+getDataOperator(MyEntity.class)AbstractDataEntityis@Deprecated(since = "6.2.0", forRemoval = true)(:26);getDataOperatoris bounded<T extends BaseDataEntity<String>>(UltiToolsPlugin.java:370). Not a warning — a compile error.Three further factual errors:
Componentis used throughout andspigot-apiis commented out inpom.xml.target/UltiTools/lib/on package" — replaced by maven-shade;UltiTools/libhas zero occurrences inpom.xml.target/apidocs/— actuallytarget/site/apidocs/.Why delete rather than rewrite
PROJECT.mdis the maintained control card for coding agents and already covers the same ground correctly. Keeping a second, unowned copy is what produced this drift. Nothing in the repository references the removed file (verified with a case-insensitive search across all tracked paths).Risk
None to the build. This file is documentation only and is not read by any workflow, plugin, or test.
🤖 Generated with Claude Code
https://claude.ai/code/session_01J9hmZrywjj8deHYraePCkZ