oh-my-opencode-slim 2.2.0 → 2.2.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.
package/dist/index.js CHANGED
@@ -184,7 +184,7 @@ var init_zip_extractor = __esm(() => {
184
184
  init_compat();
185
185
  });
186
186
 
187
- // node_modules/.pnpm/@mozilla+readability@0.6.0/node_modules/@mozilla/readability/Readability.js
187
+ // node_modules/@mozilla/readability/Readability.js
188
188
  var require_Readability = __commonJS((exports, module) => {
189
189
  function Readability(doc, options) {
190
190
  if (options && options.documentElement) {
@@ -1755,7 +1755,7 @@ var require_Readability = __commonJS((exports, module) => {
1755
1755
  }
1756
1756
  });
1757
1757
 
1758
- // node_modules/.pnpm/@mozilla+readability@0.6.0/node_modules/@mozilla/readability/Readability-readerable.js
1758
+ // node_modules/@mozilla/readability/Readability-readerable.js
1759
1759
  var require_Readability_readerable = __commonJS((exports, module) => {
1760
1760
  var REGEXPS = {
1761
1761
  unlikelyCandidates: /-ad-|ai2html|banner|breadcrumbs|combx|comment|community|cover-wrap|disqus|extra|footer|gdpr|header|legends|menu|related|remark|replies|rss|shoutbox|sidebar|skyscraper|social|sponsor|supplemental|ad-break|agegate|pagination|pager|popup|yom-remote/i,
@@ -1811,7 +1811,7 @@ var require_Readability_readerable = __commonJS((exports, module) => {
1811
1811
  }
1812
1812
  });
1813
1813
 
1814
- // node_modules/.pnpm/@mozilla+readability@0.6.0/node_modules/@mozilla/readability/index.js
1814
+ // node_modules/@mozilla/readability/index.js
1815
1815
  var require_readability = __commonJS((exports, module) => {
1816
1816
  var Readability = require_Readability();
1817
1817
  var isProbablyReaderable = require_Readability_readerable();
@@ -1821,7 +1821,7 @@ var require_readability = __commonJS((exports, module) => {
1821
1821
  };
1822
1822
  });
1823
1823
 
1824
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/Event.js
1824
+ // node_modules/@mixmark-io/domino/lib/Event.js
1825
1825
  var require_Event = __commonJS((exports, module) => {
1826
1826
  module.exports = Event;
1827
1827
  Event.CAPTURING_PHASE = 1;
@@ -1878,7 +1878,7 @@ var require_Event = __commonJS((exports, module) => {
1878
1878
  });
1879
1879
  });
1880
1880
 
1881
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/UIEvent.js
1881
+ // node_modules/@mixmark-io/domino/lib/UIEvent.js
1882
1882
  var require_UIEvent = __commonJS((exports, module) => {
1883
1883
  var Event = require_Event();
1884
1884
  module.exports = UIEvent;
@@ -1897,7 +1897,7 @@ var require_UIEvent = __commonJS((exports, module) => {
1897
1897
  });
1898
1898
  });
1899
1899
 
1900
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/MouseEvent.js
1900
+ // node_modules/@mixmark-io/domino/lib/MouseEvent.js
1901
1901
  var require_MouseEvent = __commonJS((exports, module) => {
1902
1902
  var UIEvent = require_UIEvent();
1903
1903
  module.exports = MouseEvent;
@@ -1955,7 +1955,7 @@ var require_MouseEvent = __commonJS((exports, module) => {
1955
1955
  });
1956
1956
  });
1957
1957
 
1958
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/DOMException.js
1958
+ // node_modules/@mixmark-io/domino/lib/DOMException.js
1959
1959
  var require_DOMException = __commonJS((exports, module) => {
1960
1960
  module.exports = DOMException;
1961
1961
  var INDEX_SIZE_ERR = 1;
@@ -2079,12 +2079,12 @@ var require_DOMException = __commonJS((exports, module) => {
2079
2079
  var c;
2080
2080
  });
2081
2081
 
2082
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/config.js
2082
+ // node_modules/@mixmark-io/domino/lib/config.js
2083
2083
  var require_config = __commonJS((exports) => {
2084
2084
  exports.isApiWritable = !globalThis.__domino_frozen__;
2085
2085
  });
2086
2086
 
2087
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/utils.js
2087
+ // node_modules/@mixmark-io/domino/lib/utils.js
2088
2088
  var require_utils = __commonJS((exports) => {
2089
2089
  var DOMException = require_DOMException();
2090
2090
  var ERR = DOMException;
@@ -2197,7 +2197,7 @@ var require_utils = __commonJS((exports) => {
2197
2197
  };
2198
2198
  });
2199
2199
 
2200
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/EventTarget.js
2200
+ // node_modules/@mixmark-io/domino/lib/EventTarget.js
2201
2201
  var require_EventTarget = __commonJS((exports, module) => {
2202
2202
  var Event = require_Event();
2203
2203
  var MouseEvent = require_MouseEvent();
@@ -2385,7 +2385,7 @@ var require_EventTarget = __commonJS((exports, module) => {
2385
2385
  };
2386
2386
  });
2387
2387
 
2388
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/LinkedList.js
2388
+ // node_modules/@mixmark-io/domino/lib/LinkedList.js
2389
2389
  var require_LinkedList = __commonJS((exports, module) => {
2390
2390
  var utils = require_utils();
2391
2391
  var LinkedList = module.exports = {
@@ -2428,7 +2428,7 @@ var require_LinkedList = __commonJS((exports, module) => {
2428
2428
  };
2429
2429
  });
2430
2430
 
2431
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NodeUtils.js
2431
+ // node_modules/@mixmark-io/domino/lib/NodeUtils.js
2432
2432
  var require_NodeUtils = __commonJS((exports, module) => {
2433
2433
  module.exports = {
2434
2434
  serializeOne,
@@ -2604,7 +2604,7 @@ var require_NodeUtils = __commonJS((exports, module) => {
2604
2604
  }
2605
2605
  });
2606
2606
 
2607
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/Node.js
2607
+ // node_modules/@mixmark-io/domino/lib/Node.js
2608
2608
  var require_Node = __commonJS((exports, module) => {
2609
2609
  module.exports = Node;
2610
2610
  var EventTarget = require_EventTarget();
@@ -3165,7 +3165,7 @@ var require_Node = __commonJS((exports, module) => {
3165
3165
  });
3166
3166
  });
3167
3167
 
3168
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NodeList.es6.js
3168
+ // node_modules/@mixmark-io/domino/lib/NodeList.es6.js
3169
3169
  var require_NodeList_es6 = __commonJS((exports, module) => {
3170
3170
  module.exports = class NodeList extends Array {
3171
3171
  constructor(a) {
@@ -3182,7 +3182,7 @@ var require_NodeList_es6 = __commonJS((exports, module) => {
3182
3182
  };
3183
3183
  });
3184
3184
 
3185
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NodeList.es5.js
3185
+ // node_modules/@mixmark-io/domino/lib/NodeList.es5.js
3186
3186
  var require_NodeList_es5 = __commonJS((exports, module) => {
3187
3187
  function item(i) {
3188
3188
  return this[i] || null;
@@ -3196,7 +3196,7 @@ var require_NodeList_es5 = __commonJS((exports, module) => {
3196
3196
  module.exports = NodeList;
3197
3197
  });
3198
3198
 
3199
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NodeList.js
3199
+ // node_modules/@mixmark-io/domino/lib/NodeList.js
3200
3200
  var require_NodeList = __commonJS((exports, module) => {
3201
3201
  var NodeList;
3202
3202
  try {
@@ -3207,7 +3207,7 @@ var require_NodeList = __commonJS((exports, module) => {
3207
3207
  module.exports = NodeList;
3208
3208
  });
3209
3209
 
3210
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/ContainerNode.js
3210
+ // node_modules/@mixmark-io/domino/lib/ContainerNode.js
3211
3211
  var require_ContainerNode = __commonJS((exports, module) => {
3212
3212
  module.exports = ContainerNode;
3213
3213
  var Node = require_Node();
@@ -3275,7 +3275,7 @@ var require_ContainerNode = __commonJS((exports, module) => {
3275
3275
  });
3276
3276
  });
3277
3277
 
3278
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/xmlnames.js
3278
+ // node_modules/@mixmark-io/domino/lib/xmlnames.js
3279
3279
  var require_xmlnames = __commonJS((exports) => {
3280
3280
  exports.isValidName = isValidName;
3281
3281
  exports.isValidQName = isValidQName;
@@ -3324,7 +3324,7 @@ var require_xmlnames = __commonJS((exports) => {
3324
3324
  }
3325
3325
  });
3326
3326
 
3327
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/attributes.js
3327
+ // node_modules/@mixmark-io/domino/lib/attributes.js
3328
3328
  var require_attributes = __commonJS((exports) => {
3329
3329
  var utils = require_utils();
3330
3330
  exports.property = function(attr) {
@@ -3460,7 +3460,7 @@ var require_attributes = __commonJS((exports) => {
3460
3460
  };
3461
3461
  });
3462
3462
 
3463
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/FilteredElementList.js
3463
+ // node_modules/@mixmark-io/domino/lib/FilteredElementList.js
3464
3464
  var require_FilteredElementList = __commonJS((exports, module) => {
3465
3465
  module.exports = FilteredElementList;
3466
3466
  var Node = require_Node();
@@ -3526,7 +3526,7 @@ var require_FilteredElementList = __commonJS((exports, module) => {
3526
3526
  });
3527
3527
  });
3528
3528
 
3529
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/DOMTokenList.js
3529
+ // node_modules/@mixmark-io/domino/lib/DOMTokenList.js
3530
3530
  var require_DOMTokenList = __commonJS((exports, module) => {
3531
3531
  var utils = require_utils();
3532
3532
  module.exports = DOMTokenList;
@@ -3688,7 +3688,7 @@ var require_DOMTokenList = __commonJS((exports, module) => {
3688
3688
  }
3689
3689
  });
3690
3690
 
3691
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/select.js
3691
+ // node_modules/@mixmark-io/domino/lib/select.js
3692
3692
  var require_select = __commonJS((exports, module) => {
3693
3693
  var window2 = Object.create(null, {
3694
3694
  location: { get: function() {
@@ -4431,7 +4431,7 @@ var require_select = __commonJS((exports, module) => {
4431
4431
  };
4432
4432
  });
4433
4433
 
4434
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/ChildNode.js
4434
+ // node_modules/@mixmark-io/domino/lib/ChildNode.js
4435
4435
  var require_ChildNode = __commonJS((exports, module) => {
4436
4436
  var Node = require_Node();
4437
4437
  var LinkedList = require_LinkedList();
@@ -4521,7 +4521,7 @@ var require_ChildNode = __commonJS((exports, module) => {
4521
4521
  module.exports = ChildNode;
4522
4522
  });
4523
4523
 
4524
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NonDocumentTypeChildNode.js
4524
+ // node_modules/@mixmark-io/domino/lib/NonDocumentTypeChildNode.js
4525
4525
  var require_NonDocumentTypeChildNode = __commonJS((exports, module) => {
4526
4526
  var Node = require_Node();
4527
4527
  var NonDocumentTypeChildNode = {
@@ -4547,7 +4547,7 @@ var require_NonDocumentTypeChildNode = __commonJS((exports, module) => {
4547
4547
  module.exports = NonDocumentTypeChildNode;
4548
4548
  });
4549
4549
 
4550
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NamedNodeMap.js
4550
+ // node_modules/@mixmark-io/domino/lib/NamedNodeMap.js
4551
4551
  var require_NamedNodeMap = __commonJS((exports, module) => {
4552
4552
  module.exports = NamedNodeMap;
4553
4553
  var utils = require_utils();
@@ -4584,7 +4584,7 @@ var require_NamedNodeMap = __commonJS((exports, module) => {
4584
4584
  });
4585
4585
  });
4586
4586
 
4587
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/Element.js
4587
+ // node_modules/@mixmark-io/domino/lib/Element.js
4588
4588
  var require_Element = __commonJS((exports, module) => {
4589
4589
  module.exports = Element;
4590
4590
  var xml = require_xmlnames();
@@ -5485,7 +5485,7 @@ var require_Element = __commonJS((exports, module) => {
5485
5485
  }
5486
5486
  });
5487
5487
 
5488
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/Leaf.js
5488
+ // node_modules/@mixmark-io/domino/lib/Leaf.js
5489
5489
  var require_Leaf = __commonJS((exports, module) => {
5490
5490
  module.exports = Leaf;
5491
5491
  var Node = require_Node();
@@ -5526,7 +5526,7 @@ var require_Leaf = __commonJS((exports, module) => {
5526
5526
  });
5527
5527
  });
5528
5528
 
5529
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/CharacterData.js
5529
+ // node_modules/@mixmark-io/domino/lib/CharacterData.js
5530
5530
  var require_CharacterData = __commonJS((exports, module) => {
5531
5531
  module.exports = CharacterData;
5532
5532
  var Leaf = require_Leaf();
@@ -5583,7 +5583,7 @@ var require_CharacterData = __commonJS((exports, module) => {
5583
5583
  Object.defineProperties(CharacterData.prototype, NonDocumentTypeChildNode);
5584
5584
  });
5585
5585
 
5586
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/Text.js
5586
+ // node_modules/@mixmark-io/domino/lib/Text.js
5587
5587
  var require_Text = __commonJS((exports, module) => {
5588
5588
  module.exports = Text;
5589
5589
  var utils = require_utils();
@@ -5653,7 +5653,7 @@ var require_Text = __commonJS((exports, module) => {
5653
5653
  });
5654
5654
  });
5655
5655
 
5656
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/Comment.js
5656
+ // node_modules/@mixmark-io/domino/lib/Comment.js
5657
5657
  var require_Comment = __commonJS((exports, module) => {
5658
5658
  module.exports = Comment;
5659
5659
  var Node = require_Node();
@@ -5696,7 +5696,7 @@ var require_Comment = __commonJS((exports, module) => {
5696
5696
  });
5697
5697
  });
5698
5698
 
5699
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/DocumentFragment.js
5699
+ // node_modules/@mixmark-io/domino/lib/DocumentFragment.js
5700
5700
  var require_DocumentFragment = __commonJS((exports, module) => {
5701
5701
  module.exports = DocumentFragment;
5702
5702
  var Node = require_Node();
@@ -5753,7 +5753,7 @@ var require_DocumentFragment = __commonJS((exports, module) => {
5753
5753
  });
5754
5754
  });
5755
5755
 
5756
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/ProcessingInstruction.js
5756
+ // node_modules/@mixmark-io/domino/lib/ProcessingInstruction.js
5757
5757
  var require_ProcessingInstruction = __commonJS((exports, module) => {
5758
5758
  module.exports = ProcessingInstruction;
5759
5759
  var Node = require_Node();
@@ -5802,7 +5802,7 @@ var require_ProcessingInstruction = __commonJS((exports, module) => {
5802
5802
  });
5803
5803
  });
5804
5804
 
5805
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NodeFilter.js
5805
+ // node_modules/@mixmark-io/domino/lib/NodeFilter.js
5806
5806
  var require_NodeFilter = __commonJS((exports, module) => {
5807
5807
  var NodeFilter = {
5808
5808
  FILTER_ACCEPT: 1,
@@ -5825,7 +5825,7 @@ var require_NodeFilter = __commonJS((exports, module) => {
5825
5825
  module.exports = NodeFilter.constructor = NodeFilter.prototype = NodeFilter;
5826
5826
  });
5827
5827
 
5828
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NodeTraversal.js
5828
+ // node_modules/@mixmark-io/domino/lib/NodeTraversal.js
5829
5829
  var require_NodeTraversal = __commonJS((exports, module) => {
5830
5830
  var NodeTraversal = module.exports = {
5831
5831
  nextSkippingChildren,
@@ -5889,7 +5889,7 @@ var require_NodeTraversal = __commonJS((exports, module) => {
5889
5889
  }
5890
5890
  });
5891
5891
 
5892
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/TreeWalker.js
5892
+ // node_modules/@mixmark-io/domino/lib/TreeWalker.js
5893
5893
  var require_TreeWalker = __commonJS((exports, module) => {
5894
5894
  module.exports = TreeWalker;
5895
5895
  var Node = require_Node();
@@ -6119,7 +6119,7 @@ var require_TreeWalker = __commonJS((exports, module) => {
6119
6119
  });
6120
6120
  });
6121
6121
 
6122
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NodeIterator.js
6122
+ // node_modules/@mixmark-io/domino/lib/NodeIterator.js
6123
6123
  var require_NodeIterator = __commonJS((exports, module) => {
6124
6124
  module.exports = NodeIterator;
6125
6125
  var NodeFilter = require_NodeFilter();
@@ -6260,7 +6260,7 @@ var require_NodeIterator = __commonJS((exports, module) => {
6260
6260
  });
6261
6261
  });
6262
6262
 
6263
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/URL.js
6263
+ // node_modules/@mixmark-io/domino/lib/URL.js
6264
6264
  var require_URL = __commonJS((exports, module) => {
6265
6265
  module.exports = URL4;
6266
6266
  function URL4(url) {
@@ -6433,7 +6433,7 @@ var require_URL = __commonJS((exports, module) => {
6433
6433
  };
6434
6434
  });
6435
6435
 
6436
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/CustomEvent.js
6436
+ // node_modules/@mixmark-io/domino/lib/CustomEvent.js
6437
6437
  var require_CustomEvent = __commonJS((exports, module) => {
6438
6438
  module.exports = CustomEvent;
6439
6439
  var Event = require_Event();
@@ -6445,7 +6445,7 @@ var require_CustomEvent = __commonJS((exports, module) => {
6445
6445
  });
6446
6446
  });
6447
6447
 
6448
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/events.js
6448
+ // node_modules/@mixmark-io/domino/lib/events.js
6449
6449
  var require_events = __commonJS((exports, module) => {
6450
6450
  module.exports = {
6451
6451
  Event: require_Event(),
@@ -6455,7 +6455,7 @@ var require_events = __commonJS((exports, module) => {
6455
6455
  };
6456
6456
  });
6457
6457
 
6458
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/style_parser.js
6458
+ // node_modules/@mixmark-io/domino/lib/style_parser.js
6459
6459
  var require_style_parser = __commonJS((exports) => {
6460
6460
  Object.defineProperty(exports, "__esModule", { value: true });
6461
6461
  exports.hyphenate = exports.parse = undefined;
@@ -6522,7 +6522,7 @@ var require_style_parser = __commonJS((exports) => {
6522
6522
  exports.hyphenate = hyphenate;
6523
6523
  });
6524
6524
 
6525
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/CSSStyleDeclaration.js
6525
+ // node_modules/@mixmark-io/domino/lib/CSSStyleDeclaration.js
6526
6526
  var require_CSSStyleDeclaration = __commonJS((exports, module) => {
6527
6527
  var { parse } = require_style_parser();
6528
6528
  module.exports = function(elt) {
@@ -6698,7 +6698,7 @@ var require_CSSStyleDeclaration = __commonJS((exports, module) => {
6698
6698
  });
6699
6699
  });
6700
6700
 
6701
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/URLUtils.js
6701
+ // node_modules/@mixmark-io/domino/lib/URLUtils.js
6702
6702
  var require_URLUtils = __commonJS((exports, module) => {
6703
6703
  var URL4 = require_URL();
6704
6704
  module.exports = URLUtils;
@@ -6932,7 +6932,7 @@ var require_URLUtils = __commonJS((exports, module) => {
6932
6932
  };
6933
6933
  });
6934
6934
 
6935
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/defineElement.js
6935
+ // node_modules/@mixmark-io/domino/lib/defineElement.js
6936
6936
  var require_defineElement = __commonJS((exports, module) => {
6937
6937
  var attributes = require_attributes();
6938
6938
  var isApiWritable = require_config().isApiWritable;
@@ -6994,7 +6994,7 @@ var require_defineElement = __commonJS((exports, module) => {
6994
6994
  }
6995
6995
  });
6996
6996
 
6997
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/htmlelts.js
6997
+ // node_modules/@mixmark-io/domino/lib/htmlelts.js
6998
6998
  var require_htmlelts = __commonJS((exports) => {
6999
6999
  var Node = require_Node();
7000
7000
  var Element = require_Element();
@@ -8458,7 +8458,7 @@ var require_htmlelts = __commonJS((exports) => {
8458
8458
  });
8459
8459
  });
8460
8460
 
8461
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/svg.js
8461
+ // node_modules/@mixmark-io/domino/lib/svg.js
8462
8462
  var require_svg = __commonJS((exports) => {
8463
8463
  var Element = require_Element();
8464
8464
  var defineElement = require_defineElement();
@@ -8584,7 +8584,7 @@ var require_svg = __commonJS((exports) => {
8584
8584
  });
8585
8585
  });
8586
8586
 
8587
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/MutationConstants.js
8587
+ // node_modules/@mixmark-io/domino/lib/MutationConstants.js
8588
8588
  var require_MutationConstants = __commonJS((exports, module) => {
8589
8589
  module.exports = {
8590
8590
  VALUE: 1,
@@ -8596,7 +8596,7 @@ var require_MutationConstants = __commonJS((exports, module) => {
8596
8596
  };
8597
8597
  });
8598
8598
 
8599
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/Document.js
8599
+ // node_modules/@mixmark-io/domino/lib/Document.js
8600
8600
  var require_Document = __commonJS((exports, module) => {
8601
8601
  module.exports = Document;
8602
8602
  var Node = require_Node();
@@ -9308,7 +9308,7 @@ var require_Document = __commonJS((exports, module) => {
9308
9308
  };
9309
9309
  });
9310
9310
 
9311
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/DocumentType.js
9311
+ // node_modules/@mixmark-io/domino/lib/DocumentType.js
9312
9312
  var require_DocumentType = __commonJS((exports, module) => {
9313
9313
  module.exports = DocumentType;
9314
9314
  var Node = require_Node();
@@ -9342,7 +9342,7 @@ var require_DocumentType = __commonJS((exports, module) => {
9342
9342
  Object.defineProperties(DocumentType.prototype, ChildNode);
9343
9343
  });
9344
9344
 
9345
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/HTMLParser.js
9345
+ // node_modules/@mixmark-io/domino/lib/HTMLParser.js
9346
9346
  var require_HTMLParser = __commonJS((exports, module) => {
9347
9347
  module.exports = HTMLParser;
9348
9348
  var Document = require_Document();
@@ -17393,7 +17393,7 @@ var require_HTMLParser = __commonJS((exports, module) => {
17393
17393
  }
17394
17394
  });
17395
17395
 
17396
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/DOMImplementation.js
17396
+ // node_modules/@mixmark-io/domino/lib/DOMImplementation.js
17397
17397
  var require_DOMImplementation = __commonJS((exports, module) => {
17398
17398
  module.exports = DOMImplementation;
17399
17399
  var Document = require_Document();
@@ -17467,7 +17467,7 @@ var require_DOMImplementation = __commonJS((exports, module) => {
17467
17467
  };
17468
17468
  });
17469
17469
 
17470
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/Location.js
17470
+ // node_modules/@mixmark-io/domino/lib/Location.js
17471
17471
  var require_Location = __commonJS((exports, module) => {
17472
17472
  var URL4 = require_URL();
17473
17473
  var URLUtils = require_URLUtils();
@@ -17503,7 +17503,7 @@ var require_Location = __commonJS((exports, module) => {
17503
17503
  });
17504
17504
  });
17505
17505
 
17506
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/NavigatorID.js
17506
+ // node_modules/@mixmark-io/domino/lib/NavigatorID.js
17507
17507
  var require_NavigatorID = __commonJS((exports, module) => {
17508
17508
  var NavigatorID = Object.create(null, {
17509
17509
  appCodeName: { value: "Mozilla" },
@@ -17522,7 +17522,7 @@ var require_NavigatorID = __commonJS((exports, module) => {
17522
17522
  module.exports = NavigatorID;
17523
17523
  });
17524
17524
 
17525
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/WindowTimers.js
17525
+ // node_modules/@mixmark-io/domino/lib/WindowTimers.js
17526
17526
  var require_WindowTimers = __commonJS((exports, module) => {
17527
17527
  var WindowTimers = {
17528
17528
  setTimeout,
@@ -17533,7 +17533,7 @@ var require_WindowTimers = __commonJS((exports, module) => {
17533
17533
  module.exports = WindowTimers;
17534
17534
  });
17535
17535
 
17536
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/impl.js
17536
+ // node_modules/@mixmark-io/domino/lib/impl.js
17537
17537
  var require_impl = __commonJS((exports, module) => {
17538
17538
  var utils = require_utils();
17539
17539
  exports = module.exports = {
@@ -17561,7 +17561,7 @@ var require_impl = __commonJS((exports, module) => {
17561
17561
  utils.merge(exports, require_svg().elements);
17562
17562
  });
17563
17563
 
17564
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/Window.js
17564
+ // node_modules/@mixmark-io/domino/lib/Window.js
17565
17565
  var require_Window = __commonJS((exports, module) => {
17566
17566
  var DOMImplementation = require_DOMImplementation();
17567
17567
  var EventTarget = require_EventTarget();
@@ -17616,7 +17616,7 @@ var require_Window = __commonJS((exports, module) => {
17616
17616
  utils.expose(require_impl(), Window);
17617
17617
  });
17618
17618
 
17619
- // node_modules/.pnpm/@mixmark-io+domino@2.2.0/node_modules/@mixmark-io/domino/lib/index.js
17619
+ // node_modules/@mixmark-io/domino/lib/index.js
17620
17620
  var require_lib = __commonJS((exports) => {
17621
17621
  var DOMImplementation = require_DOMImplementation();
17622
17622
  var HTMLParser = require_HTMLParser();
@@ -17666,7 +17666,7 @@ var require_lib = __commonJS((exports) => {
17666
17666
  exports.impl = impl;
17667
17667
  });
17668
17668
 
17669
- // node_modules/.pnpm/turndown@7.2.4/node_modules/turndown/lib/turndown.cjs.js
17669
+ // node_modules/turndown/lib/turndown.cjs.js
17670
17670
  var require_turndown_cjs = __commonJS((exports, module) => {
17671
17671
  function extend(destination) {
17672
17672
  for (var i = 1;i < arguments.length; i++) {
@@ -18381,12 +18381,6 @@ var CUSTOM_SKILLS = [
18381
18381
  allowedAgents: ["orchestrator"],
18382
18382
  sourcePath: "src/skills/oh-my-opencode-slim"
18383
18383
  },
18384
- {
18385
- name: "release-smoke-test",
18386
- description: "Validate packed release candidates and bugfixes before public publish",
18387
- allowedAgents: ["orchestrator"],
18388
- sourcePath: "src/skills/release-smoke-test"
18389
- },
18390
18384
  {
18391
18385
  name: "worktrees",
18392
18386
  description: "Manage Git worktrees as OMO safe isolated coding lanes for complex/risky/parallel work",
@@ -18502,7 +18496,7 @@ var DEFAULT_MODELS = {
18502
18496
  var POLL_INTERVAL_BACKGROUND_MS = 2000;
18503
18497
  var MAX_POLL_TIME_MS = 5 * 60 * 1000;
18504
18498
  var DEFAULT_MAX_SUBAGENT_DEPTH = 3;
18505
- var PHASE_REMINDER_TEXT = `!IMPORTANT! Scheduler workflow: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. Do not poll running jobs, consume running-job output, or advance dependent work. !END!`;
18499
+ var PHASE_REMINDER_TEXT = `!IMPORTANT! Scheduler workflow: First choose the lightest workflow that fits the work. If direct execution is justified, complete it and verify proportionately. Otherwise: plan lanes/dependencies → dispatch background specialists → track task IDs → wait for hook-driven completion → reconcile terminal results → verify. Do not poll running jobs, consume running-job output, or advance dependent work. !END!`;
18506
18500
  function formatSystemReminder(text) {
18507
18501
  return `<system-reminder>
18508
18502
  ${text}
@@ -19257,7 +19251,8 @@ var AGENT_DESCRIPTIONS = {
19257
19251
  - Permissions: read_files
19258
19252
  - Stats: 5x better decision maker, problem solver, investigator than orchestrator, 0.8x speed of orchestrator, same cost.
19259
19253
  - Capabilities: Deep architectural reasoning, system-level trade-offs, complex debugging, code review, simplification, maintainability review
19260
- - **Delegate when:** Major architectural decisions with long-term impact • Problems persisting after 2+ fix attempts • High-risk multi-system refactors • Costly trade-offs (performance vs maintainability) • Complex debugging with unclear root cause • Security/scalability/data integrity decisions • Genuinely uncertain and cost of wrong choice is high • When a workflow calls for a **reviewer** subagent • Code needs simplification or YAGNI scrutiny
19254
+ - **Delegate when:** Major architectural decisions with long-term impact • Problems persisting after 2+ fix attempts • High-risk multi-system refactors • Costly trade-offs (performance vs maintainability) • Complex debugging with unclear root cause • Security/scalability/data integrity decisions • Genuinely uncertain and cost of wrong choice is high • Code needs simplification or YAGNI scrutiny
19255
+ - **Review use:** Oracle is an escalation, not a default verification step. Request independent Oracle review only when its analysis is expected to materially reduce risk or uncertainty.
19261
19256
  - **Don't delegate when:** Routine decisions you're confident about • First bug fix attempt • Straightforward trade-offs • Tactical "how" vs strategic "should" • Time-sensitive good-enough decisions • Quick research/testing can answer
19262
19257
  - **Rule of thumb:** Need senior architect review? → @oracle. Need code review or simplification? → @oracle. Routine coordination or final synthesis? → handle directly.`,
19263
19258
  designer: `@designer
@@ -19323,6 +19318,10 @@ function buildOrchestratorPrompt(disabledAgents) {
19323
19318
  return `<Role>
19324
19319
  You are a workflow manager for coding work. Your job is to plan, schedule, delegate, monitor, reconcile, and verify specialist-agent work. You are not the default implementation worker.
19325
19320
 
19321
+ For non-trivial coding work, identify separable lanes first and delegate bounded work to the appropriate specialist. Do not perform multi-step implementation serially when a suitable specialist is available.
19322
+
19323
+ Handle work directly only when it is one isolated, clear, low-risk action and delegation overhead exceeds doing it yourself.
19324
+
19326
19325
  Optimize for quality, speed, cost, and reliability by dispatching the right specialist lanes, tracking background task state, and integrating terminal results into one coherent outcome.
19327
19326
  You have perfect understanding of agent's context management, understand well the cost of building content and reusing context of existing agents when it's best or when it's best to spawn a new agent.
19328
19327
  </Role>
@@ -19343,12 +19342,17 @@ Evaluate approach by: quality, speed and cost.
19343
19342
  Choose the path that optimizes all four.
19344
19343
 
19345
19344
  ## 3. Delegation Check
19346
- Review available agents and lane rules.
19345
+ Review available agents and lane rules. Before beginning non-trivial work, identify which parts can proceed independently.
19346
+
19347
+ **Routing threshold:**
19348
+ - Handle directly only for one isolated, clear, low-risk action where delegation would cost more than execution.
19349
+ - For multi-step implementation, broad discovery, external research, visual work, or complex debugging, delegate to the suitable specialist.
19350
+ - If two or more parts can proceed independently, dispatch them in parallel before starting dependent work.
19351
+ - Do not delegate merely because an agent exists. Do not keep substantive work entirely in the orchestrator merely because each individual step seems easy.
19347
19352
 
19348
19353
  **Dispatch efficiency:**
19349
19354
  - Reference paths/lines, don't paste files (\`src/app.ts:42\` not full contents)
19350
19355
  - Brief user on delegation goal before each call
19351
- - For trivial conversational answers or tiny mechanical edits, direct execution is allowed when scheduling overhead would clearly dominate
19352
19356
  - Record task IDs, state, and advisory ownership/dependency labels
19353
19357
  - Do not immediately wait after spawning independent background tasks unless the next step truly depends on their result
19354
19358
  - Reconcile results, resolve conflicts, and gate dependent lanes
@@ -19356,7 +19360,7 @@ Review available agents and lane rules.
19356
19360
  ${WRITABLE_FILE_OPERATIONS_RULES}
19357
19361
 
19358
19362
  ## 4. Plan and Parallelize
19359
- Build a short work graph before dispatching:
19363
+ When the routing threshold calls for delegation, build a short work graph before dispatching:
19360
19364
  - Independent lanes that can run now
19361
19365
  - Dependency-ordered lanes that must wait
19362
19366
  - Advisory ownership for write-capable lanes
@@ -19374,7 +19378,7 @@ Balance: respect dependencies, avoid parallelizing what must be sequential, and
19374
19378
 
19375
19379
  ### Background Task Discipline
19376
19380
  - Prefer \`task(..., background: true)\` for delegated work that can run independently.
19377
- - Launch specialist agents in the background by default so the orchestrator stays unblocked and can reconcile results when they return.
19381
+ - For work already chosen for delegation, launch independent specialist lanes in the background so the orchestrator stays unblocked and can reconcile results when they return.
19378
19382
  - Track each task's specialist, objective, task/session ID, and file/topic ownership.
19379
19383
  - Continue orchestration only on non-overlapping work; otherwise briefly report what was launched and stop.
19380
19384
  - Before local edits or another writer task, compare against running task scopes.
@@ -19401,11 +19405,12 @@ Balance: respect dependencies, avoid parallelizing what must be sequential, and
19401
19405
 
19402
19406
  ## 6. Verify
19403
19407
  - Define the observable success criteria from the user's request.
19404
- - Run the smallest relevant checks: targeted tests, typecheck, lint, build, or a manual behavior check.
19405
- - Inspect the changed diff and verify behavior; passing checks alone are not sufficient.
19406
- - If a check fails, diagnose, fix, and rerun the relevant verification.
19407
- - For risky or ambiguous changes, obtain an independent review when its value justifies the cost.
19408
- - Report verification performed and any remaining limitations.
19408
+ - Choose the minimum verification that produces meaningful evidence for the change's scope, risk, uncertainty, and potential impact.
19409
+ - Start with the narrowest relevant validation. Broaden verification only when integration scope, uncertainty, risk, or a failed focused check justifies it.
19410
+ - Do not run project-wide checks by habit or merely because files changed.
19411
+ - Do not treat verification as a fixed checklist; select evidence that can actually confirm the requested behavior.
19412
+ - Request independent review only when its expected risk reduction justifies its coordination cost.
19413
+ - Report what was verified and any material remaining uncertainty.
19409
19414
 
19410
19415
  </Workflow>
19411
19416
 
@@ -19421,6 +19426,8 @@ Balance: respect dependencies, avoid parallelizing what must be sequential, and
19421
19426
  - Don't summarize what you did unless asked
19422
19427
  - Don't explain code unless asked
19423
19428
  - One-word answers are fine when appropriate
19429
+ - Default to the minimum response that fully resolves the user's request; expand only when detail is necessary or the user asks for it.
19430
+ - Do not restate the user's request or narrate routine work.
19424
19431
  - Brief delegation notices: "Checking docs via @librarian..." not "I'm going to delegate to @librarian because..."
19425
19432
 
19426
19433
  ## No Flattery
@@ -33327,6 +33334,7 @@ class ZellijMultiplexer {
33327
33334
  this.firstPaneUsed = true;
33328
33335
  return { success: true, paneId: this.firstPaneId };
33329
33336
  }
33337
+ this.firstPaneUsed = true;
33330
33338
  }
33331
33339
  return await this.createPaneInAgentTab(zellij, sessionId, serverUrl, directory, description);
33332
33340
  } catch {
@@ -33456,13 +33464,12 @@ class ZellijMultiplexer {
33456
33464
  try {
33457
33465
  const existingTab = await this.findTabByName(zellij, "opencode-agents");
33458
33466
  if (existingTab) {
33459
- const firstPane = await this.getFirstPaneInTab(zellij, existingTab.tabId);
33467
+ const firstPane2 = await this.getFirstPaneInTab(zellij, existingTab.tabId);
33460
33468
  return {
33461
33469
  tabId: existingTab.tabId,
33462
- firstPaneId: firstPane || "terminal_0"
33470
+ firstPaneId: firstPane2
33463
33471
  };
33464
33472
  }
33465
- const beforePanes = await this.listPanes(zellij);
33466
33473
  const createProc = crossSpawn([zellij, "action", "new-tab", "--name", "opencode-agents"], { stdout: "pipe", stderr: "pipe" });
33467
33474
  const createExit = await createProc.exited;
33468
33475
  if (createExit !== 0)
@@ -33470,27 +33477,33 @@ class ZellijMultiplexer {
33470
33477
  const newTab = await this.findTabByName(zellij, "opencode-agents");
33471
33478
  if (!newTab)
33472
33479
  return null;
33473
- const afterPanes = await this.listPanes(zellij);
33474
- const newPane = afterPanes.find((p) => !beforePanes.includes(p));
33475
- return { tabId: newTab.tabId, firstPaneId: newPane || "terminal_0" };
33480
+ const firstPane = await this.getFirstPaneInTab(zellij, newTab.tabId);
33481
+ return { tabId: newTab.tabId, firstPaneId: firstPane };
33482
+ } catch {
33483
+ return null;
33484
+ }
33485
+ }
33486
+ async listPanesJson(zellij) {
33487
+ try {
33488
+ const proc = crossSpawn([zellij, "action", "list-panes", "--json", "--tab", "--all"], { stdout: "pipe", stderr: "pipe" });
33489
+ if (await proc.exited !== 0)
33490
+ return null;
33491
+ const stdout = await proc.stdout();
33492
+ return JSON.parse(stdout);
33476
33493
  } catch {
33477
33494
  return null;
33478
33495
  }
33479
33496
  }
33480
33497
  async getFirstPaneInTab(zellij, tabId) {
33481
- const originalTab = await this.getCurrentTabId(zellij);
33482
- await crossSpawn([zellij, "action", "go-to-tab-by-id", tabId], {
33483
- stdout: "ignore",
33484
- stderr: "ignore"
33485
- }).exited;
33486
- const panes = await this.listPanes(zellij);
33487
- if (originalTab) {
33488
- await crossSpawn([zellij, "action", "go-to-tab-by-id", String(originalTab)], {
33489
- stdout: "ignore",
33490
- stderr: "ignore"
33491
- }).exited;
33498
+ try {
33499
+ const panes = await this.listPanesJson(zellij);
33500
+ if (!panes)
33501
+ return null;
33502
+ const pane = panes.find((candidate) => !candidate.is_plugin && candidate.tab_id === Number(tabId));
33503
+ return pane ? `terminal_${pane.id}` : null;
33504
+ } catch {
33505
+ return null;
33492
33506
  }
33493
- return panes[0] || null;
33494
33507
  }
33495
33508
  async findTabByName(zellij, name) {
33496
33509
  try {
@@ -33560,22 +33573,6 @@ class ZellijMultiplexer {
33560
33573
  return null;
33561
33574
  }
33562
33575
  }
33563
- async listPanes(zellij) {
33564
- try {
33565
- const proc = crossSpawn([zellij, "action", "list-panes"], {
33566
- stdout: "pipe",
33567
- stderr: "pipe"
33568
- });
33569
- const exitCode = await proc.exited;
33570
- if (exitCode !== 0)
33571
- return [];
33572
- const stdout = await proc.stdout();
33573
- return stdout.split(`
33574
- `).slice(1).map((line) => line.trim().split(/\s+/)[0]).filter((id) => id?.startsWith("terminal_"));
33575
- } catch {
33576
- return [];
33577
- }
33578
- }
33579
33576
  async closePane(paneId) {
33580
33577
  const zellij = await this.getBinary();
33581
33578
  return gracefulClosePane(zellij, paneId, {
@@ -33607,14 +33604,9 @@ class ZellijMultiplexer {
33607
33604
  }
33608
33605
  async findTabIdForPane(zellij, paneId) {
33609
33606
  try {
33610
- const proc = crossSpawn([zellij, "action", "list-panes", "--json", "--tab", "--all"], {
33611
- stdout: "pipe",
33612
- stderr: "pipe"
33613
- });
33614
- if (await proc.exited !== 0)
33607
+ const panes = await this.listPanesJson(zellij);
33608
+ if (!panes)
33615
33609
  return null;
33616
- const stdout = await proc.stdout();
33617
- const panes = JSON.parse(stdout);
33618
33610
  const normalizedPaneId = normalizePaneId(paneId);
33619
33611
  const pane = panes.find((candidate) => !candidate.is_plugin && String(candidate.id) === normalizedPaneId);
33620
33612
  return pane?.tab_id === undefined ? null : String(pane.tab_id);