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

> Advisor Agent in Build. Rocket's senior architect sub-agent that resolves error loops and makes architectural decisions automatically.

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="June 12">
  <span class="changelog-new">New</span>

  * **[Workspace invite toggle](/getting-started/workspace/manage#edit-workspace-settings)**: The "Allow workspace editors to invite members" setting controls workspace Editor invites, and whether project and task owners can invite anyone or only existing workspace members.
</Update>

<Update label="June 9">
  <span class="changelog-new">New</span>

  * **[Advisor Agent in Build](/build/editor/advisor-agent)**: Rocket now includes a senior architect sub-agent that activates automatically when the coding agent gets stuck. Instead of looping on the same broken fix, the system escalates to the Advisor which reads your actual codebase, identifies root causes, and returns a structured plan the coding agent executes. It handles error loop resolution, architectural decisions, large scale refactoring plans, and code review.
</Update>
