Skip to content

Complete shadow signal notification workflow#3

Merged
Pigbibi merged 1 commit into
mainfrom
codex/complete-shadow-signal-notification
May 28, 2026
Merged

Complete shadow signal notification workflow#3
Pigbibi merged 1 commit into
mainfrom
codex/complete-shadow-signal-notification

Conversation

@Pigbibi

@Pigbibi Pigbibi commented May 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • schedule the long-horizon shadow signal workflow weekly after Friday US market close
  • create or update a dated long-horizon-shadow issue instead of creating duplicate issues on reruns
  • append an Actions job summary and document that GitHub Issues are the notification channel while the signal remains shadow-only

Validation

  • python -m pytest -q
  • python scripts/validate_latest_signal.py examples/latest_signal.example.json
  • python scripts/post_shadow_signal_request.py --help

@Pigbibi Pigbibi merged commit fc3bd9a into main May 28, 2026
1 check passed
@Pigbibi Pigbibi deleted the codex/complete-shadow-signal-notification branch May 28, 2026 11:10

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9ee7f4e8c9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

schedule:
# Weekly after Friday US market close. This remains shadow-only and does not
# place trades.
- cron: "30 2 * * 6"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use the Friday market date for scheduled issues

Because this cron fires at 02:30 UTC on Saturday, the new issue step later falls back to dt.date.today() and titles the request with Saturday's date. For the weekly post-Friday-close run, that asks the bridge for an as_of/signal_history date that is one day after the Friday market session, which can misdate the shadow artifact and break point-in-time replay assumptions. Pass the intended market date into post_shadow_signal_request.py or derive it explicitly instead of using the runner's UTC date.

Useful? React with 👍 / 👎.

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.

1 participant