Skip to content

chore(scheduled-tasks): remove scheduled tasks from the vfs - #6274

Merged
Sg312 merged 2 commits into
stagingfrom
remove-scheduled-tasks
Aug 5, 2026
Merged

chore(scheduled-tasks): remove scheduled tasks from the vfs#6274
Sg312 merged 2 commits into
stagingfrom
remove-scheduled-tasks

Conversation

@Sg312

@Sg312 Sg312 commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

Remove scheduled tasks from the vfs

Type of Change

  • Other

Testing

Manual

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Aug 5, 2026 1:41am

Request Review

@greptile-apps

greptile-apps Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Removes scheduled-task chat materialization from the copilot virtual filesystem.

  • Deletes the tasks/{title}/session.md and tasks/{title}/chat.json materialization path and serializers.
  • Removes the associated database query, imports, documentation, and test fixtures.
  • Updates nearby comments and namespace handling to reflect the reduced VFS surface.

Confidence Score: 5/5

The PR appears safe to merge, with no concrete regressions identified in the removed VFS functionality.

The removed task materialization and serializers have no remaining callers or documented consumers, while Mothership chat history continues to be served through its dedicated API.

Important Files Changed

Filename Overview
apps/sim/lib/copilot/vfs/workspace-vfs.ts Removes the scheduled-task query and VFS materialization while preserving the remaining workspace materialization flow.
apps/sim/lib/copilot/vfs/serializers.ts Removes serializers used exclusively by the deleted task-chat VFS representation.
apps/sim/lib/copilot/tools/handlers/function-execute.ts Removes obsolete task and job namespaces from the unmountable-metadata-path diagnostic.
apps/sim/lib/copilot/chat/workspace-context.test.ts Removes scheduled-job fixtures that are no longer part of workspace VFS context determinism coverage.

Reviews (1): Last reviewed commit: "chore(copilot): remove task VFS projecti..." | Re-trigger Greptile

@Sg312
Sg312 merged commit 6c10ac2 into staging Aug 5, 2026
30 checks passed
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