max / balanced_breakfast
1 file changed,
+6 insertions,
-0 deletions
| @@ -4,6 +4,12 @@ | |||
| 4 | 4 | //! lifecycle management) and the Rhai-based plugin system. The orchestrator | |
| 5 | 5 | //! coordinates plugins, the database, and the feed generator; the plugin | |
| 6 | 6 | //! manager handles loading, configuration, and sandboxed script execution. | |
| 7 | + | //! | |
| 8 | + | //! # Design | |
| 9 | + | //! | |
| 10 | + | //! The frontend design system (charter, styleguide, architecture), the | |
| 11 | + | //! competitive positioning, and the deploy/test notes live in the maintainer wiki. | |
| 12 | + | //! <!-- wiki: bb-overview --> | |
| 7 | 13 | ||
| 8 | 14 | pub mod crypto; | |
| 9 | 15 | pub mod orchestrator; |