To be honest, I haven't been actively keeping up with this project for quite some time now. The initial development work was completed in under a month using a vibe coding approach. There are a few reasons why I paused:
The development environment kept getting disrupted by updates that were either problematic or simply unnecessary.
I ended up focusing my efforts on optimizing tools and refining the environment.
I'll admit, I had some doubts about the project's value and whether the idea was truly worthwhile—which is probably why my post came across as a bit abrupt.
Thank you sincerely for the suggestions; they're very helpful. I genuinely lacked a clear understanding of how to post effectively, so I really appreciate the guidance. I'll work toward meeting that goal as soon as possible.
One small thing: since I've been experimenting with AI-assisted coding on a limited budget, the code quality hasn't been great. The AI agents frequently lose context and make errors—for example, I defined the syntax in a C style, but it kept generating Rust-style syntax with compilation logic. C and Rust have significant differences in basic function definitions (C/C++ doesn't use the fn keyword), so I ended up using this as a test case to identify and correct the AI's mistakes.