Skip to content

Releases: AutoCookies/syntaxvoid

SyntaxVoid V0.4.0 Beta

13 Mar 14:34

Choose a tag to compare

Add grammars, dockers, git, many

SyntaxVoid V0.3.0 Beta

14 Feb 17:35

Choose a tag to compare

Fixing Bugs for projects mapping and files mapping.
Add LAN Colab for structural project
image

SyntaxVoid V0.2.0 Beta

14 Feb 14:13

Choose a tag to compare

SyntaxVoid v0.2.0 — Structural Intelligence + Governance Foundation

image image

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.

SyntaxVoid V0.1.0 - Beta

13 Feb 14:44

Choose a tag to compare

Pre-release

Add Project Map Space
Screenshot from 2026-02-13 21-39-21