oh-my-claude-sisyphus 3.9.1 → 3.9.2

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.
@@ -10,7 +10,7 @@
10
10
  {
11
11
  "name": "oh-my-claudecode",
12
12
  "description": "Claude Code native multi-agent orchestration with intelligent model routing, 28 agent variants, and 30 powerful skills. Zero learning curve. Maximum power.",
13
- "version": "3.9.0",
13
+ "version": "3.9.2",
14
14
  "author": {
15
15
  "name": "Yeachan Heo",
16
16
  "email": "hurrc04@gmail.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-claudecode",
3
- "version": "3.9.0",
3
+ "version": "3.9.2",
4
4
  "description": "Multi-agent orchestration system for Claude Code",
5
5
  "author": {
6
6
  "name": "oh-my-claudecode contributors"
@@ -270,7 +270,7 @@ describe('Installer Constants', () => {
270
270
  });
271
271
  it('should match package.json version', () => {
272
272
  // This is a runtime check - VERSION should match the package.json
273
- expect(VERSION).toBe('3.9.0');
273
+ expect(VERSION).toBe('3.9.2');
274
274
  });
275
275
  });
276
276
  describe('File Paths', () => {
@@ -23,7 +23,7 @@ export declare const VERSION_FILE: string;
23
23
  */
24
24
  export declare const CORE_COMMANDS: string[];
25
25
  /** Current version */
26
- export declare const VERSION = "3.9.0";
26
+ export declare const VERSION = "3.9.2";
27
27
  /** Installation result */
28
28
  export interface InstallResult {
29
29
  success: boolean;
@@ -29,7 +29,7 @@ export const VERSION_FILE = join(CLAUDE_CONFIG_DIR, '.omc-version.json');
29
29
  */
30
30
  export const CORE_COMMANDS = [];
31
31
  /** Current version */
32
- export const VERSION = '3.9.0';
32
+ export const VERSION = '3.9.2';
33
33
  /**
34
34
  * Find a marker that appears at the start of a line (line-anchored).
35
35
  * This prevents matching markers inside code blocks.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-claude-sisyphus",
3
- "version": "3.9.1",
3
+ "version": "3.9.2",
4
4
  "description": "Multi-agent orchestration system for Claude Code - Inspired by oh-my-opencode",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",