> ## 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 3

> Rocket.new October week 3 release notes with code quality upgrades, better AI error handling, and cleaner generated output across web and Flutter projects.

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="October 15">
  <span class="changelog-improved">Improved</span>

  * **Error handling and code quality**: Error handling now surfaces clear messages for edge cases that previously failed silently. Generation logic produces more consistent first-pass output, and inputs are validated earlier to catch problems before they cascade.
</Update>
