feat: wire BuildPulse to Appwrite-backed persistence

This commit is contained in:
OpenClaw Bot
2026-05-07 00:31:33 +02:00
parent bdf8773797
commit 63c5a23b48
19 changed files with 1427 additions and 93 deletions
+3 -7
View File
@@ -7,7 +7,7 @@ It helps the user capture features, park distracting ideas, log progress as Puls
## Current Release
v0.1: Single-project, local-first, pulse-compatible feature cockpit.
v0.1: Single-project, Appwrite-backed, pulse-compatible feature cockpit.
## Current v0.1 Scope
@@ -91,12 +91,8 @@ The UI must be:
## Storage Rule
Use local-first storage.
Preferred v0.1 options:
1. Browser local storage or IndexedDB for fastest implementation.
2. Optional tiny file-backed Node backend only if explicitly requested.
Do not introduce a database in v0.1.
Use Appwrite on the Unraid server as canonical storage.
Keep a browser local cache fallback so the app still behaves when the backend sulks.
## Scope Guardrail