chore: migrate pi packages to earendil works scope
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* Snake game extension - play snake with /snake command
|
||||
*/
|
||||
|
||||
import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
|
||||
import { matchesKey, visibleWidth } from "@mariozechner/pi-tui";
|
||||
import type { ExtensionAPI } from "@earendil-works/pi-coding-agent";
|
||||
import { matchesKey, visibleWidth } from "@earendil-works/pi-tui";
|
||||
|
||||
const GAME_WIDTH = 40;
|
||||
const GAME_HEIGHT = 15;
|
||||
|
||||
Reference in New Issue
Block a user