@@ -53,79 +53,79 @@ export default defineConfig({
5353 } ,
5454 redirects : {
5555 // Status → Labs → Agent Factory → Agent Factory Status chain
56- '/status/' : '/agent-factory-status/' ,
57- '/labs/' : '/agent-factory-status/' ,
58- '/agent-factory/' : '/agent-factory-status/' ,
56+ '/status/' : '/gh-aw/ agent-factory-status/' ,
57+ '/labs/' : '/gh-aw/ agent-factory-status/' ,
58+ '/agent-factory/' : '/gh-aw/ agent-factory-status/' ,
5959
6060 // Blog post date correction
61- '/blog/2026-01-12-meet-the-workflows/' : '/blog/2026-01-13-meet-the-workflows/' ,
61+ '/blog/2026-01-12-meet-the-workflows/' : '/gh-aw/ blog/2026-01-13-meet-the-workflows/' ,
6262
6363 // Start-here → Get-started → current paths
64- '/start-here/concepts/' : '/introduction/how-they-work/' ,
65- '/start-here/quick-start/' : '/setup/quick-start/' ,
64+ '/start-here/concepts/' : '/gh-aw/ introduction/how-they-work/' ,
65+ '/start-here/quick-start/' : '/gh-aw/ setup/quick-start/' ,
6666
6767 // Get-started → current paths
68- '/get-started/concepts/' : '/introduction/how-they-work/' ,
69- '/get-started/quick-start/' : '/setup/quick-start/' ,
68+ '/get-started/concepts/' : '/gh-aw/ introduction/how-they-work/' ,
69+ '/get-started/quick-start/' : '/gh-aw/ setup/quick-start/' ,
7070
7171 // Introduction how-it-works → how-they-work
72- '/introduction/how-it-works/' : '/introduction/how-they-work/' ,
72+ '/introduction/how-it-works/' : '/gh-aw/ introduction/how-they-work/' ,
7373
7474 // Tools → Setup renames
75- '/tools/cli/' : '/setup/cli/' ,
76- '/tools/mcp-server/' : '/reference/gh-aw-as-mcp-server/' ,
77- '/tools/agentic-authoring/' : '/setup/creating-workflows/' ,
75+ '/tools/cli/' : '/gh-aw/ setup/cli/' ,
76+ '/tools/mcp-server/' : '/gh-aw/ reference/gh-aw-as-mcp-server/' ,
77+ '/tools/agentic-authoring/' : '/gh-aw/ setup/creating-workflows/' ,
7878
7979 // Samples → Examples renames
80- '/samples/coding-development/' : '/examples/issue-pr-events/coding-development/' ,
81- '/samples/quality-testing/' : '/examples/issue-pr-events/quality-testing/' ,
82- '/samples/triage-analysis/' : '/examples/issue-pr-events/triage-analysis/' ,
83- '/samples/research-planning/' : '/examples/scheduled/research-planning/' ,
80+ '/samples/coding-development/' : '/gh-aw/ examples/issue-pr-events/coding-development/' ,
81+ '/samples/quality-testing/' : '/gh-aw/ examples/issue-pr-events/quality-testing/' ,
82+ '/samples/triage-analysis/' : '/gh-aw/ examples/issue-pr-events/triage-analysis/' ,
83+ '/samples/research-planning/' : '/gh-aw/ examples/scheduled/research-planning/' ,
8484
8585 // Setup renames
86- '/setup/agentic-authoring/' : '/setup/creating-workflows/' ,
87- '/setup/mcp-server/' : '/reference/gh-aw-as-mcp-server/' ,
86+ '/setup/agentic-authoring/' : '/gh-aw/ setup/creating-workflows/' ,
87+ '/setup/mcp-server/' : '/gh-aw/ reference/gh-aw-as-mcp-server/' ,
8888
8989 // Reference renames
90- '/reference/tokens/' : '/reference/auth/' ,
91- '/reference/custom-agents/' : '/reference/copilot-custom-agents/' ,
92- '/reference/custom-agent/' : '/reference/custom-agent-for-aw/' ,
90+ '/reference/tokens/' : '/gh-aw/ reference/auth/' ,
91+ '/reference/custom-agents/' : '/gh-aw/ reference/copilot-custom-agents/' ,
92+ '/reference/custom-agent/' : '/gh-aw/ reference/custom-agent-for-aw/' ,
9393
9494 // Guides → Patterns renames
95- '/guides/chatops/' : '/patterns/chat-ops/' ,
96- '/guides/issueops/' : '/patterns/issue-ops/' ,
97- '/guides/labelops/' : '/patterns/label-ops/' ,
98- '/guides/dailyops/' : '/patterns/daily-ops/' ,
99- '/guides/dispatchops/' : '/patterns/dispatch-ops/' ,
100- '/guides/monitoring/' : '/patterns/monitoring/' ,
101- '/guides/multirepoops/' : '/patterns/multi-repo-ops/' ,
102- '/guides/orchestration/' : '/patterns/orchestration/' ,
103- '/guides/siderepoops/' : '/patterns/side-repo-ops/' ,
104- '/guides/specops/' : '/patterns/spec-ops/' ,
105- '/guides/researchplanassign/' : '/patterns/task-ops/' ,
106- '/guides/trialops/' : '/patterns/trial-ops/' ,
95+ '/guides/chatops/' : '/gh-aw/ patterns/chat-ops/' ,
96+ '/guides/issueops/' : '/gh-aw/ patterns/issue-ops/' ,
97+ '/guides/labelops/' : '/gh-aw/ patterns/label-ops/' ,
98+ '/guides/dailyops/' : '/gh-aw/ patterns/daily-ops/' ,
99+ '/guides/dispatchops/' : '/gh-aw/ patterns/dispatch-ops/' ,
100+ '/guides/monitoring/' : '/gh-aw/ patterns/monitoring/' ,
101+ '/guides/multirepoops/' : '/gh-aw/ patterns/multi-repo-ops/' ,
102+ '/guides/orchestration/' : '/gh-aw/ patterns/orchestration/' ,
103+ '/guides/siderepoops/' : '/gh-aw/ patterns/side-repo-ops/' ,
104+ '/guides/specops/' : '/gh-aw/ patterns/spec-ops/' ,
105+ '/guides/researchplanassign/' : '/gh-aw/ patterns/task-ops/' ,
106+ '/guides/trialops/' : '/gh-aw/ patterns/trial-ops/' ,
107107
108108 // Examples → Patterns renames
109- '/examples/comment-triggered/chatops/' : '/patterns/chat-ops/' ,
110- '/examples/scheduled/dailyops/' : '/patterns/daily-ops/' ,
111- '/examples/issue-pr-events/issueops/' : '/patterns/issue-ops/' ,
112- '/examples/issue-pr-events/labelops/' : '/patterns/label-ops/' ,
113- '/examples/issue-pr-events/projectops/' : '/patterns/project-ops/' ,
109+ '/examples/comment-triggered/chatops/' : '/gh-aw/ patterns/chat-ops/' ,
110+ '/examples/scheduled/dailyops/' : '/gh-aw/ patterns/daily-ops/' ,
111+ '/examples/issue-pr-events/issueops/' : '/gh-aw/ patterns/issue-ops/' ,
112+ '/examples/issue-pr-events/labelops/' : '/gh-aw/ patterns/label-ops/' ,
113+ '/examples/issue-pr-events/projectops/' : '/gh-aw/ patterns/project-ops/' ,
114114
115115 // Patterns unhyphenated → hyphenated slugs
116- '/patterns/centralrepoops/' : '/patterns/central-repo-ops/' ,
117- '/patterns/chatops/' : '/patterns/chat-ops/' ,
118- '/patterns/dailyops/' : '/patterns/daily-ops/' ,
119- '/patterns/dataops/' : '/patterns/data-ops/' ,
120- '/patterns/dispatchops/' : '/patterns/dispatch-ops/' ,
121- '/patterns/issueops/' : '/patterns/issue-ops/' ,
122- '/patterns/labelops/' : '/patterns/label-ops/' ,
123- '/patterns/multirepoops/' : '/patterns/multi-repo-ops/' ,
124- '/patterns/projectops/' : '/patterns/project-ops/' ,
125- '/patterns/siderepoops/' : '/patterns/side-repo-ops/' ,
126- '/patterns/specops/' : '/patterns/spec-ops/' ,
127- '/patterns/taskops/' : '/patterns/task-ops/' ,
128- '/patterns/trialops/' : '/patterns/trial-ops/' ,
116+ '/patterns/centralrepoops/' : '/gh-aw/ patterns/central-repo-ops/' ,
117+ '/patterns/chatops/' : '/gh-aw/ patterns/chat-ops/' ,
118+ '/patterns/dailyops/' : '/gh-aw/ patterns/daily-ops/' ,
119+ '/patterns/dataops/' : '/gh-aw/ patterns/data-ops/' ,
120+ '/patterns/dispatchops/' : '/gh-aw/ patterns/dispatch-ops/' ,
121+ '/patterns/issueops/' : '/gh-aw/ patterns/issue-ops/' ,
122+ '/patterns/labelops/' : '/gh-aw/ patterns/label-ops/' ,
123+ '/patterns/multirepoops/' : '/gh-aw/ patterns/multi-repo-ops/' ,
124+ '/patterns/projectops/' : '/gh-aw/ patterns/project-ops/' ,
125+ '/patterns/siderepoops/' : '/gh-aw/ patterns/side-repo-ops/' ,
126+ '/patterns/specops/' : '/gh-aw/ patterns/spec-ops/' ,
127+ '/patterns/taskops/' : '/gh-aw/ patterns/task-ops/' ,
128+ '/patterns/trialops/' : '/gh-aw/ patterns/trial-ops/' ,
129129 } ,
130130 integrations : [
131131 mermaid ( ) ,
0 commit comments