chore(pi-fff): migrate from @mariozechner to @earendil-works packages#459
Conversation
There was a problem hiding this comment.
Pull request overview
Migrates the pi-fff extension off deprecated @mariozechner/* package names to the new @earendil-works/* equivalents, aligning imports and peer dependency declarations with the renamed upstream packages.
Changes:
- Updated
pi-fffTypeScript imports to reference@earendil-works/pi-coding-agentand@earendil-works/pi-tui. - Updated
pi-fffpeerDependenciesto the new package scope. - Bumped the Neovim help doc “Last change” date.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/pi-fff/src/index.ts | Switches imports to @earendil-works/* packages. |
| packages/pi-fff/package.json | Switches peer dependency package names to @earendil-works/*. |
| doc/fff.nvim.txt | Updates documentation “Last change” header date. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update deprecated package names in peerDependencies and imports: - @mariozechner/pi-coding-agent → @earendil-works/pi-coding-agent - @mariozechner/pi-tui → @earendil-works/pi-tui
610e920 to
b506da4
Compare
|
@dmtrKovalenko let me know if you're fine with me merging these on my own or I shall ping you on these. Pi has changed their repo from https://github.com/badlogic/pi-mono/ to https://github.com/earendil-works/pi/ and the npm packages too as Mario joins Earendil Works. so I've updated the dependencies. |
|
I think it's always better to get a review just in case. I would love my changes to be reviewed by someone there is just no one here who will do that for rust code 😅 |
|
perfekt, then I intuitively did it right. yeah I am not proficient in rust. there is agents, but they are like a catch low hanging fruits and ping pong rather then a proper review unless one spends the time to set their environment up to level up imo (for these kinds of libraries like fff, it's different for basic business app level code) |
Update deprecated package names in peerDependencies and imports: