Skip to content

Align daily update issue workflow with canonical prompt and date-based title#79

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/update-05-05-2026
Draft

Align daily update issue workflow with canonical prompt and date-based title#79
Copilot wants to merge 2 commits into
mainfrom
copilot/update-05-05-2026

Conversation

Copilot AI commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This issue requires daily update issues to use a standardized prompt, enforce 2026/date-scoped research guidance, and include strict topStories.sourceUrl citation rules. The workflow now emits that exact prompt and uses the required Update DD.MM.YYYY title format.

  • Workflow output alignment

    • Replaced the generated issue body in .github/workflows/create-update-issue.yml with the canonical “Daily update prompt” content from the issue.
    • Preserved all required guidance blocks:
      • RPI process and cross-surface KPI consistency checks
      • 2026-only + issue-date-prioritized research constraint
      • 10-day retention rule for historical and topStories
      • ARCHIVE.json overflow guidance
      • mandatory sourceUrl direct-primary-source citation requirement
  • Issue naming contract

    • Updated title generation from [$TODAY] ... to Update $TODAY_ISSUE.
    • Added TODAY_ISSUE=$(date -u +"%d.%m.%Y") to match the required date format.
  • Resulting behavior (snippet)

    run: |
      TODAY_ISSUE=$(date -u +"%d.%m.%Y")
      gh issue create \
        --repo "$REPO" \
        --title "Update $TODAY_ISSUE" \
        --body "$BODY" \
        --assignee "copilot"

Copilot AI linked an issue Jun 5, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update MEMORY.json and index.html for daily update Align daily update issue workflow with canonical prompt and date-based title Jun 5, 2026
Copilot AI requested a review from EAlf91 June 5, 2026 10:10
Copilot finished work on behalf of EAlf91 June 5, 2026 10:10
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.

Update 05.05.2026

2 participants