evil-omo 3.11.3 → 3.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ export * from "./schema/git-env-prefix";
14
14
  export * from "./schema/git-master";
15
15
  export * from "./schema/hooks";
16
16
  export * from "./schema/notification";
17
- export * from "./schema/oh-my-opencode-config";
17
+ export * from "./schema/evil-omo-config";
18
18
  export * from "./schema/ralph-loop";
19
19
  export * from "./schema/runtime-fallback";
20
20
  export * from "./schema/skills";
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
3
+ "$id": "https://raw.githubusercontent.com/D4ch1au/evil-oh-my-openagent/dev/assets/evil-omo.schema.json",
4
4
  "title": "Oh My OpenCode Configuration",
5
- "description": "Configuration schema for oh-my-opencode plugin",
5
+ "description": "Configuration schema for evil-omo plugin",
6
6
  "type": "object",
7
7
  "properties": {
8
8
  "$schema": {
@@ -205,7 +205,7 @@ export interface ClaudeSettings {
205
205
  */
206
206
  export interface PluginLoaderOptions {
207
207
  /**
208
- * Override enabled plugins from oh-my-opencode config.
208
+ * Override enabled plugins from evil-omo config.
209
209
  * Key format: "pluginName@marketplace" (e.g., "shell-scripting@claude-code-workflows")
210
210
  * Value: true = enabled, false = disabled
211
211
  *
@@ -1,5 +1,5 @@
1
- export declare const PACKAGE_NAME = "oh-my-opencode";
2
- export declare const NPM_REGISTRY_URL = "https://registry.npmjs.org/-/package/oh-my-opencode/dist-tags";
1
+ export declare const PACKAGE_NAME = "evil-omo";
2
+ export declare const NPM_REGISTRY_URL = "https://registry.npmjs.org/-/package/evil-omo/dist-tags";
3
3
  export declare const NPM_FETCH_TIMEOUT = 5000;
4
4
  export declare const CACHE_DIR: string;
5
5
  export declare const VERSION_FILE: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Get the cache directory for oh-my-opencode binaries.
2
+ * Get the cache directory for evil-omo binaries.
3
3
  * On Windows: Uses %LOCALAPPDATA% or %APPDATA% (Windows conventions)
4
4
  * On Unix: Follows XDG Base Directory Specification
5
5
  */