[docs] Update glossary - weekly full scan#16083
Merged
Conversation
Add new scheduling terminology from PR #16069: - Fuzzy Scheduling: Natural language schedule syntax - Time Scattering: Automatic execution time distribution - Weekday Schedules: Monday-Friday scheduling best practice Update Cron Schedule with cross-references to new terms. Reorganize sections for strict alphabetical ordering: - Workflow Components section - Advanced Features section Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
approved these changes
Feb 16, 2026
10 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-16
Scan Type
Day of Week: Monday
Terms Added
Fuzzy Scheduling (Workflow Components): Natural language schedule syntax that automatically distributes workflow execution times. Added because PR Recommend weekday scheduling for daily workflows to avoid Monday backlog #16069 introduced this concept as the recommended scheduling approach, replacing explicit cron expressions.
Time Scattering (Advanced Features): Automatic distribution of workflow execution times across the day to reduce load spikes. Added to explain the mechanism behind fuzzy scheduling and how the compiler prevents simultaneous workflow execution.
Weekday Schedules (Workflow Components): Scheduled workflows configured to run only Monday-Friday. Added because PR Recommend weekday scheduling for daily workflows to avoid Monday backlog #16069 recommends
daily on weekdaysto avoid the "Monday wall of work" where weekend tasks create Monday backlogs.Terms Updated
Sections Reorganized
Changes Analyzed
.github/aw/create-agentic-workflow.mdand.github/aw/github-agentic-workflows.mdRelated Changes
Notes
This weekly full scan identified new scheduling terminology introduced in PR #16069. The changes emphasize best practices for distributed workflow execution and avoiding Monday backlogs. All sections were reorganized alphabetically per glossary documentation guidelines (Reference document type, information-oriented).
Documentation Build: Unable to run
make build-docsin sandboxed environment due to npm restrictions. Manual validation confirms:CI build will validate full documentation compilation.