Skip to content

docs: move build optimizations out of the agent guide - #449

Merged
janicduplessis merged 1 commit into
mainfrom
docs/agent-guide-scope-448
Sep 6, 2026
Merged

docs: move build optimizations out of the agent guide#449
janicduplessis merged 1 commit into
mainfrom
docs/agent-guide-scope-448

Conversation

@janicduplessis

Copy link
Copy Markdown
Collaborator

Description

The root agent guide mixes build-optimization details into the normal workflow, even when they do not change the agent's next action. Fixes #448.

Solution

Keep cache warm-up, ABI selection, fingerprint fallback, and build-sharing mechanics in guide lifecycle builds and guide lifecycle concurrency. The root keeps the required workflow, ownership/cleanup safety, short retry instruction, and links to those sections.

Narrow the original authoring rule, which put every operational detail in the root, so optimization internals stay in the detailed, version-matched guides.

Independent of #447, which removes its PCH-specific root-guide note.

Test plan

  • Rendered the built CLI's guide agent, guide lifecycle builds, and guide lifecycle concurrency; verified the moved details remain accessible and the root retains worktree, device, and verification rules.
  • Extended the existing root-guide routing test for the build and concurrency sections; existing safety and workflow contract tests still pass.

@janicduplessis
janicduplessis marked this pull request as ready for review September 6, 2026 04:44
@janicduplessis
janicduplessis merged commit 1c420aa into main Sep 6, 2026
5 checks passed
@janicduplessis
janicduplessis deleted the docs/agent-guide-scope-448 branch September 6, 2026 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keep build optimization details out of the root agent guide

1 participant