Skip to main content

max / balanced_breakfast

Update docs for monorepo restructure Shared/ → MNW/shared/ path refs, PLUGIN_AUTHORING cleanup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-04-15 20:02 UTC
Commit: 32a0b7218fbc88afbb2dc8ca1c43572d0a9d3762
Parent: 0718769
2 files changed, +2 insertions, -2 deletions
M README.md +1 -1
@@ -45,7 +45,7 @@ The project is a Cargo workspace with four library crates and one application cr
45 45
46 46 Dependency flow: `bb-interface` is leaf (no internal deps) -> `bb-core` and `bb-feed` depend on `bb-interface` -> `bb-db` depends on `bb-interface` -> `src-tauri` depends on all four.
47 47
48 - Shared libraries from `../Shared/`: [theme-common](../Shared/theme-common/) (theme loading), [tagtree](../Shared/tagtree/) (tag validation), [synckit-client](../Shared/synckit-client/) (cloud sync SDK).
48 + Shared libraries from `../MNW/shared/`: [theme-common](../MNW/shared/theme-common/) (theme loading), [tagtree](../MNW/shared/tagtree/) (tag validation), [synckit-client](../MNW/shared/synckit-client/) (cloud sync SDK).
49 49
50 50 ## Features
51 51
@@ -255,7 +255,7 @@ Several modules subscribe to Tauri events beyond IPC commands:
255 255
256 256 ## CSS
257 257
258 - Single stylesheet at `frontend/css/styles.css`. Uses CSS variables set by themes.js at runtime. Theme colors come from shared TOML files in `Shared/themes/` loaded via `get_theme` Tauri command.
258 + Single stylesheet at `frontend/css/styles.css`. Uses CSS variables set by themes.js at runtime. Theme colors come from shared TOML files in `MNW/shared/themes/` loaded via `get_theme` Tauri command.
259 259
260 260 Theme-derived CSS variables:
261 261