@basou/core 0.13.1 → 0.14.0
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4481,14 +4481,14 @@ function formatOrientationBody(summary, opts) {
|
|
|
4481
4481
|
const activityAt = summary.freshness.latestActivityAt;
|
|
4482
4482
|
if (activityAt !== null && Date.parse(activityAt) - Date.parse(summary.latestDecision.occurredAt) > DECISION_TRAILING_ACTIVITY_GAP_MS) {
|
|
4483
4483
|
lines.push(
|
|
4484
|
-
` - \u6CE8: \u3053\u308C\u306F\u6700\u5F8C\u306B\u300C\u8A18\u9332\u3055\u308C\u305F\u300D\u5224\u65AD\u3067\u3059\u3002\u6700\u7D42\u6D3B\u52D5 (${relativeAgeJa(activityAt, now)}) \u306F\u3053\u308C\u3088\u308A\u5F8C\u306E\u305F\u3081\u3001\u73FE\u5728\u306E\u65B9\u91DD\u304C\u53CD\u6620\u3055\u308C\u3066\u3044\u306A\u3044\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059(\u4F1A\u8A71\u3067\u306E\u610F\u601D\u6C7A\u5B9A\u306F\u81EA\u52D5\u8A18\u9332\u3055\u308C\u307E\u305B\u3093)\u3002`
|
|
4484
|
+
` - \u6CE8: \u3053\u308C\u306F\u6700\u5F8C\u306B\u300C\u8A18\u9332\u3055\u308C\u305F\u300D\u5224\u65AD\u3067\u3059\u3002\u6700\u7D42\u6D3B\u52D5 (${relativeAgeJa(activityAt, now)}) \u306F\u3053\u308C\u3088\u308A\u5F8C\u306E\u305F\u3081\u3001\u73FE\u5728\u306E\u65B9\u91DD\u304C\u53CD\u6620\u3055\u308C\u3066\u3044\u306A\u3044\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059(\u4F1A\u8A71\u3067\u306E\u610F\u601D\u6C7A\u5B9A\u306F\u81EA\u52D5\u8A18\u9332\u3055\u308C\u307E\u305B\u3093\u3002\`basou decision capture\` \u3067\u3053\u306E session \u306E\u5224\u65AD\u3092\u8A18\u9332\u3067\u304D\u307E\u3059)\u3002`
|
|
4485
4485
|
);
|
|
4486
4486
|
}
|
|
4487
4487
|
if (summary.decisionCount > 1) {
|
|
4488
4488
|
lines.push(` - ${summary.decisionCount} decisions total \u2014 see decisions.md`);
|
|
4489
4489
|
}
|
|
4490
4490
|
} else {
|
|
4491
|
-
lines.push("- \u76F4\u8FD1\u306E\u5224\u65AD: (no decisions recorded yet)");
|
|
4491
|
+
lines.push("- \u76F4\u8FD1\u306E\u5224\u65AD: (no decisions recorded yet; capture with `basou decision capture`)");
|
|
4492
4492
|
}
|
|
4493
4493
|
if (summary.relatedFiles.displayed.length > 0) {
|
|
4494
4494
|
const shown = summary.relatedFiles.displayed.join(", ");
|