Skip to content

Commit a968b33

Browse files
docs: add Campaign term to glossary (#6236)
1 parent 1130803 commit a968b33

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/src/content/docs/reference/glossary.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,22 @@ The process of checking workflow files for errors, security issues, and best pra
195195
### Cache Memory
196196
Persistent storage for workflows that preserves data between runs. Configured using `cache-memory:` in the tools section, it enables workflows to remember information and build on previous interactions.
197197

198+
### Campaign
199+
A finite, enterprise-scale initiative with explicit ownership, approval gates, and executive visibility. Campaigns orchestrate business outcomes (security remediation, dependency updates, compliance enforcement) across multiple repositories with governance, accountability, and ROI tracking. Unlike regular workflows that execute operations, campaigns manage business initiatives with measurable outcomes, defined budgets, stakeholder reporting, and compliance audit trails.
200+
201+
**Key characteristics:**
202+
- Finite duration (days to months) with clear start and end
203+
- Named owners and executive sponsors
204+
- Formal approval gates and change control
205+
- Budget tracking with ROI metrics
206+
- Stateful execution using repo-memory for audit trails
207+
- Cross-team and cross-repository coordination
208+
- Executive dashboards and KPI reporting
209+
210+
**File naming:** Use `.campaign.md` extension (e.g., `security-compliance.campaign.md`)
211+
212+
See the [Campaigns Guide](/gh-aw/guides/campaigns/) for implementation patterns and examples.
213+
198214
### Command Triggers
199215
Special triggers that respond to slash commands in issue and PR comments (e.g., `/review`, `/deploy`). Configured using the `command:` section with a command name.
200216

0 commit comments

Comments
 (0)