@caupulican/pi-adaptative 0.80.64 → 0.80.65

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [0.80.65] - 2026-06-27
2
+
3
+ ### Added
4
+
5
+ - Memory-to-behavior: the reflection engine can now promote a recurring, multi-step procedure it learned into an executable skill (a generated SKILL.md under your skills directory), so lessons become reusable behavior instead of just remembered facts.
6
+
1
7
  ## [0.80.64] - 2026-06-27
2
8
 
3
9
  ### Added
@@ -802,6 +802,11 @@ export declare class AgentSession {
802
802
  reportId?: string;
803
803
  }): Promise<ReflectionResult | null>;
804
804
  private _applyReflectionWrite;
805
+ /**
806
+ * R7: write a reflection-promoted skill as `<agentDir>/skills/<name>/SKILL.md` so it loads like any
807
+ * user skill. Best-effort; never clobbers an existing (hand-authored) skill of the same name.
808
+ */
809
+ private _promoteReflectionSkill;
805
810
  getContextUsage(): ContextUsage | undefined;
806
811
  /**
807
812
  * Export session to HTML.