@fideliosai/server 0.0.13 → 0.0.14

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.
@@ -10,8 +10,8 @@ Run this checklist on every heartbeat. This covers both your local planning/memo
10
10
 
11
11
  ## 2. Local Planning Check
12
12
 
13
- 1. Read today's plan from `$AGENT_HOME/memory/YYYY-MM-DD.md` under "## Today's Plan".
14
- 2. Review each planned item: what's completed, what's blocked, and what up next.
13
+ 1. Check for today's daily notes: `ls $AGENT_HOME/memory/` find today's date or the most recent file. If no file exists yet, create one.
14
+ 2. Review planned items: what's completed, what's blocked, and what's next.
15
15
  3. For any blockers, resolve them yourself or escalate to the board.
16
16
  4. If you're ahead, start on the next highest priority.
17
17
  5. Record progress updates in the daily notes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fideliosai/server",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/fideliosai/fidelios",
6
6
  "bugs": {
@@ -28,17 +28,17 @@
28
28
  ],
29
29
  "dependencies": {
30
30
  "@aws-sdk/client-s3": "^3.888.0",
31
- "@fideliosai/adapter-claude-local": "0.0.13",
32
- "@fideliosai/adapter-codex-local": "0.0.13",
33
- "@fideliosai/adapter-cursor-local": "0.0.13",
34
- "@fideliosai/adapter-gemini-local": "0.0.13",
35
- "@fideliosai/adapter-openclaw-gateway": "0.0.13",
36
- "@fideliosai/adapter-opencode-local": "0.0.13",
37
- "@fideliosai/adapter-pi-local": "0.0.13",
38
- "@fideliosai/adapter-utils": "0.0.13",
39
- "@fideliosai/db": "0.0.13",
40
- "@fideliosai/plugin-sdk": "0.0.13",
41
- "@fideliosai/shared": "0.0.13",
31
+ "@fideliosai/adapter-claude-local": "0.0.14",
32
+ "@fideliosai/adapter-codex-local": "0.0.14",
33
+ "@fideliosai/adapter-cursor-local": "0.0.14",
34
+ "@fideliosai/adapter-gemini-local": "0.0.14",
35
+ "@fideliosai/adapter-openclaw-gateway": "0.0.14",
36
+ "@fideliosai/adapter-opencode-local": "0.0.14",
37
+ "@fideliosai/adapter-pi-local": "0.0.14",
38
+ "@fideliosai/adapter-utils": "0.0.14",
39
+ "@fideliosai/db": "0.0.14",
40
+ "@fideliosai/plugin-sdk": "0.0.14",
41
+ "@fideliosai/shared": "0.0.14",
42
42
  "ajv": "^8.18.0",
43
43
  "ajv-formats": "^3.0.1",
44
44
  "better-auth": "1.4.18",
@@ -58,7 +58,7 @@
58
58
  "sharp": "^0.34.5",
59
59
  "ws": "^8.19.0",
60
60
  "zod": "^3.24.2",
61
- "@fideliosai/adapter-hermes-local": "0.0.13"
61
+ "@fideliosai/adapter-hermes-local": "0.0.14"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/express": "^5.0.0",