docs(factories): final copy pass for launch - #571
Conversation
Consistency and style cleanup across the factories section, plus one fix flagged on #508: - Align the overview's human-in-the-loop line with the quickstart (approving specs when needed) - Refer to the implement agent explicitly in the model-choice table - Name the Dashboard page consistently in measure-and-improve - Replace em dashes in procedural/instructional text (GitHub label step, GitLab trigger pointers, Jira caution) per the style guide - Bold and link the Foreman name field on the GitLab page to match GitHub - Parallelize the no-PR troubleshooting fix sentence - Clarify that a finished work item links to the pull request (quickstart) - Use descriptive anchor text for the factory-as-code example link - reference/cli: fold the stale warp-cli note into the deprecation caution so the page no longer tells readers to migrate to a deprecated binary (addresses open review comment on #508) Co-Authored-By: Warp <agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This PR was generated with Warp. Comment |
|
Your GitHub account is not connected to Warp. Connect it here. |
|
Your Warp account is not a member of any team with access to this repository. |
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR makes a final copy pass across the Factories docs and removes a contradictory legacy CLI note by folding the warp-cli history into the existing deprecation caution. I reviewed the annotated diff for docs style, link/terminology consistency, comment/test quality, security concerns, and spec drift; no blocking concerns or inline findings were identified.
Concerns
- None.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz


Final senior-tech-writer copy pass over the factories section ahead of the #508 launch merge, plus one fix for an open review comment on #508.
Factories copy cleanup
paymentsusesfactory:payments."Fix for an open #508 review thread
ozin favor ofwarpimmediately followed by a stale note telling readers to migrate fromwarp-clitooz("replace warp-cli with oz in your scripts"). Folded thewarp-clihistory into the caution and removed the contradictory note, as flagged by the review bot on chore: gate factory launch #508.Verified stage naming against the product code rather than "fixing" it: the dashboard Activity view uses Complete (
FactoryActivity/stages.ts) while the Slack Home tab uses Completed (slack_app_home.go), so the docs' differing labels are each correct for their surface.Validation:
npm run buildpasses;style_lint --changedreports no issues in the touched files.