[docs] Update glossary - daily scan #13698
Merged
+76
−20
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.
Glossary Updates - 2026-02-04
Scan Type
Terms Added
Operational Patterns Section (8 new terms):
DispatchOps: Manual workflow execution via the GitHub Actions UI or CLI using the
workflow_dispatchtrigger. Perfect for on-demand tasks, testing, and workflows requiring human judgment about timing.IssueOps: Automated issue management that analyzes, categorizes, and responds to issues when they are created. Uses safe outputs for secure triage without write permissions.
LabelOps: Workflows triggered by label changes on issues and pull requests. Uses labels as workflow triggers, metadata, and state markers.
MemoryOps: Stateful workflows that persist data between runs using
cache-memoryandrepo-memory. Enables progress tracking, resumption after interruptions, and data sharing.MultiRepoOps: Cross-repository coordination that extends automation patterns across multiple GitHub repositories using secure authentication and cross-repository safe outputs.
ProjectOps: AI-powered GitHub Projects board management that automates issue triage, routing, and field updates (relocated from Advanced Features section).
SideRepoOps: Development pattern where workflows run from a separate "side" repository that targets your main codebase for cleaner separation.
SpecOps: Maintaining and propagating W3C-style specifications using the
w3c-specification-writeragent with RFC 2119 keywords.TrialOps: Testing and validation pattern that executes workflows in isolated trial repositories before production deployment.
Terms Updated
Changes Analyzed
Reviewed commit from the last 24 hours:
The recent commit improved orchestration and projects documentation. During analysis, I discovered that multiple operational patterns (with the "-Ops" suffix) were documented throughout the guides and examples but not represented in the glossary. These patterns represent important workflow architectures that users need to understand.
Structure Improvements
Notes
All operational patterns follow a consistent format:
This structure provides users with:
This daily scan ensures the glossary stays synchronized with the evolving documentation and helps users discover available workflow patterns.