From f074f51e7f9d3da9fd75865f0355cfe47969f78c Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 10 Feb 2026 10:00:27 -0700 Subject: [PATCH] Add language and plugin enhancement requests --- FEATURE_REQUESTS.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/FEATURE_REQUESTS.md b/FEATURE_REQUESTS.md index d260d3a..22cada9 100644 --- a/FEATURE_REQUESTS.md +++ b/FEATURE_REQUESTS.md @@ -140,3 +140,25 @@ - Document options: runtime install, PackageCompiler.jl, embedding Julia as a library - Provide recommended defaults for CLI tools vs GUI apps - Include guidance for minimizing startup latency and bundle size + +## Python/C++/JS-TS Support Enhancements — PROPOSED + +**Goal:** Expand first-class support for Python, C++, and JS/TS beyond current parse/generate. + +**Scope:** +- Improve language-specific projection fidelity and diagnostics +- Expand standard library and ecosystem stubs (pip/npm/vcpkg) +- Add language-specific refactor recipes and annotation guidance +- Strengthen test corpus and projection round-trip coverage + +--- + +## Plugin System Enhancements — PROPOSED + +**Goal:** Expand plugin support for external tools and language packs. + +**Scope:** +- Standardize plugin packaging format +- Document plugin API and lifecycle hooks +- Add plugin discovery and version compatibility checks +- Provide example plugins for language packs and external analyzers