Releases: AutoCookies/syntaxvoid
SyntaxVoid V0.4.0 Beta
Add grammars, dockers, git, many
SyntaxVoid V0.3.0 Beta
SyntaxVoid V0.2.0 Beta
SyntaxVoid v0.2.0 — Structural Intelligence + Governance Foundation
This release transforms SyntaxVoid from a visual IDE experiment into a structurally-aware engineering workspace.
It introduces a full stack of:
Project-level structural graph
Impact analysis engine
Transactional patch governance
Unified theme-aware design system
Stability hardening phase
syntaxvoid-project-map
Project Structure Visualization Engine
SyntaxVoid now builds a file-level dependency graph of your workspace.
Capabilities:
File-to-file import relationship graph
Circular dependency detection
In-degree / out-degree tracking
Graph snapshot versioning
Highlight API for cross-package integration
Why it matters:
SyntaxVoid is no longer a file explorer — it understands structure.
syntaxvoid-impact
Change Impact Analysis Engine
Given a file, SyntaxVoid can compute:
Upstream dependencies
Downstream dependents
Depth-limited traversal
Circular participation
Hub score estimation
Integrated features:
Depth slider
Direction toggle (upstream/downstream/both)
Graph highlight integration
Slash command support:
/sv impact <file> <depth>Why it matters:
Developers can see consequences before making changes.
syntaxvoid-patch-governor
Transactional Change Control System
All programmatic or tool-generated changes must go through a governed pipeline:
Proposal → Risk Simulation → Review → Transaction → Audit
Features:
Patch proposal store (append-only)
Risk scoring (impact-aware)
Multi-file atomic transaction engine
Rollback on failure
Crash recovery detection
Append-only audit log
Terminal commands:
/sv patch list
/sv patch apply
Why it matters:
Changes are governed, not blindly applied.
syntaxvoid-ui-kit
Theme-Aware Design System (SOT)
A unified UI foundation has been introduced.
Architecture:
Pulsar Theme
↓
SyntaxVoid UI Kit (token bridge)
↓
All feature panels
Features:
Theme variable bridge (no hardcoded hex)
CSS token system (--sv-*)
Shared layout patterns:
Panel
Header
Body
Footer
Reusable components:
Buttons
Badges
Sections
Inputs
Clean professional skin (default)
Optional pixel skin (layout-only override)
Why it matters:
SyntaxVoid now looks cohesive, modern, and theme-compatible.
Stability Hardening Phase
This release includes a stability-focused pass:
Improvements:
Strict TypeScript migration for major packages
Cross-package dependency cleanup
Error handling hardening
Transaction safety validation
Async file I/O safety
Impact cache invalidation by graph version
No silent failures
Reduced UI blocking operations
Result:
SyntaxVoid now has a deterministic structural state model.

