terminalhire 0.26.0 → 0.26.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.
@@ -503,6 +503,13 @@ var init_rigor = __esm({
503
503
  }
504
504
  });
505
505
 
506
+ // ../../packages/core/src/gh-governor.ts
507
+ var init_gh_governor = __esm({
508
+ "../../packages/core/src/gh-governor.ts"() {
509
+ "use strict";
510
+ }
511
+ });
512
+
506
513
  // ../../packages/core/src/github.ts
507
514
  var RESUME_DECAY_HALF_LIFE_MS;
508
515
  var init_github = __esm({
@@ -512,6 +519,7 @@ var init_github = __esm({
512
519
  init_contribution_gate();
513
520
  init_contribution_gate();
514
521
  init_rigor();
522
+ init_gh_governor();
515
523
  RESUME_DECAY_HALF_LIFE_MS = 30 * 24 * 60 * 60 * 1e3;
516
524
  }
517
525
  });
@@ -787,9 +795,20 @@ var init_feeds = __esm({
787
795
  });
788
796
 
789
797
  // ../../packages/core/src/feeds/contribution-classify.ts
798
+ var CONTENT_NOUN_STRONG, CONTENT_NOUN_BROAD, CONTENT_ADD_RE, NUMBERED_SEED_RE;
790
799
  var init_contribution_classify = __esm({
791
800
  "../../packages/core/src/feeds/contribution-classify.ts"() {
792
801
  "use strict";
802
+ CONTENT_NOUN_STRONG = String.raw`proverbs?|words?|phrases?|sayings?|quotes?|quotations?|translations?|entry|entries|definitions?|terms?|idioms?|synonyms?|antonyms?|acronyms?|abbreviations?`;
803
+ CONTENT_NOUN_BROAD = String.raw`trivia\s+questions?|grammar\s+points?|trivia|facts?|quiz(?:zes)?|flash\s?cards?|vocab(?:ulary)?|lessons?|kanji`;
804
+ CONTENT_ADD_RE = new RegExp(
805
+ String.raw`\badd(?:ing|s)?\s+(?:\w+\s+){0,4}?(?:${CONTENT_NOUN_STRONG})\b`,
806
+ "i"
807
+ );
808
+ NUMBERED_SEED_RE = new RegExp(
809
+ String.raw`\badd(?:ing|s)?\s+(?:\w+\s+){0,4}?(?:${CONTENT_NOUN_STRONG}|${CONTENT_NOUN_BROAD})\s*#?\s*\d{1,3}\s*$`,
810
+ "i"
811
+ );
793
812
  }
794
813
  });
795
814
 
@@ -805,6 +824,7 @@ var init_contributions = __esm({
805
824
  init_contribution_classify();
806
825
  init_github_bounties();
807
826
  init_http();
827
+ init_gh_governor();
808
828
  CONTRIB_LABEL_QUERIES = [
809
829
  'label:"good first issue" type:issue state:open',
810
830
  'label:"good-first-issue" type:issue state:open',
@@ -867,6 +887,7 @@ var init_indexer = __esm({
867
887
  init_contributions();
868
888
  init_partners();
869
889
  init_github();
890
+ init_gh_governor();
870
891
  init_winnability();
871
892
  }
872
893
  });
@@ -997,6 +1018,7 @@ var init_src = __esm({
997
1018
  init_winnability();
998
1019
  init_partners();
999
1020
  init_github();
1021
+ init_gh_governor();
1000
1022
  init_credit();
1001
1023
  init_intro();
1002
1024
  init_directoryThreshold();
@@ -1279,9 +1301,9 @@ var init_keytar = __esm({
1279
1301
  }
1280
1302
  });
1281
1303
 
1282
- // node-file:/Users/ericgang/job-placement-inline/.claude/worktrees/agent-a4d8b1364e2f66adc/node_modules/keytar/build/Release/keytar.node
1304
+ // node-file:/Users/ericgang/job-placement-inline/node_modules/keytar/build/Release/keytar.node
1283
1305
  var require_keytar = __commonJS({
1284
- "node-file:/Users/ericgang/job-placement-inline/.claude/worktrees/agent-a4d8b1364e2f66adc/node_modules/keytar/build/Release/keytar.node"(exports, module) {
1306
+ "node-file:/Users/ericgang/job-placement-inline/node_modules/keytar/build/Release/keytar.node"(exports, module) {
1285
1307
  "use strict";
1286
1308
  init_keytar();
1287
1309
  try {