@starascendin/lifeos-mcp 0.7.68 → 0.7.69

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.
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.7.68";
2
- export declare const BUILD_TIME = "2026-05-17T19:06:09.988Z";
1
+ export declare const VERSION = "0.7.69";
2
+ export declare const BUILD_TIME = "2026-05-17T20:11:00.340Z";
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED — do not edit. Regenerated on every build.
2
- export const VERSION = "0.7.68";
3
- export const BUILD_TIME = "2026-05-17T19:06:09.988Z";
2
+ export const VERSION = "0.7.69";
3
+ export const BUILD_TIME = "2026-05-17T20:11:00.340Z";
package/dist/index.js CHANGED
@@ -685,6 +685,19 @@ const TOOLS = [
685
685
  type: "string",
686
686
  description: "Updated goals (optional)",
687
687
  },
688
+ whatWentWell: {
689
+ type: "string",
690
+ description: "Retrospective notes on what went well (optional)",
691
+ },
692
+ whatCouldImprove: {
693
+ type: "string",
694
+ description: "Retrospective notes on what could improve (optional)",
695
+ },
696
+ actionItems: {
697
+ type: "array",
698
+ items: { type: "string" },
699
+ description: "Retrospective action items (optional)",
700
+ },
688
701
  },
689
702
  required: ["cycleId"],
690
703
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@starascendin/lifeos-mcp",
3
- "version": "0.7.68",
3
+ "version": "0.7.69",
4
4
  "description": "MCP server for LifeOS Project Management - manage projects, tasks, notes, and contacts via AI assistants",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",