Releases: phcdevworks/spectre-init
Releases · phcdevworks/spectre-init
Release list
Phase 2 - TypeScript 7 Toolchain Support
Changed
- Added TypeScript 7 compiler support while retaining TypeScript 6 for ESLint/typescript-eslint compatibility.
- Bumped typescript-eslint to 8.65.0 and refreshed release tooling dependencies.
Validation
- npm run check
- CLI version and help smoke tests
- Production dependency audit
- npm package and publish dry-runs
Phase 2 - Ecosystem Alignment and Release Tooling
Contract change type: additive
Added
- Added
@phcdevworks/spectre-manifestas a devDependency.spectre.manifest.json
at the repo root declares this package's ecosystem role, layer, exports, and
allowed dependency targets.check:ecosystemvalidates it in the check pipeline. - Added
shell-apptemplate — a full shell starter wiringbootstrapApp, the
router, reactive signals/effects, and@phcdevworks/spectre-components
(sp-button). - Added
check:version-syncscript (scripts/check-readme-version.ts) that
verifies README version references stay in sync withpackage.json; wired
intonpm run check. - Added
release:proposescript (scripts/propose-version.ts) that suggests
the next semantic version bump based on[Unreleased]change classification.
Changed
- Bumped
@phcdevworks/spectre-manifestdevDependency range to^1.1.0. - Bumped
typescript-eslintdevDependency to^8.63.0. - Bumped template dependency pins:
@phcdevworks/spectre-tokensto3.3.1,
@phcdevworks/spectre-uito2.7.1,@phcdevworks/spectre-ui-astro
reference to3.4.1.
Phase 0/1 - First Public Release
Historical release record
This GitHub release was backfilled on July 23, 2026. The package was originally published to npm on June 4, 2026, from commit 2628cb1.
Added
- Initial Spectre scaffolding CLI with interactive and non-interactive workflows.
- TypeScript/Vite starters for
vanillaandshell-appprojects. - Project-name validation, output validation, package installation, and extensible project-type registration.
- GitHub Actions verification, ESLint, formatting, and the full
npm run checkgate. - Repository documentation and cross-agent development guidance.