You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+23-15Lines changed: 23 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,41 +12,49 @@ Our roadmap is broken into clearly defined versions, each building toward a stab
12
12
-[x] Codebase published and installable outside lead developer’s machine
13
13
-[x] Initial developer documentation posted
14
14
-[x] Dev feedback loop started (install issues, missing dependencies, unclear steps)
15
-
-[] Developers can follow instructions to install and run BrainDrive. Setup is less than 20 minutes including dependency installation and less than 10 mins otherwise.
15
+
-[x] Developers can follow instructions to install and run BrainDrive. Setup is less than 20 minutes including dependency installation and less than 10 mins otherwise.
16
16
17
17
18
18
## Version 0.2 – Self-Updating System
19
19
> Goal: Smooth updates with no data loss
20
20
21
-
-[] System tracks version and handles updates gracefully
22
-
-[] Database migrations work automatically
23
-
-[] Each user instance updates independently (multi-user aware)
24
-
-[] Updates never overwrite or lose user data
21
+
-[x] System tracks version and handles updates gracefully
22
+
-[x] Database migrations work automatically
23
+
-[x] Each user instance updates independently (multi-user aware)
24
+
-[x] Updates never overwrite or lose user data
25
25
26
26
---
27
27
28
28
## Version 0.3 – Plugin Manager Operational
29
29
> Goal: Fully functional plugin lifecycle in the UI
30
30
31
-
-[] Install, enable, disable, and remove plugins from the interface
32
-
-[] Plugin metadata and update system in place
33
-
-[] No CLI required for plugin management
34
-
-[] Plugin examples available to fork or build from
31
+
-[x] Install, enable, disable, and remove plugins from the interface
32
+
-[x] Plugin metadata and update system in place
33
+
-[x] No CLI required for plugin management
34
+
-[x] Plugin examples available to fork or build from
35
35
36
36
---
37
37
38
38
## Version 0.4 – Core Interaction Polished
39
39
> Goal: Own-your-AI moment works out of the box
40
40
41
-
-[ ] BrainDrive launches directly into a working chat interface
42
-
-[ ] Local model runs automatically (Ollama or equivalent)
43
-
-[ ] Interface is stable and bug-free
44
-
-[ ] UI/UX feedback implemented
45
-
-[ ] BrainDrive Concierge Working
41
+
-[x] BrainDrive launches directly into a working chat interface
42
+
-[x] Local model runs automatically (Ollama or equivalent)
43
+
-[x] Interface is stable and bug-free
44
+
-[x] UI/UX feedback implemented
45
+
46
+
## Version 0.5 - Developer data workflow
47
+
>Goal: Give devs the ability to have a living plugin.
48
+
49
+
-[x] Encryption
50
+
-[ ] Plugin Data - the ability for a plugin to put it’s own data
51
+
-[ ] Page Data - Constant state saved cross device
52
+
-[ ] Page specific Response/convo data
53
+
-[ ] Personas
46
54
47
55
---
48
56
49
-
## Version 0.5 – Dashboard & Notifications
57
+
## Version 0.5.5 – Dashboard & Notifications
50
58
> Goal: Clear visibility into system health and updates
51
59
52
60
-[ ] Version and update notifications surfaced to user
0 commit comments