@scanton/phase2s 0.19.0 → 0.19.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.
@@ -13,7 +13,7 @@ import { loadLearnings, formatLearningsForPrompt } from "../core/memory.js";
13
13
  import { loadAllSkills } from "../skills/index.js";
14
14
  import { substituteInputs, getUnfilledInputKeys } from "../skills/template.js";
15
15
  import { log } from "../utils/logger.js";
16
- const VERSION = "0.18.0";
16
+ const VERSION = "0.19.1";
17
17
  /** Directory for session auto-saves. */
18
18
  const SESSION_DIR = join(process.cwd(), ".phase2s", "sessions");
19
19
  /** Path for today's session file. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scanton/phase2s",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "AI programming harness with multi-model support",
5
5
  "type": "module",
6
6
  "files": [