> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.3.0-rc.0

> 2026-02-06

Major internal refactor with centralized platform registry, remote spec templates, and comprehensive test coverage.

## New features

* **Remote spec templates**: `trellis init -t electron-fullstack` downloads and applies spec templates
* **Centralized platform registry**: All platform metadata in one place, derived helpers replace scattered hardcoded lists
* **Test coverage**: 312 tests across 17 files with Vitest coverage reporting

## Changes

* Extracted `resolvePlaceholders()` to shared module, removed templates.ts dispatcher
* Release tooling supports beta/rc/release workflows
* Extracted VERSION constant for consistent version management
