@starterculture/devkeep-actions 0.5.2 → 0.5.3

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.
@@ -421,7 +421,8 @@ function isNotFound2(error) {
421
421
  // ../../modules/devlore/dist/prompt.js
422
422
  var SUPERSEDED_GUIDANCE = [
423
423
  "These documents record how the thinking changed over time, so they contain claims that were later corrected, and the corrected version is still physically present.",
424
- "**A correction outranks what it corrects.** Where two passages disagree, the later-dated one is what is true now. A passage struck through, marked superseded, described as decided against, or sitting under a heading that says the earlier view was wrong, records what was believed \u2014 never what is. Do not restate any of it as current."
424
+ "**A correction outranks what it corrects.** Where two passages disagree, the later-dated one is what is true now. A passage struck through, marked superseded, described as decided against, or sitting under a heading that says the earlier view was wrong, records what was believed \u2014 never what is. Do not restate any of it as current.",
425
+ "**A correction reaches what was concluded from it, not only the claim itself.** Narrowing a claim back to the case it was actually measured on is not enough on its own: anything inferred from the broader version has to be re-examined and then dropped or restated. A finding that turns out to hold for one case and not the rest does not support a recommendation that was made for all of them."
425
426
  ].join("\n");
426
427
  var SUPERSEDED_GUIDANCE_WITH_LESSONS = [
427
428
  SUPERSEDED_GUIDANCE,
@@ -548,7 +548,8 @@ function isNotFound3(error) {
548
548
  var MAX_DIFF_CHARS = 2e4;
549
549
  var SUPERSEDED_GUIDANCE = [
550
550
  "These documents record how the thinking changed over time, so they contain claims that were later corrected, and the corrected version is still physically present.",
551
- "**A correction outranks what it corrects.** Where two passages disagree, the later-dated one is what is true now. A passage struck through, marked superseded, described as decided against, or sitting under a heading that says the earlier view was wrong, records what was believed \u2014 never what is. Do not restate any of it as current."
551
+ "**A correction outranks what it corrects.** Where two passages disagree, the later-dated one is what is true now. A passage struck through, marked superseded, described as decided against, or sitting under a heading that says the earlier view was wrong, records what was believed \u2014 never what is. Do not restate any of it as current.",
552
+ "**A correction reaches what was concluded from it, not only the claim itself.** Narrowing a claim back to the case it was actually measured on is not enough on its own: anything inferred from the broader version has to be re-examined and then dropped or restated. A finding that turns out to hold for one case and not the rest does not support a recommendation that was made for all of them."
552
553
  ].join("\n");
553
554
  var SUPERSEDED_GUIDANCE_WITH_LESSONS = [
554
555
  SUPERSEDED_GUIDANCE,
@@ -389,7 +389,8 @@ function isNotFound(error) {
389
389
  // ../../modules/devlore/dist/prompt.js
390
390
  var SUPERSEDED_GUIDANCE = [
391
391
  "These documents record how the thinking changed over time, so they contain claims that were later corrected, and the corrected version is still physically present.",
392
- "**A correction outranks what it corrects.** Where two passages disagree, the later-dated one is what is true now. A passage struck through, marked superseded, described as decided against, or sitting under a heading that says the earlier view was wrong, records what was believed \u2014 never what is. Do not restate any of it as current."
392
+ "**A correction outranks what it corrects.** Where two passages disagree, the later-dated one is what is true now. A passage struck through, marked superseded, described as decided against, or sitting under a heading that says the earlier view was wrong, records what was believed \u2014 never what is. Do not restate any of it as current.",
393
+ "**A correction reaches what was concluded from it, not only the claim itself.** Narrowing a claim back to the case it was actually measured on is not enough on its own: anything inferred from the broader version has to be re-examined and then dropped or restated. A finding that turns out to hold for one case and not the rest does not support a recommendation that was made for all of them."
393
394
  ].join("\n");
394
395
  var SUPERSEDED_GUIDANCE_WITH_LESSONS = [
395
396
  SUPERSEDED_GUIDANCE,
@@ -421,7 +421,8 @@ function isNotFound2(error) {
421
421
  // ../../modules/devlore/dist/prompt.js
422
422
  var SUPERSEDED_GUIDANCE = [
423
423
  "These documents record how the thinking changed over time, so they contain claims that were later corrected, and the corrected version is still physically present.",
424
- "**A correction outranks what it corrects.** Where two passages disagree, the later-dated one is what is true now. A passage struck through, marked superseded, described as decided against, or sitting under a heading that says the earlier view was wrong, records what was believed \u2014 never what is. Do not restate any of it as current."
424
+ "**A correction outranks what it corrects.** Where two passages disagree, the later-dated one is what is true now. A passage struck through, marked superseded, described as decided against, or sitting under a heading that says the earlier view was wrong, records what was believed \u2014 never what is. Do not restate any of it as current.",
425
+ "**A correction reaches what was concluded from it, not only the claim itself.** Narrowing a claim back to the case it was actually measured on is not enough on its own: anything inferred from the broader version has to be re-examined and then dropped or restated. A finding that turns out to hold for one case and not the rest does not support a recommendation that was made for all of them."
425
426
  ].join("\n");
426
427
  var SUPERSEDED_GUIDANCE_WITH_LESSONS = [
427
428
  SUPERSEDED_GUIDANCE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@starterculture/devkeep-actions",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Devkeep's GitHub Actions entrypoints, bundled for CI runners.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",