Skip to content

Feature Request: Auto-flag or Suggest Updates to Documentation for Outdated Information #18371

@jeremiah-snee-openx

Description

@jeremiah-snee-openx

Feature Request: Auto-flag or Suggest Updates to Documentation for Outdated Information

Background:
The DDUw (Daily Documentation Updater workflow) (.github/workflows/daily-doc-updater.md) currently reviews repo changes and docs, but it should also recognize outdated information or documentation gaps when changes are made to code/test files and either flag or suggest an update automatically.

Example case:

Requested enhancement:

  • Enhance the DDUw (Daily Documentation Updater workflow) to detect recent behavior changes by analyzing executable code (ignore comments), then corroborating expected behavior via tests. Based on that, the workflow should identify documentation mismatches (repo Markdown + code comments) and either:
    • prompt/suggest the necessary documentation updates, or
    • automatically open a PR when confidence is high and changes are straightforward.
    • Note: DDUw must not treat existing docs or comments as authoritative sources of truth.

Benefits:

  • Keeps documentation accurate, reduces lag time for doc corrections after code changes.

See example outdated info/issue:


Tags: automation, documentation

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions