Keep installer, config detection, schema generation, and publish workflows aligned with the long-lived oh-my-opencode package so this release does not split across two npm names. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
5 lines
188 B
TypeScript
5 lines
188 B
TypeScript
export const PLUGIN_NAME = "oh-my-opencode"
|
|
export const CONFIG_BASENAME = "oh-my-opencode"
|
|
export const LOG_FILENAME = "oh-my-opencode.log"
|
|
export const CACHE_DIR_NAME = "oh-my-opencode"
|