@cleocode/cleo 2026.4.29 → 2026.4.30

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/cli/index.js CHANGED
@@ -125058,7 +125058,7 @@ function registerResearchCommand(program) {
125058
125058
  {
125059
125059
  entry: {
125060
125060
  id: generateResearchId(),
125061
- file: "",
125061
+ file: `research/${topic.replace(/\s+/g, "-").toLowerCase()}.md`,
125062
125062
  title: topic,
125063
125063
  date: (/* @__PURE__ */ new Date()).toISOString().slice(0, 10),
125064
125064
  status: "partial",
@@ -125112,7 +125112,7 @@ function registerResearchCommand(program) {
125112
125112
  {
125113
125113
  entry: {
125114
125114
  id: researchId,
125115
- file: "",
125115
+ file: `research/link-${researchId}.md`,
125116
125116
  title: `Link: ${researchId} -> ${taskId}`,
125117
125117
  date: (/* @__PURE__ */ new Date()).toISOString().slice(0, 10),
125118
125118
  status: "partial",
@@ -125138,7 +125138,7 @@ function registerResearchCommand(program) {
125138
125138
  {
125139
125139
  entry: {
125140
125140
  id,
125141
- file: "",
125141
+ file: `research/${id}.md`,
125142
125142
  title: topic,
125143
125143
  date: (/* @__PURE__ */ new Date()).toISOString().slice(0, 10),
125144
125144
  status,