@@ -35,9 +35,6 @@ Technical notes:
3535
3636- Purpose: Reference native-like desktop app integrating framework modules.
3737- Frontend: HTML/CSS/TypeScript.
38- - Packaging: Electron currently; Tauri experiments in progress for lighter builds.
39- - Integrations: local RootFS worker, built-in DNS client, extensions/plugin system.
40- - Dev: Run in dev mode to exercise Core.Framework, Core.Help, and Miner-CLI together.
4138
4239## Core.Framework
4340
@@ -52,13 +49,7 @@ Key features:
5249- Modular plugin loader for app extensions.
5350- Secure local storage and key handling (encrypted stores).
5451- Cross-platform event/IPC primitives and lifecycle management.
55- - Example integrations for Poindexter and RootFS datanode.
5652
57- Technical notes:
58-
59- - Language: TypeScript + Node.js runtime helpers.
60- - Packaging: npm package(s) for frontend/runtime bindings; Python helpers for native bits documented via pip-adjacent notes.
61- - Tooling: TypeScript typings, lints, and CI unit tests in progress.
6253
6354## Core.Help
6455
@@ -68,14 +59,6 @@ Status: Alpha — usable and embeddable.
6859
6960Provides client-side deep-linkable help documentation that opens in its own window.
7061
71- Technical notes:
72-
73- - Content stored as Markdown with simple frontmatter.
74- - Viewer is a lightweight webview window with indexed search and fragment support.
75- - rich search ranking and offline indexing
76- - Deep linking supports structured topics and URL fragments for contextual help.
77- - Designed to be embedded into multiple host apps with minimal API surface.
78-
7962
8063## dns.lthn.io
8164
0 commit comments