EPIC v0.1.0-beta.3
EPIC v0.1.0-beta.3
This release focuses on developer experience, packaging reliability, repository hygiene, and release consistency.
This release completes the EPIC v2 CLI experience and ensures that the repository, npm packages, documentation, and CI pipeline are fully synchronized.
What’s New
Premium CLI Experience
- Redesigned terminal interface with improved typography and formatting.
- Dynamic version reporting (epic --version) sourced directly from the published package.
- New epic doctor command for environment diagnostics.
- Improved help menus and command organization.
Developer Experience
- Updated README with a clearer onboarding flow.
- Added configuration examples for epic.toml.
- Added JSON and SARIF output documentation.
- Improved command documentation and usage examples.
Packaging & Distribution
- Published all platform-specific parser binaries for:
- macOS (Apple Silicon & Intel)
- Linux x64
- Windows x64
- Synchronized all npm packages to v0.1.0-beta.3.
- Fixed package version consistency across the monorepo.
Repository Cleanup
- Removed obsolete development artifacts and temporary files.
- Cleaned .gitignore.
- Consolidated examples and documentation.
- Improved repository structure for contributors.
CI & Reliability
- Fixed cross-platform npm ci issues caused by optional binary dependencies.
- Regenerated a clean, reproducible package-lock.json.
- GitHub Actions now build and test successfully across supported environments.
Packages
- @solana-epic/cli
- @solana-epic/parser
- @solana-epic/diff-engine
- @solana-epic/cli-darwin-arm64
- @solana-epic/cli-darwin-x64
- @solana-epic/cli-linux-x64
- @solana-epic/cli-win32-x64
Installation
npm install -g @solana-epic/cli
Verification
epic --version
epic doctor
epic --help
Thank you to everyone testing EPIC during the beta period. Feedback from this release will guide the roadmap toward the first stable release.