Skip to content

Remove dangling AGENTS.md references from SQL comments#61

Merged
seanwevans merged 1 commit into
mainfrom
claude/fix-dangling-agents-refs
Jun 27, 2026
Merged

Remove dangling AGENTS.md references from SQL comments#61
seanwevans merged 1 commit into
mainfrom
claude/fix-dangling-agents-refs

Conversation

@seanwevans

Copy link
Copy Markdown
Owner

Summary

AGENTS.md was deleted from the repository, but two SQL file header comments
still pointed at it:

  • sql/submit_command.sql — "…and executor_agent in AGENTS.md"
  • sql/fork_session.sql — "…and AGENTS.md for replay_agent usage"

This replaces those dead references with pointers to the worker modules that
actually consume each function (workers/executor_agent.py,
workers/replay_agent.py).

Comment-only change; no behavior change.

🤖 Generated with Claude Code


Generated by Claude Code

AGENTS.md was deleted from the repository, leaving two SQL file header
comments pointing at a file that no longer exists. Replace those dead
references with pointers to the worker modules that actually consume each
function.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BixPb34oe2Ae5cXuz9WxbP
@seanwevans
seanwevans merged commit 9aaf66d into main Jun 27, 2026
2 checks passed
@seanwevans
seanwevans deleted the claude/fix-dangling-agents-refs branch June 27, 2026 00:54
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