mrvn-cli 0.4.0 → 0.4.1

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.
@@ -15980,7 +15980,7 @@ function createEpicTools(store) {
15980
15980
  {
15981
15981
  title: external_exports.string().describe("Epic title"),
15982
15982
  content: external_exports.string().describe("Epic description and scope"),
15983
- linkedFeature: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).describe("Feature ID(s) to link this epic to (e.g. 'F-001' or ['F-001', 'F-002'])"),
15983
+ linkedFeature: external_exports.array(external_exports.string()).describe("Feature ID(s) to link this epic to (e.g. ['F-001'] or ['F-001', 'F-002'])"),
15984
15984
  status: external_exports.enum(["planned", "in-progress", "done"]).optional().describe("Epic status (default: 'planned')"),
15985
15985
  owner: external_exports.string().optional().describe("Epic owner"),
15986
15986
  targetDate: external_exports.string().optional().describe("Target completion date (ISO format)"),
@@ -16056,7 +16056,7 @@ function createEpicTools(store) {
16056
16056
  owner: external_exports.string().optional().describe("New owner"),
16057
16057
  targetDate: external_exports.string().optional().describe("New target date"),
16058
16058
  estimatedEffort: external_exports.string().optional().describe("New estimated effort"),
16059
- linkedFeature: external_exports.union([external_exports.string(), external_exports.array(external_exports.string())]).optional().describe("New linked feature ID(s)"),
16059
+ linkedFeature: external_exports.array(external_exports.string()).optional().describe("New linked feature ID(s)"),
16060
16060
  tags: external_exports.array(external_exports.string()).optional().describe("Replace tags (e.g. remove 'risk', add 'risk-mitigated')")
16061
16061
  },
16062
16062
  async (args) => {