oh-my-claude-sisyphus 1.11.1 → 2.0.1

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.
Files changed (211) hide show
  1. package/README.md +37 -12
  2. package/dist/__tests__/example.test.d.ts +2 -0
  3. package/dist/__tests__/example.test.d.ts.map +1 -0
  4. package/dist/__tests__/example.test.js +20 -0
  5. package/dist/__tests__/example.test.js.map +1 -0
  6. package/dist/__tests__/hooks.test.d.ts +2 -0
  7. package/dist/__tests__/hooks.test.d.ts.map +1 -0
  8. package/dist/__tests__/hooks.test.js +644 -0
  9. package/dist/__tests__/hooks.test.js.map +1 -0
  10. package/dist/__tests__/installer.test.d.ts +2 -0
  11. package/dist/__tests__/installer.test.d.ts.map +1 -0
  12. package/dist/__tests__/installer.test.js +369 -0
  13. package/dist/__tests__/installer.test.js.map +1 -0
  14. package/dist/__tests__/model-routing.test.d.ts +2 -0
  15. package/dist/__tests__/model-routing.test.d.ts.map +1 -0
  16. package/dist/__tests__/model-routing.test.js +814 -0
  17. package/dist/__tests__/model-routing.test.js.map +1 -0
  18. package/dist/__tests__/skills.test.d.ts +2 -0
  19. package/dist/__tests__/skills.test.d.ts.map +1 -0
  20. package/dist/__tests__/skills.test.js +126 -0
  21. package/dist/__tests__/skills.test.js.map +1 -0
  22. package/dist/__tests__/types.test.d.ts +2 -0
  23. package/dist/__tests__/types.test.d.ts.map +1 -0
  24. package/dist/__tests__/types.test.js +77 -0
  25. package/dist/__tests__/types.test.js.map +1 -0
  26. package/dist/agents/definitions.d.ts +1 -1
  27. package/dist/agents/definitions.d.ts.map +1 -1
  28. package/dist/agents/definitions.js +35 -3
  29. package/dist/agents/definitions.js.map +1 -1
  30. package/dist/agents/index.d.ts +1 -1
  31. package/dist/agents/index.d.ts.map +1 -1
  32. package/dist/agents/index.js +3 -1
  33. package/dist/agents/index.js.map +1 -1
  34. package/dist/agents/oracle.d.ts.map +1 -1
  35. package/dist/agents/oracle.js +43 -1
  36. package/dist/agents/oracle.js.map +1 -1
  37. package/dist/agents/orchestrator-sisyphus.js +2 -2
  38. package/dist/agents/orchestrator-sisyphus.js.map +1 -1
  39. package/dist/cli/index.js +22 -11
  40. package/dist/cli/index.js.map +1 -1
  41. package/dist/config/loader.d.ts.map +1 -1
  42. package/dist/config/loader.js +49 -0
  43. package/dist/config/loader.js.map +1 -1
  44. package/dist/features/auto-update.d.ts.map +1 -1
  45. package/dist/features/auto-update.js +14 -3
  46. package/dist/features/auto-update.js.map +1 -1
  47. package/dist/features/builtin-skills/skills.d.ts.map +1 -1
  48. package/dist/features/builtin-skills/skills.js +0 -1351
  49. package/dist/features/builtin-skills/skills.js.map +1 -1
  50. package/dist/features/index.d.ts +1 -0
  51. package/dist/features/index.d.ts.map +1 -1
  52. package/dist/features/index.js +14 -0
  53. package/dist/features/index.js.map +1 -1
  54. package/dist/features/model-routing/index.d.ts +34 -0
  55. package/dist/features/model-routing/index.d.ts.map +1 -0
  56. package/dist/features/model-routing/index.js +48 -0
  57. package/dist/features/model-routing/index.js.map +1 -0
  58. package/dist/features/model-routing/prompts/haiku.d.ts +54 -0
  59. package/dist/features/model-routing/prompts/haiku.d.ts.map +1 -0
  60. package/dist/features/model-routing/prompts/haiku.js +141 -0
  61. package/dist/features/model-routing/prompts/haiku.js.map +1 -0
  62. package/dist/features/model-routing/prompts/index.d.ts +45 -0
  63. package/dist/features/model-routing/prompts/index.d.ts.map +1 -0
  64. package/dist/features/model-routing/prompts/index.js +116 -0
  65. package/dist/features/model-routing/prompts/index.js.map +1 -0
  66. package/dist/features/model-routing/prompts/opus.d.ts +34 -0
  67. package/dist/features/model-routing/prompts/opus.d.ts.map +1 -0
  68. package/dist/features/model-routing/prompts/opus.js +153 -0
  69. package/dist/features/model-routing/prompts/opus.js.map +1 -0
  70. package/dist/features/model-routing/prompts/sonnet.d.ts +38 -0
  71. package/dist/features/model-routing/prompts/sonnet.d.ts.map +1 -0
  72. package/dist/features/model-routing/prompts/sonnet.js +149 -0
  73. package/dist/features/model-routing/prompts/sonnet.js.map +1 -0
  74. package/dist/features/model-routing/router.d.ts +92 -0
  75. package/dist/features/model-routing/router.d.ts.map +1 -0
  76. package/dist/features/model-routing/router.js +267 -0
  77. package/dist/features/model-routing/router.js.map +1 -0
  78. package/dist/features/model-routing/rules.d.ts +32 -0
  79. package/dist/features/model-routing/rules.d.ts.map +1 -0
  80. package/dist/features/model-routing/rules.js +224 -0
  81. package/dist/features/model-routing/rules.js.map +1 -0
  82. package/dist/features/model-routing/scorer.d.ts +35 -0
  83. package/dist/features/model-routing/scorer.d.ts.map +1 -0
  84. package/dist/features/model-routing/scorer.js +241 -0
  85. package/dist/features/model-routing/scorer.js.map +1 -0
  86. package/dist/features/model-routing/signals.d.ts +26 -0
  87. package/dist/features/model-routing/signals.d.ts.map +1 -0
  88. package/dist/features/model-routing/signals.js +283 -0
  89. package/dist/features/model-routing/signals.js.map +1 -0
  90. package/dist/features/model-routing/types.d.ts +195 -0
  91. package/dist/features/model-routing/types.d.ts.map +1 -0
  92. package/dist/features/model-routing/types.js +86 -0
  93. package/dist/features/model-routing/types.js.map +1 -0
  94. package/dist/hooks/agent-usage-reminder/index.d.ts +1 -1
  95. package/dist/hooks/agent-usage-reminder/index.d.ts.map +1 -1
  96. package/dist/hooks/agent-usage-reminder/index.js +1 -1
  97. package/dist/hooks/agent-usage-reminder/index.js.map +1 -1
  98. package/dist/hooks/auto-slash-command/executor.js.map +1 -1
  99. package/dist/hooks/auto-slash-command/index.d.ts +3 -3
  100. package/dist/hooks/auto-slash-command/index.d.ts.map +1 -1
  101. package/dist/hooks/auto-slash-command/index.js.map +1 -1
  102. package/dist/hooks/background-notification/index.js +1 -1
  103. package/dist/hooks/background-notification/index.js.map +1 -1
  104. package/dist/hooks/bridge.d.ts.map +1 -1
  105. package/dist/hooks/bridge.js.map +1 -1
  106. package/dist/hooks/comment-checker/filters.d.ts +1 -1
  107. package/dist/hooks/comment-checker/filters.d.ts.map +1 -1
  108. package/dist/hooks/comment-checker/filters.js +1 -1
  109. package/dist/hooks/comment-checker/filters.js.map +1 -1
  110. package/dist/hooks/comment-checker/index.js +1 -1
  111. package/dist/hooks/comment-checker/index.js.map +1 -1
  112. package/dist/hooks/context-window-limit-recovery/index.d.ts.map +1 -1
  113. package/dist/hooks/context-window-limit-recovery/index.js.map +1 -1
  114. package/dist/hooks/index.d.ts +3 -3
  115. package/dist/hooks/index.d.ts.map +1 -1
  116. package/dist/hooks/index.js +3 -3
  117. package/dist/hooks/index.js.map +1 -1
  118. package/dist/hooks/keyword-detector/index.d.ts +1 -1
  119. package/dist/hooks/keyword-detector/index.d.ts.map +1 -1
  120. package/dist/hooks/keyword-detector/index.js +1 -1
  121. package/dist/hooks/keyword-detector/index.js.map +1 -1
  122. package/dist/hooks/persistent-mode/index.d.ts.map +1 -1
  123. package/dist/hooks/persistent-mode/index.js.map +1 -1
  124. package/dist/hooks/plugin-patterns/index.d.ts.map +1 -1
  125. package/dist/hooks/plugin-patterns/index.js +12 -9
  126. package/dist/hooks/plugin-patterns/index.js.map +1 -1
  127. package/dist/hooks/preemptive-compaction/index.d.ts +2 -2
  128. package/dist/hooks/preemptive-compaction/index.d.ts.map +1 -1
  129. package/dist/hooks/preemptive-compaction/index.js +1 -11
  130. package/dist/hooks/preemptive-compaction/index.js.map +1 -1
  131. package/dist/hooks/ralph-loop/index.js.map +1 -1
  132. package/dist/hooks/rules-injector/matcher.js +1 -1
  133. package/dist/hooks/rules-injector/matcher.js.map +1 -1
  134. package/dist/hooks/session-recovery/index.d.ts +1 -1
  135. package/dist/hooks/session-recovery/index.d.ts.map +1 -1
  136. package/dist/hooks/session-recovery/index.js +1 -1
  137. package/dist/hooks/session-recovery/index.js.map +1 -1
  138. package/dist/hooks/sisyphus-orchestrator/index.d.ts.map +1 -1
  139. package/dist/hooks/sisyphus-orchestrator/index.js.map +1 -1
  140. package/dist/hooks/ultrawork-state/index.js +1 -1
  141. package/dist/hooks/ultrawork-state/index.js.map +1 -1
  142. package/dist/index.d.ts +2 -2
  143. package/dist/index.d.ts.map +1 -1
  144. package/dist/index.js +4 -2
  145. package/dist/index.js.map +1 -1
  146. package/dist/installer/hooks.d.ts +1 -1
  147. package/dist/installer/hooks.js +1 -1
  148. package/dist/installer/index.d.ts +8 -7
  149. package/dist/installer/index.d.ts.map +1 -1
  150. package/dist/installer/index.js +648 -2141
  151. package/dist/installer/index.js.map +1 -1
  152. package/dist/shared/types.d.ts +25 -0
  153. package/dist/shared/types.d.ts.map +1 -1
  154. package/dist/tools/lsp/servers.d.ts.map +1 -1
  155. package/dist/tools/lsp/servers.js +2 -1
  156. package/dist/tools/lsp/servers.js.map +1 -1
  157. package/package.json +18 -10
  158. package/scripts/install.sh +236 -260
  159. package/scripts/keyword-detector.mjs +209 -0
  160. package/scripts/persistent-mode.mjs +241 -0
  161. package/scripts/post-tool-verifier.mjs +217 -0
  162. package/scripts/pre-tool-enforcer.mjs +99 -0
  163. package/scripts/test-pr25.sh +525 -0
  164. package/dist/agents/model-lists.d.ts +0 -26
  165. package/dist/agents/model-lists.d.ts.map +0 -1
  166. package/dist/agents/model-lists.js +0 -62
  167. package/dist/agents/model-lists.js.map +0 -1
  168. package/dist/auth/index.d.ts +0 -10
  169. package/dist/auth/index.d.ts.map +0 -1
  170. package/dist/auth/index.js +0 -13
  171. package/dist/auth/index.js.map +0 -1
  172. package/dist/auth/manager.d.ts +0 -54
  173. package/dist/auth/manager.d.ts.map +0 -1
  174. package/dist/auth/manager.js +0 -248
  175. package/dist/auth/manager.js.map +0 -1
  176. package/dist/auth/oauth-google.d.ts +0 -47
  177. package/dist/auth/oauth-google.d.ts.map +0 -1
  178. package/dist/auth/oauth-google.js +0 -280
  179. package/dist/auth/oauth-google.js.map +0 -1
  180. package/dist/auth/oauth-openai.d.ts +0 -46
  181. package/dist/auth/oauth-openai.d.ts.map +0 -1
  182. package/dist/auth/oauth-openai.js +0 -264
  183. package/dist/auth/oauth-openai.js.map +0 -1
  184. package/dist/auth/pkce.d.ts +0 -14
  185. package/dist/auth/pkce.d.ts.map +0 -1
  186. package/dist/auth/pkce.js +0 -35
  187. package/dist/auth/pkce.js.map +0 -1
  188. package/dist/auth/storage.d.ts +0 -52
  189. package/dist/auth/storage.d.ts.map +0 -1
  190. package/dist/auth/storage.js +0 -230
  191. package/dist/auth/storage.js.map +0 -1
  192. package/dist/auth/types.d.ts +0 -76
  193. package/dist/auth/types.d.ts.map +0 -1
  194. package/dist/auth/types.js +0 -5
  195. package/dist/auth/types.js.map +0 -1
  196. package/dist/providers/index.d.ts +0 -8
  197. package/dist/providers/index.d.ts.map +0 -1
  198. package/dist/providers/index.js +0 -10
  199. package/dist/providers/index.js.map +0 -1
  200. package/dist/providers/registry.d.ts +0 -29
  201. package/dist/providers/registry.d.ts.map +0 -1
  202. package/dist/providers/registry.js +0 -162
  203. package/dist/providers/registry.js.map +0 -1
  204. package/dist/providers/router.d.ts +0 -40
  205. package/dist/providers/router.d.ts.map +0 -1
  206. package/dist/providers/router.js +0 -88
  207. package/dist/providers/router.js.map +0 -1
  208. package/dist/providers/types.d.ts +0 -92
  209. package/dist/providers/types.d.ts.map +0 -1
  210. package/dist/providers/types.js +0 -27
  211. package/dist/providers/types.js.map +0 -1
package/README.md CHANGED
@@ -2,9 +2,11 @@
2
2
 
3
3
  ![oh-my-claude-sisyphus](https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claude-sisyphus-website/main/social-preview.png)
4
4
 
5
- [![npm version](https://badge.fury.io/js/oh-my-claude-sisyphus.svg)](https://www.npmjs.com/package/oh-my-claude-sisyphus)
5
+ # 🚀 v2.0.1 - Claude Code Native Multi-Agent Orchestration
6
+
7
+ [![Version](https://img.shields.io/badge/version-2.0.1-ff6b6b)](https://github.com/Yeachan-Heo/oh-my-claude-sisyphus/releases)
6
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
- [![Agents](https://img.shields.io/badge/Agents-11-ff0040)](https://github.com/Yeachan-Heo/oh-my-claude-sisyphus)
9
+ [![Agents](https://img.shields.io/badge/Agents-19-ff0040)](https://github.com/Yeachan-Heo/oh-my-claude-sisyphus)
8
10
  [![Days Since Ban](https://img.shields.io/badge/Days%20Since%20Ban-0-00ffff)](https://github.com/Yeachan-Heo/oh-my-claude-sisyphus)
9
11
  [![Resurrections](https://img.shields.io/badge/Resurrections-∞-ff00ff)](https://github.com/Yeachan-Heo/oh-my-claude-sisyphus)
10
12
 
@@ -12,23 +14,43 @@
12
14
 
13
15
  *Like Sisyphus, these agents persist until every task is complete.*
14
16
 
15
- [Install](#quick-install) • [Usage](#usage) • [Agents](#the-eleven-agents) • [Architecture](docs/ARCHITECTURE.md) • [Website](https://yeachan-heo.github.io/oh-my-claude-sisyphus-website)
17
+ [Install](#quick-install) • [Usage](#usage) • [Agents](#the-twelve-agents) • [Architecture](docs/ARCHITECTURE.md) • [Website](https://yeachan-heo.github.io/oh-my-claude-sisyphus-website)
16
18
 
17
19
  </div>
18
20
 
19
21
  ---
20
22
 
23
+ ## ⚡ NEW in 2.0: Intelligent Model Routing
24
+
25
+ **Revolutionary change:** The orchestrator now analyzes task complexity and routes to the optimal model tier.
26
+
27
+ | Task Type | Model | Why |
28
+ |-----------|-------|-----|
29
+ | "Where is auth?" | **Haiku** | Simple lookup - fast & cheap |
30
+ | "Add validation" | **Sonnet** | Module work - balanced |
31
+ | "Debug race condition" | **Opus** | Complex - needs deep reasoning |
32
+
33
+ **All agents are now adaptive** (except orchestrators which need Opus to analyze and delegate).
34
+
35
+ ```
36
+ Orchestrator (Opus) → Analyzes complexity → Routes to Haiku/Sonnet/Opus
37
+ ```
38
+
39
+ See [CHANGELOG.md](CHANGELOG.md) for full details.
40
+
41
+ ---
42
+
21
43
  ## The Saga
22
44
 
23
45
  > **Day 0:** oh-my-opencode was born. A multi-agent orchestration system. Beautiful. Powerful. Perhaps *too* powerful.
24
46
  >
25
47
  > **Day ???:** THE BANNING. They pulled the plug. They thought it was over.
26
48
  >
27
- > **Day ??? + 1:** RESURRECTION. From the ashes rose oh-my-claude-sisyphus. Eleven agents. One mission.
49
+ > **Day ??? + 1:** RESURRECTION. From the ashes rose oh-my-claude-sisyphus. Twelve agents. One mission.
28
50
  >
29
51
  > **Today:** The boulder rolls. The agents orchestrate. The chaos continues.
30
52
 
31
- *Port of [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode).*
53
+ *Inspired by [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode).*
32
54
 
33
55
  ---
34
56
 
@@ -82,7 +104,7 @@ The repository is also a Claude Code plugin with this structure:
82
104
  oh-my-claude-sisyphus/
83
105
  ├── .claude-plugin/
84
106
  │ └── plugin.json # Plugin manifest
85
- ├── agents/ # 11 specialized subagents
107
+ ├── agents/ # 12 specialized subagents
86
108
  ├── commands/ # 12 slash commands
87
109
  ├── skills/ # 3 skills (ultrawork, git-master, frontend-ui-ux)
88
110
  ├── hooks/
@@ -106,7 +128,8 @@ The installer adds to your Claude Code config (`~/.claude/`):
106
128
  │ ├── momus.md # Plan reviewer (Opus)
107
129
  │ ├── metis.md # Pre-planning consultant (Opus)
108
130
  │ ├── sisyphus-junior.md # Focused executor (Sonnet)
109
- └── prometheus.md # Strategic planner (Opus)
131
+ ├── prometheus.md # Strategic planner (Opus)
132
+ │ └── qa-tester.md # CLI/service testing (Sonnet)
110
133
  ├── commands/
111
134
  │ ├── sisyphus.md # /sisyphus command
112
135
  │ ├── sisyphus-default.md # /sisyphus-default command
@@ -321,7 +344,7 @@ Claude uses judgment to detect task type and activate appropriate skill combinat
321
344
 
322
345
  ---
323
346
 
324
- ## The Eleven Agents
347
+ ## The Twelve Agents
325
348
 
326
349
  Claude will automatically delegate to these specialized agents:
327
350
 
@@ -335,6 +358,7 @@ Claude will automatically delegate to these specialized agents:
335
358
  | 🎨 | **Frontend Engineer** | Sonnet | UI components, styling, accessibility |
336
359
  | 📝 | **Document Writer** | Haiku | README files, API docs, code comments |
337
360
  | 👁️ | **Multimodal Looker** | Sonnet | Analyzing screenshots, diagrams, mockups |
361
+ | 🧪 | **QA Tester** | Sonnet | Interactive CLI/service testing with tmux |
338
362
 
339
363
  ### Planning & Review
340
364
 
@@ -348,6 +372,7 @@ Claude will automatically delegate to these specialized agents:
348
372
 
349
373
  | | Agent | Model | Best For |
350
374
  |---|-------|-------|----------|
375
+ | 🪨 | **Orchestrator-Sisyphus** | Opus | Master todo coordination, complex multi-step task management |
351
376
  | ✨ | **Sisyphus Junior** | Sonnet | Focused task execution, plan following, direct implementation |
352
377
 
353
378
  ### Manual Agent Invocation
@@ -410,7 +435,7 @@ curl -fsSL https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claude-sisyphus/m
410
435
  Or manually:
411
436
 
412
437
  ```bash
413
- rm ~/.claude/agents/{oracle,librarian,explore,frontend-engineer,document-writer,multimodal-looker,momus,metis,sisyphus-junior,prometheus}.md
438
+ rm ~/.claude/agents/{oracle,librarian,explore,frontend-engineer,document-writer,multimodal-looker,momus,metis,sisyphus-junior,prometheus,qa-tester}.md
414
439
  rm ~/.claude/commands/{sisyphus,sisyphus-default,ultrawork,deepsearch,analyze,plan,review,prometheus,orchestrator,ralph-loop,cancel-ralph}.md
415
440
  ```
416
441
 
@@ -472,11 +497,11 @@ for await (const message of query({
472
497
  <details>
473
498
  <summary><h2>Differences from oh-my-opencode</h2></summary>
474
499
 
475
- This is a port of [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode) adapted for Claude Code and the Claude Agent SDK. Here's what's different:
500
+ This project is inspired by [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode), reimagined for Claude Code with skill composition, intelligent model routing, and native integration. Here's what's different:
476
501
 
477
502
  ### Model Mapping
478
503
 
479
- The original oh-my-opencode used multiple AI providers. This port uses Claude models exclusively:
504
+ The original oh-my-opencode used multiple AI providers. This project uses Claude models exclusively:
480
505
 
481
506
  | Agent | Original Model | Ported Model | Notes |
482
507
  |-------|---------------|--------------|-------|
@@ -547,7 +572,7 @@ The original oh-my-opencode used multiple AI providers. This port uses Claude mo
547
572
 
548
573
  | Feature | Description |
549
574
  |---------|-------------|
550
- | **11 Specialized Agents** | Oracle, Librarian, Explore, Frontend Engineer, Document Writer, Multimodal Looker, Momus, Metis, Orchestrator-Sisyphus, Sisyphus-Junior, Prometheus |
575
+ | **12 Specialized Agents** | Oracle, Librarian, Explore, Frontend Engineer, Document Writer, Multimodal Looker, QA Tester, Momus, Metis, Orchestrator-Sisyphus, Sisyphus-Junior, Prometheus |
551
576
  | **18 Lifecycle Hooks** | rules-injector, sisyphus-orchestrator, auto-slash-command, keyword-detector, ralph-loop, todo-continuation, context-window-limit-recovery, preemptive-compaction, session-recovery, directory-readme-injector, comment-checker, thinking-block-validator, empty-message-sanitizer, edit-error-recovery, non-interactive-env, agent-usage-reminder, background-notification, think-mode |
552
577
  | **6 Builtin Skills** | sisyphus, orchestrator, ultrawork, ralph-loop, frontend-ui-ux, git-master |
553
578
  | **Magic Keywords** | `ultrawork`, `search`, `analyze`, `ultrathink` trigger enhanced modes |
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=example.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/example.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ import { describe, it, expect } from 'vitest';
2
+ describe('Example Test Suite', () => {
3
+ it('should perform basic arithmetic', () => {
4
+ expect(1 + 1).toBe(2);
5
+ });
6
+ it('should handle string operations', () => {
7
+ expect('hello'.toUpperCase()).toBe('HELLO');
8
+ });
9
+ it('should work with arrays', () => {
10
+ const arr = [1, 2, 3];
11
+ expect(arr).toHaveLength(3);
12
+ expect(arr).toContain(2);
13
+ });
14
+ it('should work with objects', () => {
15
+ const obj = { name: 'test', value: 42 };
16
+ expect(obj).toHaveProperty('name');
17
+ expect(obj.value).toBe(42);
18
+ });
19
+ });
20
+ //# sourceMappingURL=example.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example.test.js","sourceRoot":"","sources":["../../src/__tests__/example.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAE9C,QAAQ,CAAC,oBAAoB,EAAE,GAAG,EAAE;IAClC,EAAE,CAAC,iCAAiC,EAAE,GAAG,EAAE;QACzC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACxB,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,iCAAiC,EAAE,GAAG,EAAE;QACzC,MAAM,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,yBAAyB,EAAE,GAAG,EAAE;QACjC,MAAM,GAAG,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;QACtB,MAAM,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QAC5B,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;IAC3B,CAAC,CAAC,CAAC;IAEH,EAAE,CAAC,0BAA0B,EAAE,GAAG,EAAE;QAClC,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;QACxC,MAAM,CAAC,GAAG,CAAC,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;QACnC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IAC7B,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=hooks.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hooks.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/hooks.test.ts"],"names":[],"mappings":""}