feat(shared): add plugin identity constants for package name migration

Add centralized plugin identity constants to support migration from
oh-my-opencode to oh-my-openagent. Includes both current and legacy
names for backward compatibility.

🤖 Generated with assistance of OhMyOpenCode
This commit is contained in:
YeonGyu-Kim
2026-03-14 12:43:40 +09:00
parent a00bb8b6a7
commit b0ab34b568
3 changed files with 97 additions and 0 deletions
+1
View File
@@ -64,3 +64,4 @@ export * from "./prompt-tools"
export * from "./internal-initiator-marker"
export * from "./plugin-command-discovery"
export { SessionCategoryRegistry } from "./session-category-registry"
export * from "./plugin-identity"