Skip to content

ci: fix sigint monitor entrypoint#199

Open
borjamoskv wants to merge 4 commits intomainfrom
codex-sigint-monitor-fix
Open

ci: fix sigint monitor entrypoint#199
borjamoskv wants to merge 4 commits intomainfrom
codex-sigint-monitor-fix

Conversation

@borjamoskv
Copy link
Copy Markdown
Owner

Summary

  • fix the sigint monitor workflow entrypoint on branch

Validation

  • local pre-push sovereign seals passed in scoped mode
  • branch push to succeeded

Copilot AI review requested due to automatic review settings April 7, 2026 00:21
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
cortex Ignored Ignored Preview Apr 7, 2026 6:10am

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes the SIGINT monitor GitHub Actions workflow entrypoint so the scheduled/dispatch job can run the SIGINT sweep from the branch code.

Changes:

  • Update the workflow to run the SIGINT sweep using the correct script location under cortex/extensions/moltbook/.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

GH_TOKEN: ${{ secrets.GH_TOKEN_SIGINT }}
run: |
python -m cortex.moltbook.sigint \
python cortex/extensions/moltbook/sigint.py \
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

Consider invoking SIGINT via module execution (e.g., python -m cortex.extensions.moltbook.sigint) instead of a file path. Running with -m preserves package context (useful if sigint.py later adds relative imports) and matches other workflows that execute python -m cortex... from the repo root.

Suggested change
python cortex/extensions/moltbook/sigint.py \
python -m cortex.extensions.moltbook.sigint \

Copilot uses AI. Check for mistakes.
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.

2 participants