Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/content/docs/examples/campaigns.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Campaign Examples
description: Example campaign workflows with worker patterns and idempotency
sidebar:
badge: { text: 'Examples', variant: 'note' }
banner:
content: '<strong>⚠️ Experimental:</strong> This feature is under active development and may change or behave unpredictably.'
---

Example campaigns demonstrating worker coordination, standardized contracts, and idempotent execution patterns.
Expand Down
2 changes: 2 additions & 0 deletions docs/src/content/docs/guides/campaigns/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Getting started
description: Quick start guide for creating campaign workflows
banner:
content: '<strong>⚠️ Experimental:</strong> This feature is under active development and may change or behave unpredictably.'
---

This guide shows how to create a campaign workflow that coordinates work across repositories.
Expand Down
2 changes: 2 additions & 0 deletions docs/src/content/docs/guides/campaigns/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: About Campaigns
description: Coordinate workflows to track progress in GitHub Projects using standard orchestration patterns.
sidebar:
label: Campaigns
banner:
content: '<strong>⚠️ Experimental:</strong> This feature is under active development and may change or behave unpredictably.'
---

## What are Agentic Campaigns?
Expand Down