@cccarv82/freya 1.0.20 → 1.0.21

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.
Files changed (2) hide show
  1. package/cli/web.js +1 -1
  2. package/package.json +1 -1
package/cli/web.js CHANGED
@@ -1046,7 +1046,7 @@ async function cmdWeb({ port, dir, open, dev }) {
1046
1046
 
1047
1047
  const now = new Date().toISOString();
1048
1048
  const applyMode = String(payload.mode || 'all').trim();
1049
- undefined
1049
+ const applied = { tasks: 0, blockers: 0, tasksSkipped: 0, blockersSkipped: 0, reportsSuggested: [], oracleQueries: [], mode: applyMode };
1050
1050
 
1051
1051
  function makeId(prefix) {
1052
1052
  const rand = Math.random().toString(16).slice(2, 8);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cccarv82/freya",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Personal AI Assistant with local-first persistence",
5
5
  "scripts": {
6
6
  "health": "node scripts/validate-data.js",