-
Notifications
You must be signed in to change notification settings - Fork 21
[integration check — do not merge] Factories launch docs, all pages combined #533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
hongyi-chen
wants to merge
40
commits into
hyc/factory-launch
Choose a base branch
from
hyc/factories-launch-docs
base: hyc/factory-launch
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
af93cf1
feat: scaffold Factories tab and Automation Platform rename infra
rachaelrenk a80f842
docs: migrate hardcoded Oz product names to vars in agents/terminal/g…
rachaelrenk fcd0e6c
docs: migrate reference/ Oz-branded strings to vars, add CLI deprecat…
rachaelrenk 373d387
docs: migrate hardcoded Oz strings to vars system in guides, support-…
rachaelrenk 812d5d8
docs: migrate Oz platform strings to vars in platform/ directory
rachaelrenk d57d8ff
Merge remote-tracking branch 'origin/rrenk/factory-launch-restructure…
rachaelrenk 17f9089
Merge remote-tracking branch 'origin/rrenk/factory-launch-restructure…
rachaelrenk 3992f3d
Merge remote-tracking branch 'origin/rrenk/factory-launch-restructure…
rachaelrenk 36b4cfe
fix: resolve topic-resolution build failures and lint false positives
rachaelrenk a9dbefa
fix: convert broken VARS markdown links to JSX anchors
rachaelrenk 47e38a7
fix: merge software-factory redirect entries to stay under Vercel's r…
rachaelrenk 97a701b
fix: use valid Vercel redirect syntax for software-factory redirect
rachaelrenk 1c37d27
fix: address PR review feedback
rachaelrenk 159d3eb
fix: remove {VARS.X} expressions from heading text (breaks TOC/anchors)
rachaelrenk 538fd30
fix: use plain Warp instead of the automation-platform var on Agent M…
rachaelrenk 8b939c4
fix: correct WARP_AUTOMATION_PLATFORM -> API_SDK_NAME mismatches (pos…
rachaelrenk 3883bec
fix: round 2 of post-rename vars audit across the site
rachaelrenk 717b044
fix: swap Factories tab icon from server to setting (gear)
rachaelrenk 2d15c52
fix: remove redundant top-level API tab, fix stale Oz icon check
rachaelrenk 174c910
fix: rename Reference tab to "API & Reference", surface API Reference…
rachaelrenk 7fcd62a
fix: put Overview before API Reference under Technical Reference
rachaelrenk 317622e
fix: restructure Cloud Agents group per HYC feedback
rachaelrenk 30ca251
fix: rename subgroup to Warp Cloud Agents, relabel Overview to Cloud …
rachaelrenk 763abea
fix: lead Warp Cloud Agents with the Warp Agent page, move it above O…
rachaelrenk 9b80829
fix: land the Automation Platform tab on the platform overview
rachaelrenk 969e635
docs(factories): add overview and workflow docs
hongyi-chen aac484f
docs(factories): add quickstart
hongyi-chen abce933
docs(factories): document factory agent roles
hongyi-chen 7615bba
docs(factories): document factory configuration as code
hongyi-chen c8759b0
docs(factories): document factory intake paths
hongyi-chen 19433f6
docs(factories): document Factory MCP workflows
hongyi-chen 8daf6a2
docs(factories): document measurement and improvement
hongyi-chen 18c0f10
docs(factories): document infrastructure and security
hongyi-chen afbfb9e
docs(factories): document Slack integration
hongyi-chen 99a5f7a
docs(factories): document GitHub integration
hongyi-chen 6476bc4
docs(factories): document Linear integration
hongyi-chen 314dc0a
docs(factories): document Jira integration
hongyi-chen b9c8605
docs(factories): document the control room
hongyi-chen 84cea57
docs(factories): finalize Early Access navigation
hongyi-chen 95b3539
docs: add Warp Factories cross-links
hongyi-chen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -167,13 +167,14 @@ export default defineConfig({ | |
| customSets: [ | ||
| { label: 'Terminal', description: 'Warp Terminal features and configuration.', paths: ['terminal/**'] }, | ||
| { label: 'Agents', description: 'Warp\'s agents: capabilities, local agents, and CLI agents.', paths: ['agents/**'] }, | ||
| { label: 'Factories', description: 'Warp Factories documentation for setup, agent roles, definitions as code, integrations, measurement, and infrastructure.', paths: ['factories/**'] }, | ||
| { label: 'Warp Agent CLI', description: 'The Warp Agent CLI: agent conversations, shell commands, permissions, and configuration in any terminal.', paths: ['agents/cli/**'] }, | ||
| { label: 'Oz Platform', description: 'Warp\'s Oz platform: cloud agents, orchestration, triggers, integrations, environments, harnesses, and self-hosting.', paths: ['platform/**'] }, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| { label: 'Code', description: 'Code editor, code review, and Git worktrees.', paths: ['code/**'] }, | ||
| { label: 'Enterprise', description: 'Enterprise features, SSO, team management, and security.', paths: ['enterprise/**'] }, | ||
| { label: 'Getting Started', description: 'Installation, quickstart, and migration guides.', paths: ['index', 'quickstart', 'getting-started/**'] }, | ||
| { label: 'Knowledge and Collaboration', description: 'Warp Drive, teams, and the Admin Panel.', paths: ['knowledge-and-collaboration/**'] }, | ||
| { label: 'Reference', description: 'CLI and API reference.', paths: ['reference/**'] }, | ||
| { label: 'API & Reference', description: 'CLI and API reference.', paths: ['reference/**'] }, | ||
| // All support-and-community/ pages. open-source-licenses.mdx is excluded | ||
| // globally above (stack overflow in hast-util-to-text); the patch ensures | ||
| // it's excluded from this custom set as well. | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ozas a rename-sensitive token is too broad for changed-file linting; this PR also has legitimate strings like app names and expected log output that includeOz. Add context exclusions or avoid the bare-token rule before enforcing it.