@pkprosol/coach 1.0.6 → 1.0.7

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/bin/coach.js CHANGED
@@ -325,6 +325,8 @@ async function main() {
325
325
  console.log("");
326
326
  console.log(renderWelcome());
327
327
  console.log("");
328
+ // Save initial state so isFirstRun() returns false next time
329
+ saveState(loadState());
328
330
  return;
329
331
  }
330
332
  switch (command) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pkprosol/coach",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Daily AI work coach — analyzes your Claude Code & Claude App sessions to deliver one lesson + one tip daily",
5
5
  "type": "module",
6
6
  "bin": {