Skip to content

Conversation

@sethconvex
Copy link

Summary

  • Remove updatedAt: Date.now() from comment add and remove mutations
  • Comments are not content changes, so they shouldn't invalidate skill list queries

This complements #54 by fixing another source of query invalidation.

Test plan

  • Add a comment to a skill - verify skill list queries don't re-run
  • Remove a comment - verify skill list queries don't re-run

🤖 Generated with Claude Code

Comments are not content changes, so they shouldn't invalidate skill
list queries that depend on updatedAt. This reduces query invalidation
when users add or remove comments.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link
Contributor

vercel bot commented Jan 27, 2026

@sethconvex is attempting to deploy a commit to the Amantus Machina Team on Vercel.

A member of the Team first needs to authorize it.

@sethconvex sethconvex closed this Jan 27, 2026
@sethconvex sethconvex reopened this Jan 27, 2026
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