Skip to content

Update nightly docs reconciler prompt for split config package layout#8763

Draft
lpcox with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-stale-file-reference
Draft

Update nightly docs reconciler prompt for split config package layout#8763
lpcox with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-stale-file-reference

Conversation

Copilot AI commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

The nightly documentation reconciler prompt still pointed at internal/config/config.go and internal/config/validation.go, which no longer reflect the current internal/config/ layout. This caused the workflow guidance itself to reference nonexistent or incomplete sources when reconciling docs against implementation.

  • What changed

    • Updated .github/agentics/nightly-docs-reconciler.md to point config-structure checks at:
      • internal/config/config_core.go
      • internal/config/config_stdin.go
    • Updated validation guidance to reference the current validation split:
      • internal/config/validation_server.go
      • internal/config/validation_gateway.go
      • internal/config/validation_rules.go
    • Updated variable-expansion guidance to reference internal/config/expand.go.
  • Why this matters

    • Keeps the reconciler’s source-of-truth references aligned with the implementation it is auditing.
    • Reduces false findings and incomplete analysis in future nightly documentation reconciliation runs.
  • Prompt update example

    - Verify the configuration JSON structure matches the actual config schema in
      `internal/config/config_core.go` and `internal/config/config_stdin.go`
    
    - Check that constraints (required/optional) match the validation logic in
      `internal/config/validation_server.go`,
      `internal/config/validation_gateway.go`, and
      `internal/config/validation_rules.go`

Copilot AI linked an issue Jul 6, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix stale file reference in agent workflow prompt Update nightly docs reconciler prompt for split config package layout Jul 6, 2026
Copilot finished work on behalf of lpcox July 6, 2026 03:40
Copilot AI requested a review from lpcox July 6, 2026 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📚 Documentation Reconciliation Report - 2026-07-05

2 participants