> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Week 1

> Rocket.new September week 1 release notes adding honest failure status reporting and surfacing Supabase integration errors directly in the Build UI.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Update label="September 3">
  <span class="changelog-improved">Improved</span>

  * **Honest failure status**: When generation produces an empty result, Rocket now shows "failed" instead of "completed" so you can retry immediately.
  * **Supabase errors in the UI**: Runtime errors from Supabase now appear directly in the interface, removing the need to dig through logs.
</Update>
