@oisincoveney/pipeline 1.0.1 → 1.0.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.
package/README.md CHANGED
@@ -96,8 +96,9 @@ Use the CLI when you are outside an agent host, when automation needs a shell
96
96
  entrypoint, or when you explicitly want harness CLIs launched as subprocesses.
97
97
 
98
98
  The slash-command adapter contract for Claude Code, Codex, OpenCode, and Pi is
99
- documented in `docs/slash-command-adapter-contract.md`. This repository also
100
- ships a Claude Code template at `.claude/commands/work-next.md`.
99
+ documented in `docs/slash-command-adapter-contract.md`. The command files are
100
+ generated into each target repository by the installer rather than shipped as
101
+ static package templates.
101
102
 
102
103
  ## Running The CLI
103
104
 
package/dist/index.js CHANGED
@@ -1019,7 +1019,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
1019
1019
  this._exitCallback = (err) => {
1020
1020
  if (err.code !== "commander.executeSubCommandAsync") {
1021
1021
  throw err;
1022
- } else {}
1022
+ }
1023
1023
  };
1024
1024
  }
1025
1025
  return this;
@@ -14084,7 +14084,7 @@ function finalize(ctx, schema) {
14084
14084
  result.$schema = "http://json-schema.org/draft-07/schema#";
14085
14085
  } else if (ctx.target === "draft-04") {
14086
14086
  result.$schema = "http://json-schema.org/draft-04/schema#";
14087
- } else if (ctx.target === "openapi-3.0") {} else {}
14087
+ } else if (ctx.target === "openapi-3.0") {}
14088
14088
  if (ctx.external?.uri) {
14089
14089
  const id = ctx.external.registry.get(schema)?.id;
14090
14090
  if (!id)
@@ -14345,7 +14345,7 @@ var formatMap, stringProcessor = (schema, ctx, _json, _params) => {
14345
14345
  if (val === undefined) {
14346
14346
  if (ctx.unrepresentable === "throw") {
14347
14347
  throw new Error("Literal `undefined` cannot be represented in JSON Schema");
14348
- } else {}
14348
+ }
14349
14349
  } else if (typeof val === "bigint") {
14350
14350
  if (ctx.unrepresentable === "throw") {
14351
14351
  throw new Error("BigInt literals cannot be represented in JSON Schema");
@@ -38378,7 +38378,7 @@ var require_section_matter = __commonJS((exports, module) => {
38378
38378
  }
38379
38379
  });
38380
38380
 
38381
- // node_modules/js-yaml/lib/js-yaml/common.js
38381
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/common.js
38382
38382
  var require_common = __commonJS((exports, module) => {
38383
38383
  function isNothing(subject) {
38384
38384
  return typeof subject === "undefined" || subject === null;
@@ -38422,7 +38422,7 @@ var require_common = __commonJS((exports, module) => {
38422
38422
  exports.extend = extend2;
38423
38423
  });
38424
38424
 
38425
- // node_modules/js-yaml/lib/js-yaml/exception.js
38425
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/exception.js
38426
38426
  var require_exception = __commonJS((exports, module) => {
38427
38427
  function YAMLException(reason, mark) {
38428
38428
  Error.call(this);
@@ -38449,7 +38449,7 @@ var require_exception = __commonJS((exports, module) => {
38449
38449
  module.exports = YAMLException;
38450
38450
  });
38451
38451
 
38452
- // node_modules/js-yaml/lib/js-yaml/mark.js
38452
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/mark.js
38453
38453
  var require_mark = __commonJS((exports, module) => {
38454
38454
  var common2 = require_common();
38455
38455
  function Mark(name8, buffer, position, line, column) {
@@ -38509,7 +38509,7 @@ var require_mark = __commonJS((exports, module) => {
38509
38509
  module.exports = Mark;
38510
38510
  });
38511
38511
 
38512
- // node_modules/js-yaml/lib/js-yaml/type.js
38512
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type.js
38513
38513
  var require_type = __commonJS((exports, module) => {
38514
38514
  var YAMLException = require_exception();
38515
38515
  var TYPE_CONSTRUCTOR_OPTIONS = [
@@ -38565,7 +38565,7 @@ var require_type = __commonJS((exports, module) => {
38565
38565
  module.exports = Type;
38566
38566
  });
38567
38567
 
38568
- // node_modules/js-yaml/lib/js-yaml/schema.js
38568
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema.js
38569
38569
  var require_schema2 = __commonJS((exports, module) => {
38570
38570
  var common2 = require_common();
38571
38571
  var YAMLException = require_exception();
@@ -38650,7 +38650,7 @@ var require_schema2 = __commonJS((exports, module) => {
38650
38650
  module.exports = Schema;
38651
38651
  });
38652
38652
 
38653
- // node_modules/js-yaml/lib/js-yaml/type/str.js
38653
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/str.js
38654
38654
  var require_str = __commonJS((exports, module) => {
38655
38655
  var Type = require_type();
38656
38656
  module.exports = new Type("tag:yaml.org,2002:str", {
@@ -38661,7 +38661,7 @@ var require_str = __commonJS((exports, module) => {
38661
38661
  });
38662
38662
  });
38663
38663
 
38664
- // node_modules/js-yaml/lib/js-yaml/type/seq.js
38664
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/seq.js
38665
38665
  var require_seq = __commonJS((exports, module) => {
38666
38666
  var Type = require_type();
38667
38667
  module.exports = new Type("tag:yaml.org,2002:seq", {
@@ -38672,7 +38672,7 @@ var require_seq = __commonJS((exports, module) => {
38672
38672
  });
38673
38673
  });
38674
38674
 
38675
- // node_modules/js-yaml/lib/js-yaml/type/map.js
38675
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/map.js
38676
38676
  var require_map = __commonJS((exports, module) => {
38677
38677
  var Type = require_type();
38678
38678
  module.exports = new Type("tag:yaml.org,2002:map", {
@@ -38683,7 +38683,7 @@ var require_map = __commonJS((exports, module) => {
38683
38683
  });
38684
38684
  });
38685
38685
 
38686
- // node_modules/js-yaml/lib/js-yaml/schema/failsafe.js
38686
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js
38687
38687
  var require_failsafe = __commonJS((exports, module) => {
38688
38688
  var Schema = require_schema2();
38689
38689
  module.exports = new Schema({
@@ -38695,7 +38695,7 @@ var require_failsafe = __commonJS((exports, module) => {
38695
38695
  });
38696
38696
  });
38697
38697
 
38698
- // node_modules/js-yaml/lib/js-yaml/type/null.js
38698
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/null.js
38699
38699
  var require_null = __commonJS((exports, module) => {
38700
38700
  var Type = require_type();
38701
38701
  function resolveYamlNull(data) {
@@ -38733,7 +38733,7 @@ var require_null = __commonJS((exports, module) => {
38733
38733
  });
38734
38734
  });
38735
38735
 
38736
- // node_modules/js-yaml/lib/js-yaml/type/bool.js
38736
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/bool.js
38737
38737
  var require_bool = __commonJS((exports, module) => {
38738
38738
  var Type = require_type();
38739
38739
  function resolveYamlBoolean(data) {
@@ -38768,7 +38768,7 @@ var require_bool = __commonJS((exports, module) => {
38768
38768
  });
38769
38769
  });
38770
38770
 
38771
- // node_modules/js-yaml/lib/js-yaml/type/int.js
38771
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/int.js
38772
38772
  var require_int = __commonJS((exports, module) => {
38773
38773
  var common2 = require_common();
38774
38774
  var Type = require_type();
@@ -38915,7 +38915,7 @@ var require_int = __commonJS((exports, module) => {
38915
38915
  });
38916
38916
  });
38917
38917
 
38918
- // node_modules/js-yaml/lib/js-yaml/type/float.js
38918
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/float.js
38919
38919
  var require_float = __commonJS((exports, module) => {
38920
38920
  var common2 = require_common();
38921
38921
  var Type = require_type();
@@ -39003,7 +39003,7 @@ var require_float = __commonJS((exports, module) => {
39003
39003
  });
39004
39004
  });
39005
39005
 
39006
- // node_modules/js-yaml/lib/js-yaml/schema/json.js
39006
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/json.js
39007
39007
  var require_json = __commonJS((exports, module) => {
39008
39008
  var Schema = require_schema2();
39009
39009
  module.exports = new Schema({
@@ -39019,7 +39019,7 @@ var require_json = __commonJS((exports, module) => {
39019
39019
  });
39020
39020
  });
39021
39021
 
39022
- // node_modules/js-yaml/lib/js-yaml/schema/core.js
39022
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/core.js
39023
39023
  var require_core4 = __commonJS((exports, module) => {
39024
39024
  var Schema = require_schema2();
39025
39025
  module.exports = new Schema({
@@ -39029,7 +39029,7 @@ var require_core4 = __commonJS((exports, module) => {
39029
39029
  });
39030
39030
  });
39031
39031
 
39032
- // node_modules/js-yaml/lib/js-yaml/type/timestamp.js
39032
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/timestamp.js
39033
39033
  var require_timestamp = __commonJS((exports, module) => {
39034
39034
  var Type = require_type();
39035
39035
  var YAML_DATE_REGEXP = new RegExp("^([0-9][0-9][0-9][0-9])" + "-([0-9][0-9])" + "-([0-9][0-9])$");
@@ -39090,7 +39090,7 @@ var require_timestamp = __commonJS((exports, module) => {
39090
39090
  });
39091
39091
  });
39092
39092
 
39093
- // node_modules/js-yaml/lib/js-yaml/type/merge.js
39093
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/merge.js
39094
39094
  var require_merge = __commonJS((exports, module) => {
39095
39095
  var Type = require_type();
39096
39096
  function resolveYamlMerge(data) {
@@ -39102,7 +39102,7 @@ var require_merge = __commonJS((exports, module) => {
39102
39102
  });
39103
39103
  });
39104
39104
 
39105
- // node_modules/js-yaml/lib/js-yaml/type/binary.js
39105
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/binary.js
39106
39106
  var require_binary = __commonJS((exports, module) => {
39107
39107
  var NodeBuffer;
39108
39108
  try {
@@ -39195,7 +39195,7 @@ var require_binary = __commonJS((exports, module) => {
39195
39195
  });
39196
39196
  });
39197
39197
 
39198
- // node_modules/js-yaml/lib/js-yaml/type/omap.js
39198
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/omap.js
39199
39199
  var require_omap = __commonJS((exports, module) => {
39200
39200
  var Type = require_type();
39201
39201
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -39236,7 +39236,7 @@ var require_omap = __commonJS((exports, module) => {
39236
39236
  });
39237
39237
  });
39238
39238
 
39239
- // node_modules/js-yaml/lib/js-yaml/type/pairs.js
39239
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/pairs.js
39240
39240
  var require_pairs = __commonJS((exports, module) => {
39241
39241
  var Type = require_type();
39242
39242
  var _toString = Object.prototype.toString;
@@ -39275,7 +39275,7 @@ var require_pairs = __commonJS((exports, module) => {
39275
39275
  });
39276
39276
  });
39277
39277
 
39278
- // node_modules/js-yaml/lib/js-yaml/type/set.js
39278
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/set.js
39279
39279
  var require_set = __commonJS((exports, module) => {
39280
39280
  var Type = require_type();
39281
39281
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -39301,7 +39301,7 @@ var require_set = __commonJS((exports, module) => {
39301
39301
  });
39302
39302
  });
39303
39303
 
39304
- // node_modules/js-yaml/lib/js-yaml/schema/default_safe.js
39304
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js
39305
39305
  var require_default_safe = __commonJS((exports, module) => {
39306
39306
  var Schema = require_schema2();
39307
39307
  module.exports = new Schema({
@@ -39321,7 +39321,7 @@ var require_default_safe = __commonJS((exports, module) => {
39321
39321
  });
39322
39322
  });
39323
39323
 
39324
- // node_modules/js-yaml/lib/js-yaml/type/js/undefined.js
39324
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js
39325
39325
  var require_undefined = __commonJS((exports, module) => {
39326
39326
  var Type = require_type();
39327
39327
  function resolveJavascriptUndefined() {
@@ -39345,7 +39345,7 @@ var require_undefined = __commonJS((exports, module) => {
39345
39345
  });
39346
39346
  });
39347
39347
 
39348
- // node_modules/js-yaml/lib/js-yaml/type/js/regexp.js
39348
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js
39349
39349
  var require_regexp = __commonJS((exports, module) => {
39350
39350
  var Type = require_type();
39351
39351
  function resolveJavascriptRegExp(data) {
@@ -39395,7 +39395,7 @@ var require_regexp = __commonJS((exports, module) => {
39395
39395
  });
39396
39396
  });
39397
39397
 
39398
- // node_modules/js-yaml/lib/js-yaml/type/js/function.js
39398
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/js/function.js
39399
39399
  var require_function = __commonJS((exports, module) => {
39400
39400
  var esprima;
39401
39401
  try {
@@ -39449,7 +39449,7 @@ var require_function = __commonJS((exports, module) => {
39449
39449
  });
39450
39450
  });
39451
39451
 
39452
- // node_modules/js-yaml/lib/js-yaml/schema/default_full.js
39452
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
39453
39453
  var require_default_full = __commonJS((exports, module) => {
39454
39454
  var Schema = require_schema2();
39455
39455
  module.exports = Schema.DEFAULT = new Schema({
@@ -39464,7 +39464,7 @@ var require_default_full = __commonJS((exports, module) => {
39464
39464
  });
39465
39465
  });
39466
39466
 
39467
- // node_modules/js-yaml/lib/js-yaml/loader.js
39467
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/loader.js
39468
39468
  var require_loader = __commonJS((exports, module) => {
39469
39469
  var common2 = require_common();
39470
39470
  var YAMLException = require_exception();
@@ -40588,7 +40588,7 @@ var require_loader = __commonJS((exports, module) => {
40588
40588
  exports.safeLoad = safeLoad;
40589
40589
  });
40590
40590
 
40591
- // node_modules/js-yaml/lib/js-yaml/dumper.js
40591
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/dumper.js
40592
40592
  var require_dumper = __commonJS((exports, module) => {
40593
40593
  var common2 = require_common();
40594
40594
  var YAMLException = require_exception();
@@ -41157,7 +41157,7 @@ var require_dumper = __commonJS((exports, module) => {
41157
41157
  exports.safeDump = safeDump;
41158
41158
  });
41159
41159
 
41160
- // node_modules/js-yaml/lib/js-yaml.js
41160
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml.js
41161
41161
  var require_js_yaml = __commonJS((exports, module) => {
41162
41162
  var loader = require_loader();
41163
41163
  var dumper = require_dumper();
@@ -41189,7 +41189,7 @@ var require_js_yaml = __commonJS((exports, module) => {
41189
41189
  exports.addConstructor = deprecated("addConstructor");
41190
41190
  });
41191
41191
 
41192
- // node_modules/js-yaml/index.js
41192
+ // node_modules/gray-matter/node_modules/js-yaml/index.js
41193
41193
  var require_js_yaml2 = __commonJS((exports, module) => {
41194
41194
  var yaml = require_js_yaml();
41195
41195
  module.exports = yaml;
@@ -181947,22 +181947,10 @@ import { mkdir, writeFile } from "node:fs/promises";
181947
181947
  import { dirname, join } from "node:path";
181948
181948
  var PACKAGE_NAME = "@oisincoveney/pipeline";
181949
181949
  var GENERATED_MARKER = "<!-- Generated by @oisincoveney/pipeline. -->";
181950
- var UPDATE_MARKER_PREFIX = "<!-- @oisincoveney/pipeline:";
181950
+ var OWNER_MARKER_PREFIX = "<!-- @oisincoveney/pipeline:";
181951
181951
  var COMMAND_HOSTS = ["claude", "opencode", "codex", "pi"];
181952
- function packageVersion() {
181953
- try {
181954
- const pkg = JSON.parse(readFileSync(new URL("../package.json", import.meta.url), "utf8"));
181955
- return pkg.version ?? "unknown";
181956
- } catch {
181957
- return "unknown";
181958
- }
181959
- }
181960
181952
  function header(host) {
181961
- return [
181962
- GENERATED_MARKER,
181963
- `${UPDATE_MARKER_PREFIX}host=${host}; version=${packageVersion()} -->`,
181964
- ""
181965
- ].join(`
181953
+ return [GENERATED_MARKER, `${OWNER_MARKER_PREFIX}host=${host} -->`, ""].join(`
181966
181954
  `);
181967
181955
  }
181968
181956
  function pipelineCommand(args) {
@@ -181992,13 +181980,14 @@ function claudeDefinition() {
181992
181980
  const args = "$ARGUMENTS";
181993
181981
  return {
181994
181982
  content: [
181995
- header("claude"),
181996
181983
  "---",
181997
181984
  "description: Run the oisin pipeline for a task",
181998
181985
  'argument-hint: "<ticket id or task description>"',
181999
181986
  "allowed-tools: Bash(./node_modules/.bin/work-next:*), Bash(bunx @oisincoveney/pipeline:*)",
182000
181987
  "---",
182001
181988
  "",
181989
+ header("claude").trimEnd(),
181990
+ "",
182002
181991
  sharedInstructions(args),
182003
181992
  "",
182004
181993
  `!\`${pipelineCommand(args)}\``,
@@ -182014,12 +182003,13 @@ function opencodeDefinition() {
182014
182003
  const args = "$ARGUMENTS";
182015
182004
  return {
182016
182005
  content: [
182017
- header("opencode"),
182018
182006
  "---",
182019
182007
  "description: Run the oisin pipeline for a task",
182020
182008
  "agent: build",
182021
182009
  "---",
182022
182010
  "",
182011
+ header("opencode").trimEnd(),
182012
+ "",
182023
182013
  sharedInstructions(args),
182024
182014
  "",
182025
182015
  `!\`${pipelineCommand(args)}\``,
@@ -182034,12 +182024,12 @@ function opencodeDefinition() {
182034
182024
  function piDefinition() {
182035
182025
  const args = "$ARGUMENTS";
182036
182026
  return {
182037
- content: `${header("pi")}---
182027
+ content: `---
182038
182028
  description: Run the oisin pipeline for a task
182039
182029
  argument-hint: "<ticket id or task description>"
182040
182030
  ---
182041
182031
 
182042
- ${sharedInstructions(args)}
182032
+ ${header("pi")}${sharedInstructions(args)}
182043
182033
 
182044
182034
  !${pipelineCommand(args)}
182045
182035
  `,
@@ -183017,7 +183007,7 @@ function pathKey(options2 = {}) {
183017
183007
  return Object.keys(env).reverse().find((key) => key.toUpperCase() === "PATH") || "Path";
183018
183008
  }
183019
183009
 
183020
- // node_modules/unicorn-magic/node.js
183010
+ // node_modules/npm-run-path/node_modules/unicorn-magic/node.js
183021
183011
  import { promisify } from "node:util";
183022
183012
  import { execFile as execFileCallback, execFileSync as execFileSyncOriginal } from "node:child_process";
183023
183013
  import path from "node:path";
@@ -184465,7 +184455,7 @@ var LF_BINARY = LF.codePointAt(0);
184465
184455
  var CR = "\r";
184466
184456
  var CR_BINARY = CR.codePointAt(0);
184467
184457
 
184468
- // node_modules/get-stream/source/index.js
184458
+ // node_modules/execa/node_modules/get-stream/source/index.js
184469
184459
  import { on } from "node:events";
184470
184460
  import { finished } from "node:stream/promises";
184471
184461
 
@@ -184563,7 +184553,7 @@ function h({ preventCancel: r = false } = {}) {
184563
184553
  return s[n] = t, s;
184564
184554
  }
184565
184555
 
184566
- // node_modules/get-stream/source/stream.js
184556
+ // node_modules/execa/node_modules/get-stream/source/stream.js
184567
184557
  var getAsyncIterable = (stream) => {
184568
184558
  if (isReadableStream(stream, { checkOpen: false }) && nodeImports.on !== undefined) {
184569
184559
  return getStreamIterable(stream);
@@ -184611,7 +184601,7 @@ var handleStreamEnd = async (stream, controller, state) => {
184611
184601
  };
184612
184602
  var nodeImports = {};
184613
184603
 
184614
- // node_modules/get-stream/source/contents.js
184604
+ // node_modules/execa/node_modules/get-stream/source/contents.js
184615
184605
  var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
184616
184606
  const asyncIterable = getAsyncIterable(stream);
184617
184607
  const state = init();
@@ -184707,7 +184697,7 @@ class MaxBufferError extends Error {
184707
184697
  }
184708
184698
  }
184709
184699
 
184710
- // node_modules/get-stream/source/utils.js
184700
+ // node_modules/execa/node_modules/get-stream/source/utils.js
184711
184701
  var identity2 = (value) => value;
184712
184702
  var noop = () => {
184713
184703
  return;
@@ -184718,7 +184708,7 @@ var throwObjectStream = (chunk) => {
184718
184708
  };
184719
184709
  var getLengthProperty = (convertedChunk) => convertedChunk.length;
184720
184710
 
184721
- // node_modules/get-stream/source/array.js
184711
+ // node_modules/execa/node_modules/get-stream/source/array.js
184722
184712
  async function getStreamAsArray(stream, options2) {
184723
184713
  return getStreamContents(stream, arrayMethods, options2);
184724
184714
  }
@@ -184744,7 +184734,7 @@ var arrayMethods = {
184744
184734
  getFinalChunk: noop,
184745
184735
  finalize: getContentsProperty
184746
184736
  };
184747
- // node_modules/get-stream/source/array-buffer.js
184737
+ // node_modules/execa/node_modules/get-stream/source/array-buffer.js
184748
184738
  async function getStreamAsArrayBuffer(stream, options2) {
184749
184739
  return getStreamContents(stream, arrayBufferMethods, options2);
184750
184740
  }
@@ -184796,7 +184786,7 @@ var arrayBufferMethods = {
184796
184786
  getFinalChunk: noop,
184797
184787
  finalize: finalizeArrayBuffer
184798
184788
  };
184799
- // node_modules/get-stream/source/string.js
184789
+ // node_modules/execa/node_modules/get-stream/source/string.js
184800
184790
  async function getStreamAsString(stream, options2) {
184801
184791
  return getStreamContents(stream, stringMethods, options2);
184802
184792
  }
@@ -184824,7 +184814,7 @@ var stringMethods = {
184824
184814
  getFinalChunk: getFinalStringChunk,
184825
184815
  finalize: getContentsProperty
184826
184816
  };
184827
- // node_modules/get-stream/source/index.js
184817
+ // node_modules/execa/node_modules/get-stream/source/index.js
184828
184818
  Object.assign(nodeImports, { on, finished });
184829
184819
 
184830
184820
  // node_modules/execa/lib/io/max-buffer.js
@@ -11990,7 +11990,7 @@ function finalize(ctx, schema) {
11990
11990
  result.$schema = "http://json-schema.org/draft-07/schema#";
11991
11991
  } else if (ctx.target === "draft-04") {
11992
11992
  result.$schema = "http://json-schema.org/draft-04/schema#";
11993
- } else if (ctx.target === "openapi-3.0") {} else {}
11993
+ } else if (ctx.target === "openapi-3.0") {}
11994
11994
  if (ctx.external?.uri) {
11995
11995
  const id = ctx.external.registry.get(schema)?.id;
11996
11996
  if (!id)
@@ -12251,7 +12251,7 @@ var formatMap, stringProcessor = (schema, ctx, _json, _params) => {
12251
12251
  if (val === undefined) {
12252
12252
  if (ctx.unrepresentable === "throw") {
12253
12253
  throw new Error("Literal `undefined` cannot be represented in JSON Schema");
12254
- } else {}
12254
+ }
12255
12255
  } else if (typeof val === "bigint") {
12256
12256
  if (ctx.unrepresentable === "throw") {
12257
12257
  throw new Error("BigInt literals cannot be represented in JSON Schema");
@@ -36284,7 +36284,7 @@ var require_section_matter = __commonJS((exports, module) => {
36284
36284
  }
36285
36285
  });
36286
36286
 
36287
- // node_modules/js-yaml/lib/js-yaml/common.js
36287
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/common.js
36288
36288
  var require_common = __commonJS((exports, module) => {
36289
36289
  function isNothing(subject) {
36290
36290
  return typeof subject === "undefined" || subject === null;
@@ -36328,7 +36328,7 @@ var require_common = __commonJS((exports, module) => {
36328
36328
  exports.extend = extend2;
36329
36329
  });
36330
36330
 
36331
- // node_modules/js-yaml/lib/js-yaml/exception.js
36331
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/exception.js
36332
36332
  var require_exception = __commonJS((exports, module) => {
36333
36333
  function YAMLException(reason, mark) {
36334
36334
  Error.call(this);
@@ -36355,7 +36355,7 @@ var require_exception = __commonJS((exports, module) => {
36355
36355
  module.exports = YAMLException;
36356
36356
  });
36357
36357
 
36358
- // node_modules/js-yaml/lib/js-yaml/mark.js
36358
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/mark.js
36359
36359
  var require_mark = __commonJS((exports, module) => {
36360
36360
  var common2 = require_common();
36361
36361
  function Mark(name8, buffer, position, line, column) {
@@ -36415,7 +36415,7 @@ var require_mark = __commonJS((exports, module) => {
36415
36415
  module.exports = Mark;
36416
36416
  });
36417
36417
 
36418
- // node_modules/js-yaml/lib/js-yaml/type.js
36418
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type.js
36419
36419
  var require_type = __commonJS((exports, module) => {
36420
36420
  var YAMLException = require_exception();
36421
36421
  var TYPE_CONSTRUCTOR_OPTIONS = [
@@ -36471,7 +36471,7 @@ var require_type = __commonJS((exports, module) => {
36471
36471
  module.exports = Type;
36472
36472
  });
36473
36473
 
36474
- // node_modules/js-yaml/lib/js-yaml/schema.js
36474
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema.js
36475
36475
  var require_schema2 = __commonJS((exports, module) => {
36476
36476
  var common2 = require_common();
36477
36477
  var YAMLException = require_exception();
@@ -36556,7 +36556,7 @@ var require_schema2 = __commonJS((exports, module) => {
36556
36556
  module.exports = Schema;
36557
36557
  });
36558
36558
 
36559
- // node_modules/js-yaml/lib/js-yaml/type/str.js
36559
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/str.js
36560
36560
  var require_str = __commonJS((exports, module) => {
36561
36561
  var Type = require_type();
36562
36562
  module.exports = new Type("tag:yaml.org,2002:str", {
@@ -36567,7 +36567,7 @@ var require_str = __commonJS((exports, module) => {
36567
36567
  });
36568
36568
  });
36569
36569
 
36570
- // node_modules/js-yaml/lib/js-yaml/type/seq.js
36570
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/seq.js
36571
36571
  var require_seq = __commonJS((exports, module) => {
36572
36572
  var Type = require_type();
36573
36573
  module.exports = new Type("tag:yaml.org,2002:seq", {
@@ -36578,7 +36578,7 @@ var require_seq = __commonJS((exports, module) => {
36578
36578
  });
36579
36579
  });
36580
36580
 
36581
- // node_modules/js-yaml/lib/js-yaml/type/map.js
36581
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/map.js
36582
36582
  var require_map = __commonJS((exports, module) => {
36583
36583
  var Type = require_type();
36584
36584
  module.exports = new Type("tag:yaml.org,2002:map", {
@@ -36589,7 +36589,7 @@ var require_map = __commonJS((exports, module) => {
36589
36589
  });
36590
36590
  });
36591
36591
 
36592
- // node_modules/js-yaml/lib/js-yaml/schema/failsafe.js
36592
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js
36593
36593
  var require_failsafe = __commonJS((exports, module) => {
36594
36594
  var Schema = require_schema2();
36595
36595
  module.exports = new Schema({
@@ -36601,7 +36601,7 @@ var require_failsafe = __commonJS((exports, module) => {
36601
36601
  });
36602
36602
  });
36603
36603
 
36604
- // node_modules/js-yaml/lib/js-yaml/type/null.js
36604
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/null.js
36605
36605
  var require_null = __commonJS((exports, module) => {
36606
36606
  var Type = require_type();
36607
36607
  function resolveYamlNull(data) {
@@ -36639,7 +36639,7 @@ var require_null = __commonJS((exports, module) => {
36639
36639
  });
36640
36640
  });
36641
36641
 
36642
- // node_modules/js-yaml/lib/js-yaml/type/bool.js
36642
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/bool.js
36643
36643
  var require_bool = __commonJS((exports, module) => {
36644
36644
  var Type = require_type();
36645
36645
  function resolveYamlBoolean(data) {
@@ -36674,7 +36674,7 @@ var require_bool = __commonJS((exports, module) => {
36674
36674
  });
36675
36675
  });
36676
36676
 
36677
- // node_modules/js-yaml/lib/js-yaml/type/int.js
36677
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/int.js
36678
36678
  var require_int = __commonJS((exports, module) => {
36679
36679
  var common2 = require_common();
36680
36680
  var Type = require_type();
@@ -36821,7 +36821,7 @@ var require_int = __commonJS((exports, module) => {
36821
36821
  });
36822
36822
  });
36823
36823
 
36824
- // node_modules/js-yaml/lib/js-yaml/type/float.js
36824
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/float.js
36825
36825
  var require_float = __commonJS((exports, module) => {
36826
36826
  var common2 = require_common();
36827
36827
  var Type = require_type();
@@ -36909,7 +36909,7 @@ var require_float = __commonJS((exports, module) => {
36909
36909
  });
36910
36910
  });
36911
36911
 
36912
- // node_modules/js-yaml/lib/js-yaml/schema/json.js
36912
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/json.js
36913
36913
  var require_json = __commonJS((exports, module) => {
36914
36914
  var Schema = require_schema2();
36915
36915
  module.exports = new Schema({
@@ -36925,7 +36925,7 @@ var require_json = __commonJS((exports, module) => {
36925
36925
  });
36926
36926
  });
36927
36927
 
36928
- // node_modules/js-yaml/lib/js-yaml/schema/core.js
36928
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/core.js
36929
36929
  var require_core4 = __commonJS((exports, module) => {
36930
36930
  var Schema = require_schema2();
36931
36931
  module.exports = new Schema({
@@ -36935,7 +36935,7 @@ var require_core4 = __commonJS((exports, module) => {
36935
36935
  });
36936
36936
  });
36937
36937
 
36938
- // node_modules/js-yaml/lib/js-yaml/type/timestamp.js
36938
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/timestamp.js
36939
36939
  var require_timestamp = __commonJS((exports, module) => {
36940
36940
  var Type = require_type();
36941
36941
  var YAML_DATE_REGEXP = new RegExp("^([0-9][0-9][0-9][0-9])" + "-([0-9][0-9])" + "-([0-9][0-9])$");
@@ -36996,7 +36996,7 @@ var require_timestamp = __commonJS((exports, module) => {
36996
36996
  });
36997
36997
  });
36998
36998
 
36999
- // node_modules/js-yaml/lib/js-yaml/type/merge.js
36999
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/merge.js
37000
37000
  var require_merge = __commonJS((exports, module) => {
37001
37001
  var Type = require_type();
37002
37002
  function resolveYamlMerge(data) {
@@ -37008,7 +37008,7 @@ var require_merge = __commonJS((exports, module) => {
37008
37008
  });
37009
37009
  });
37010
37010
 
37011
- // node_modules/js-yaml/lib/js-yaml/type/binary.js
37011
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/binary.js
37012
37012
  var require_binary = __commonJS((exports, module) => {
37013
37013
  var NodeBuffer;
37014
37014
  try {
@@ -37101,7 +37101,7 @@ var require_binary = __commonJS((exports, module) => {
37101
37101
  });
37102
37102
  });
37103
37103
 
37104
- // node_modules/js-yaml/lib/js-yaml/type/omap.js
37104
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/omap.js
37105
37105
  var require_omap = __commonJS((exports, module) => {
37106
37106
  var Type = require_type();
37107
37107
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -37142,7 +37142,7 @@ var require_omap = __commonJS((exports, module) => {
37142
37142
  });
37143
37143
  });
37144
37144
 
37145
- // node_modules/js-yaml/lib/js-yaml/type/pairs.js
37145
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/pairs.js
37146
37146
  var require_pairs = __commonJS((exports, module) => {
37147
37147
  var Type = require_type();
37148
37148
  var _toString = Object.prototype.toString;
@@ -37181,7 +37181,7 @@ var require_pairs = __commonJS((exports, module) => {
37181
37181
  });
37182
37182
  });
37183
37183
 
37184
- // node_modules/js-yaml/lib/js-yaml/type/set.js
37184
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/set.js
37185
37185
  var require_set = __commonJS((exports, module) => {
37186
37186
  var Type = require_type();
37187
37187
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -37207,7 +37207,7 @@ var require_set = __commonJS((exports, module) => {
37207
37207
  });
37208
37208
  });
37209
37209
 
37210
- // node_modules/js-yaml/lib/js-yaml/schema/default_safe.js
37210
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js
37211
37211
  var require_default_safe = __commonJS((exports, module) => {
37212
37212
  var Schema = require_schema2();
37213
37213
  module.exports = new Schema({
@@ -37227,7 +37227,7 @@ var require_default_safe = __commonJS((exports, module) => {
37227
37227
  });
37228
37228
  });
37229
37229
 
37230
- // node_modules/js-yaml/lib/js-yaml/type/js/undefined.js
37230
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js
37231
37231
  var require_undefined = __commonJS((exports, module) => {
37232
37232
  var Type = require_type();
37233
37233
  function resolveJavascriptUndefined() {
@@ -37251,7 +37251,7 @@ var require_undefined = __commonJS((exports, module) => {
37251
37251
  });
37252
37252
  });
37253
37253
 
37254
- // node_modules/js-yaml/lib/js-yaml/type/js/regexp.js
37254
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js
37255
37255
  var require_regexp = __commonJS((exports, module) => {
37256
37256
  var Type = require_type();
37257
37257
  function resolveJavascriptRegExp(data) {
@@ -37301,7 +37301,7 @@ var require_regexp = __commonJS((exports, module) => {
37301
37301
  });
37302
37302
  });
37303
37303
 
37304
- // node_modules/js-yaml/lib/js-yaml/type/js/function.js
37304
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/type/js/function.js
37305
37305
  var require_function = __commonJS((exports, module) => {
37306
37306
  var esprima;
37307
37307
  try {
@@ -37355,7 +37355,7 @@ var require_function = __commonJS((exports, module) => {
37355
37355
  });
37356
37356
  });
37357
37357
 
37358
- // node_modules/js-yaml/lib/js-yaml/schema/default_full.js
37358
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/schema/default_full.js
37359
37359
  var require_default_full = __commonJS((exports, module) => {
37360
37360
  var Schema = require_schema2();
37361
37361
  module.exports = Schema.DEFAULT = new Schema({
@@ -37370,7 +37370,7 @@ var require_default_full = __commonJS((exports, module) => {
37370
37370
  });
37371
37371
  });
37372
37372
 
37373
- // node_modules/js-yaml/lib/js-yaml/loader.js
37373
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/loader.js
37374
37374
  var require_loader = __commonJS((exports, module) => {
37375
37375
  var common2 = require_common();
37376
37376
  var YAMLException = require_exception();
@@ -38494,7 +38494,7 @@ var require_loader = __commonJS((exports, module) => {
38494
38494
  exports.safeLoad = safeLoad;
38495
38495
  });
38496
38496
 
38497
- // node_modules/js-yaml/lib/js-yaml/dumper.js
38497
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml/dumper.js
38498
38498
  var require_dumper = __commonJS((exports, module) => {
38499
38499
  var common2 = require_common();
38500
38500
  var YAMLException = require_exception();
@@ -39063,7 +39063,7 @@ var require_dumper = __commonJS((exports, module) => {
39063
39063
  exports.safeDump = safeDump;
39064
39064
  });
39065
39065
 
39066
- // node_modules/js-yaml/lib/js-yaml.js
39066
+ // node_modules/gray-matter/node_modules/js-yaml/lib/js-yaml.js
39067
39067
  var require_js_yaml = __commonJS((exports, module) => {
39068
39068
  var loader = require_loader();
39069
39069
  var dumper = require_dumper();
@@ -39095,7 +39095,7 @@ var require_js_yaml = __commonJS((exports, module) => {
39095
39095
  exports.addConstructor = deprecated("addConstructor");
39096
39096
  });
39097
39097
 
39098
- // node_modules/js-yaml/index.js
39098
+ // node_modules/gray-matter/node_modules/js-yaml/index.js
39099
39099
  var require_js_yaml2 = __commonJS((exports, module) => {
39100
39100
  var yaml = require_js_yaml();
39101
39101
  module.exports = yaml;
@@ -180701,7 +180701,7 @@ function pathKey(options2 = {}) {
180701
180701
  return Object.keys(env).reverse().find((key) => key.toUpperCase() === "PATH") || "Path";
180702
180702
  }
180703
180703
 
180704
- // node_modules/unicorn-magic/node.js
180704
+ // node_modules/npm-run-path/node_modules/unicorn-magic/node.js
180705
180705
  import { promisify } from "node:util";
180706
180706
  import { execFile as execFileCallback, execFileSync as execFileSyncOriginal } from "node:child_process";
180707
180707
  import path from "node:path";
@@ -182149,7 +182149,7 @@ var LF_BINARY = LF.codePointAt(0);
182149
182149
  var CR = "\r";
182150
182150
  var CR_BINARY = CR.codePointAt(0);
182151
182151
 
182152
- // node_modules/get-stream/source/index.js
182152
+ // node_modules/execa/node_modules/get-stream/source/index.js
182153
182153
  import { on } from "node:events";
182154
182154
  import { finished } from "node:stream/promises";
182155
182155
 
@@ -182247,7 +182247,7 @@ function h({ preventCancel: r = false } = {}) {
182247
182247
  return s[n] = t, s;
182248
182248
  }
182249
182249
 
182250
- // node_modules/get-stream/source/stream.js
182250
+ // node_modules/execa/node_modules/get-stream/source/stream.js
182251
182251
  var getAsyncIterable = (stream) => {
182252
182252
  if (isReadableStream(stream, { checkOpen: false }) && nodeImports.on !== undefined) {
182253
182253
  return getStreamIterable(stream);
@@ -182295,7 +182295,7 @@ var handleStreamEnd = async (stream, controller, state) => {
182295
182295
  };
182296
182296
  var nodeImports = {};
182297
182297
 
182298
- // node_modules/get-stream/source/contents.js
182298
+ // node_modules/execa/node_modules/get-stream/source/contents.js
182299
182299
  var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
182300
182300
  const asyncIterable = getAsyncIterable(stream);
182301
182301
  const state = init();
@@ -182391,7 +182391,7 @@ class MaxBufferError extends Error {
182391
182391
  }
182392
182392
  }
182393
182393
 
182394
- // node_modules/get-stream/source/utils.js
182394
+ // node_modules/execa/node_modules/get-stream/source/utils.js
182395
182395
  var identity2 = (value) => value;
182396
182396
  var noop = () => {
182397
182397
  return;
@@ -182402,7 +182402,7 @@ var throwObjectStream = (chunk) => {
182402
182402
  };
182403
182403
  var getLengthProperty = (convertedChunk) => convertedChunk.length;
182404
182404
 
182405
- // node_modules/get-stream/source/array.js
182405
+ // node_modules/execa/node_modules/get-stream/source/array.js
182406
182406
  async function getStreamAsArray(stream, options2) {
182407
182407
  return getStreamContents(stream, arrayMethods, options2);
182408
182408
  }
@@ -182428,7 +182428,7 @@ var arrayMethods = {
182428
182428
  getFinalChunk: noop,
182429
182429
  finalize: getContentsProperty
182430
182430
  };
182431
- // node_modules/get-stream/source/array-buffer.js
182431
+ // node_modules/execa/node_modules/get-stream/source/array-buffer.js
182432
182432
  async function getStreamAsArrayBuffer(stream, options2) {
182433
182433
  return getStreamContents(stream, arrayBufferMethods, options2);
182434
182434
  }
@@ -182480,7 +182480,7 @@ var arrayBufferMethods = {
182480
182480
  getFinalChunk: noop,
182481
182481
  finalize: finalizeArrayBuffer
182482
182482
  };
182483
- // node_modules/get-stream/source/string.js
182483
+ // node_modules/execa/node_modules/get-stream/source/string.js
182484
182484
  async function getStreamAsString(stream, options2) {
182485
182485
  return getStreamContents(stream, stringMethods, options2);
182486
182486
  }
@@ -182508,7 +182508,7 @@ var stringMethods = {
182508
182508
  getFinalChunk: getFinalStringChunk,
182509
182509
  finalize: getContentsProperty
182510
182510
  };
182511
- // node_modules/get-stream/source/index.js
182511
+ // node_modules/execa/node_modules/get-stream/source/index.js
182512
182512
  Object.assign(nodeImports, { on, finished });
182513
182513
 
182514
182514
  // node_modules/execa/lib/io/max-buffer.js
@@ -1361,7 +1361,7 @@ function pathKey(options = {}) {
1361
1361
  return Object.keys(env).reverse().find((key) => key.toUpperCase() === "PATH") || "Path";
1362
1362
  }
1363
1363
 
1364
- // node_modules/unicorn-magic/node.js
1364
+ // node_modules/npm-run-path/node_modules/unicorn-magic/node.js
1365
1365
  import { promisify } from "node:util";
1366
1366
  import { execFile as execFileCallback, execFileSync as execFileSyncOriginal } from "node:child_process";
1367
1367
  import path from "node:path";
@@ -2809,7 +2809,7 @@ var LF_BINARY = LF.codePointAt(0);
2809
2809
  var CR = "\r";
2810
2810
  var CR_BINARY = CR.codePointAt(0);
2811
2811
 
2812
- // node_modules/get-stream/source/index.js
2812
+ // node_modules/execa/node_modules/get-stream/source/index.js
2813
2813
  import { on } from "node:events";
2814
2814
  import { finished } from "node:stream/promises";
2815
2815
 
@@ -2907,7 +2907,7 @@ function h({ preventCancel: r = false } = {}) {
2907
2907
  return s[n] = t, s;
2908
2908
  }
2909
2909
 
2910
- // node_modules/get-stream/source/stream.js
2910
+ // node_modules/execa/node_modules/get-stream/source/stream.js
2911
2911
  var getAsyncIterable = (stream) => {
2912
2912
  if (isReadableStream(stream, { checkOpen: false }) && nodeImports.on !== undefined) {
2913
2913
  return getStreamIterable(stream);
@@ -2955,7 +2955,7 @@ var handleStreamEnd = async (stream, controller, state) => {
2955
2955
  };
2956
2956
  var nodeImports = {};
2957
2957
 
2958
- // node_modules/get-stream/source/contents.js
2958
+ // node_modules/execa/node_modules/get-stream/source/contents.js
2959
2959
  var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
2960
2960
  const asyncIterable = getAsyncIterable(stream);
2961
2961
  const state = init();
@@ -3051,7 +3051,7 @@ class MaxBufferError extends Error {
3051
3051
  }
3052
3052
  }
3053
3053
 
3054
- // node_modules/get-stream/source/utils.js
3054
+ // node_modules/execa/node_modules/get-stream/source/utils.js
3055
3055
  var identity2 = (value) => value;
3056
3056
  var noop = () => {
3057
3057
  return;
@@ -3062,7 +3062,7 @@ var throwObjectStream = (chunk) => {
3062
3062
  };
3063
3063
  var getLengthProperty = (convertedChunk) => convertedChunk.length;
3064
3064
 
3065
- // node_modules/get-stream/source/array.js
3065
+ // node_modules/execa/node_modules/get-stream/source/array.js
3066
3066
  async function getStreamAsArray(stream, options) {
3067
3067
  return getStreamContents(stream, arrayMethods, options);
3068
3068
  }
@@ -3088,7 +3088,7 @@ var arrayMethods = {
3088
3088
  getFinalChunk: noop,
3089
3089
  finalize: getContentsProperty
3090
3090
  };
3091
- // node_modules/get-stream/source/array-buffer.js
3091
+ // node_modules/execa/node_modules/get-stream/source/array-buffer.js
3092
3092
  async function getStreamAsArrayBuffer(stream, options) {
3093
3093
  return getStreamContents(stream, arrayBufferMethods, options);
3094
3094
  }
@@ -3140,7 +3140,7 @@ var arrayBufferMethods = {
3140
3140
  getFinalChunk: noop,
3141
3141
  finalize: finalizeArrayBuffer
3142
3142
  };
3143
- // node_modules/get-stream/source/string.js
3143
+ // node_modules/execa/node_modules/get-stream/source/string.js
3144
3144
  async function getStreamAsString(stream, options) {
3145
3145
  return getStreamContents(stream, stringMethods, options);
3146
3146
  }
@@ -3168,7 +3168,7 @@ var stringMethods = {
3168
3168
  getFinalChunk: getFinalStringChunk,
3169
3169
  finalize: getContentsProperty
3170
3170
  };
3171
- // node_modules/get-stream/source/index.js
3171
+ // node_modules/execa/node_modules/get-stream/source/index.js
3172
3172
  Object.assign(nodeImports, { on, finished });
3173
3173
 
3174
3174
  // node_modules/execa/lib/io/max-buffer.js
package/package.json CHANGED
@@ -9,14 +9,23 @@
9
9
  },
10
10
  "devDependencies": {
11
11
  "@biomejs/biome": "2.4.15",
12
+ "@semantic-release/commit-analyzer": "^13.0.1",
13
+ "@semantic-release/github": "^12.0.8",
14
+ "@semantic-release/npm": "^13.1.5",
15
+ "@semantic-release/release-notes-generator": "^14.1.1",
12
16
  "@types/node": "^25.9.1",
13
17
  "jscpd": "^4.0.5",
14
18
  "mastra": "^1.9.3",
19
+ "semantic-release": "^25.0.3",
15
20
  "typescript": "^6.0.3",
16
21
  "ultracite": "7.7.0",
17
22
  "vitest": "^3.2.0"
18
23
  },
19
24
  "name": "@oisincoveney/pipeline",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/oisincoveney/agent-pipeline.git"
28
+ },
20
29
  "publishConfig": {
21
30
  "access": "public"
22
31
  },
@@ -39,7 +48,6 @@
39
48
  }
40
49
  },
41
50
  "files": [
42
- ".claude/commands",
43
51
  "dist",
44
52
  "docs",
45
53
  "README.md"
@@ -57,7 +65,7 @@
57
65
  "prepack": "bun run build:cli"
58
66
  },
59
67
  "type": "module",
60
- "version": "1.0.1",
68
+ "version": "1.0.2",
61
69
  "description": "",
62
70
  "main": "index.js",
63
71
  "keywords": [],
@@ -1,20 +0,0 @@
1
- <!-- Generated by @oisincoveney/pipeline. -->
2
- <!-- @oisincoveney/pipeline:host=claude; version=1.0.1 -->
3
-
4
- ---
5
- description: Run the oisin pipeline for a task
6
- argument-hint: "<ticket id or task description>"
7
- allowed-tools: Bash(./node_modules/.bin/work-next:*), Bash(bunx @oisincoveney/pipeline:*)
8
- ---
9
-
10
- Run the oisin pipeline mechanically for the provided task.
11
-
12
- Do not reimplement the pipeline inside this chat. Execute the installed CLI command and report its result.
13
-
14
- Task:
15
-
16
- ```
17
- $ARGUMENTS
18
- ```
19
-
20
- !`if [ -x ./node_modules/.bin/work-next ]; then ./node_modules/.bin/work-next "$ARGUMENTS"; else bunx @oisincoveney/pipeline work-next "$ARGUMENTS"; fi`