This checklist summarizes the final preparations made to ensure the repository meets 2026 industry standards for security, documentation, and open-source best practices.
tests/export_compatibility/ZeroOmegaExport_Company_Example.bak contains sanitized example data only..gitignore is comprehensive.
node_modules, dist/, .env, and OS metadata files.LICENSE file (GPL-3.0) to match package.json declaration.yourusername with Malaccamaxgit.bug_report.md: Structured bug reporting form.feature_request.md: Feature suggestion form.esbuild vulnerability.
vite from ^6.0.5 to ^6.4.1 in package.json to pull in a secure version of esbuild.Before the final push, please perform the following steps locally:
npm install
Reason: To reflect the vite version update in package-lock.json.
npm run build
npm test
Reason: Ensure the vite upgrade didn’t introduce any regressions.
git add .
git commit -m "chore: prepare for public release (docs, license, security updates)"
git push origin main
Ready for takeoff! 🚀