Backlog

What’s new in the foundation

A human-readable log of improvements we add to the template, so you always know what changed and why it matters.

Clearer AI rules, less chaos
Apr 15, 2026

We made the built-in AI guidance easier to follow, so changes stay consistent as your project grows.

What’s included

  • Rules are now grouped by topic, so the AI stays focused and doesn’t reshape your structure unexpectedly.
  • Docs were aligned with the real project layout, so paths and references match what you see in the repo.
  • Result: fewer surprise diffs, faster reviews, and easier handoff to another developer.
Shared rules for AI tools
Apr 15, 2026

We added a single entry point for AI rules so different tools follow the same expectations.

What’s included

  • One place to understand the must-follow rules, where to put new code, and what “done” means.
  • Clear conflict resolution so you don’t have to guess which instruction to follow.
  • Result: less time negotiating with AI, more time shipping.
Smoother Google sign-in
Apr 9, 2026

We updated the Google sign-in flow to be more reliable across redirects and server-rendered pages.

What’s included

  • Fewer edge-case login issues after returning from Google.
  • More predictable session behavior across refreshes.
  • Result: users sign in with less friction, and you spend less time debugging auth.