FileOnix v2.0.1 #3
zetad2
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This stability release (v2.0.1) brings crucial quality-of-life improvements, architectural hardening, and edge-case resolutions to the FileOnix engine.
Native Engine Features
1. Dynamic Auto-Generation
FileOnix now implements intelligent configuration scaffolding. If the engine is booted via the CLI with explicit runtime arguments (e.g.,
fileonix -script src/index.ts -runner bun) and no configuration file pre-exists anywhere in the system tree, FileOnix will organically capture the engine state and securely write a localizedfileonix.config.json. This completely automates project setups based purely on terminal behavior.2. Universal CLI Color Support
The npm/xfpm installation script (
install.js) has been refactored to utilize standard ANSI-16 colors. This universally forces the FileOnix styling scheme (cyan/blue) even when package managers intentionally suppress standard TTY terminal outputs duringpostinstall.Core Fixes & Security Auditing
--helpsor mistyped flags) were silently discarded, unintentionally causing the engine to boot into the default watch-only mode. The terminal now securely enforces parameter validation and terminates predictably with an explicit error when encountering invalid inputs.helpnow correctly natively mirrors--helpand-hcommands.watchpaths nested inside.jsonconfiguration files were evaluated against the Current Working Directory (CWD) of the terminal process. Paths injected via.jsonfiles are now securely evaluated relative to the config file's physical system location.package.jsonor.fileonixrcJSON objects would fail silently and allow the engine to bypass configuration loading. The engine now correctly flags strict syntax breaches and alerts developers of the formatting errors immediately before falling back to defaults.--batch=false) from correctly overwritingtruestructures evaluated from JSON files.Architecture Builds
The native executable pipelines are fully synchronized. Dropping legacy configurations, all URIs map uniformly to
Nehonix-Team/FileOnix.Available pre-compiled zero-dependency binaries for v2.0.1:
This discussion was created from the release FileOnix v2.0.1.
Beta Was this translation helpful? Give feedback.
All reactions