> ## 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#steps)**: The "Allow workspace editors to invite members" setting now applies across all levels. When disabled, no one can add people who are not already members of the workspace — including at the project and task level.
</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>
