Status
Not started
LOC
11
Tests
0
Test LOC
0
Overview
No overview yet.
What it enables
No downstream modules declared yet.
Relationships
Standalone โ no declared relationships.
Tom Core Bridge
Extended VS Code bridge server with full Tom Framework D4rt bridges.
Overview
This project provides an alternative bridge server binary (`core_bs`) for the VS Code extension. While the base `tom_bs` (from `tom_vscode_bridge`) includes only DCli and VS Code API bridges, `core_bs` adds the complete Tom Framework bridge set via `tom_core_d4rt`:
- **tom_core_kernel** โ Core framework types
- **tom_core_server** โ Server-side components
- **tom_build** โ Build system APIs
- **tom_dist_ledger** โ Distributed ledger
- **tom_process_monitor** โ Process monitoring
- **tom_basics** โ Basic utilities
- **tom_reflection** โ Reflection support
Usage
Configure the VS Code extension to use `core_bs` instead of `tom_bs` for full Tom Framework access in D4rt scripts.
Architecture
tom_core_bridge (bin/core_bs.dart)
โโโ tom_vscode_bridge โ Base bridge server + VS Code API bridges
โ โโโ tom_d4rt_dcli โ DCli bridges
โ โโโ tom_vscode_scripting_api โ VS Code API wrappers
โโโ tom_core_d4rt โ Tom Framework bridges
โโโ tom_core_kernel
โโโ tom_core_server
โโโ tom_build
โโโ tom_dist_ledger
โโโ tom_process_monitor
โโโ tom_basics
โโโ tom_reflection
License
BSD 3-Clause License Copyright (c) 2025-2026, Al The Bear / Alexis Kyaw Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.