Skip to content

docs(ai-coding): forbid scheduled wakeups, github events only - #95

Merged
tomgrv merged 2 commits into
developfrom
claude/skills-github-events-a4jpxm
Aug 8, 2026
Merged

docs(ai-coding): forbid scheduled wakeups, github events only#95
tomgrv merged 2 commits into
developfrom
claude/skills-github-events-a4jpxm

Conversation

@tomgrv

@tomgrv tomgrv commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • feature-ai-coding skill (canonical .agents/skills/feature-ai-coding/SKILL.md and its deployed stub src/ai-coding/stubs/.agents/skills/feature-ai-coding/SKILL.md) now explicitly tells agents running the claude.yml GitHub Action not to add send_later/ScheduleWakeup-style self check-ins or cron polling.
  • The workflow only ever runs as a fresh, event-triggered job (issue_comment, pull_request_review_comment, issues, pull_request_review), so there is no persistent session to schedule a delayed wakeup on — agents should react to the triggering GitHub event and stop, relying on further GitHub events to re-trigger follow-up work instead of scheduled callbacks.

Test plan

  • npx prettier --write run on both edited SKILL.md files (no changes needed, already formatted)
  • Diffed canonical and stub copies to confirm they stay in sync

Generated by Claude Code

@tomgrv
tomgrv force-pushed the claude/skills-github-events-a4jpxm branch from ef8d8c1 to 6775e9f Compare August 8, 2026 09:13
@tomgrv
tomgrv marked this pull request as ready for review August 8, 2026 09:13
@tomgrv
tomgrv merged commit c1c9e28 into develop Aug 8, 2026
5 of 6 checks passed
@tomgrv
tomgrv deleted the claude/skills-github-events-a4jpxm branch August 8, 2026 09:13
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