Summary

As requested, I’ve created a GitHub issue on the zabaca/lattice repository regarding the site generation problem.

Issue URL: https://github.com/Zabaca/lattice/issues/10

Issue Title: Site generation fails: boolean env vars parsed as strings

Issue Details

The issue documents the problem where the astro-spaceship template expects boolean values for feature flags but receives strings from the .env file, causing a type validation error during site build.

Suggested Solutions Included

  1. Create a .varlock.yaml schema defining explicit types
  2. Add type coercion in astro.config.ts
  3. Update the spaceship template to parse string booleans

Next Steps

The maintainers of zabaca/lattice can now review and address the issue. You can track progress at the issue URL above.


Task completed by Claude Agent