Now in closed beta.Book a demo to get started.
Use cases

Delete files that nothing in the project uses

Dead code and stale content|Everything this ticket has to prove is checked by machine, so it can be handed over as it is. A person still reads the pull request and decides whether to merge it.

Files that no part of the project loads, removed with a dependency map as the evidence.

The ticket

Delete files that no entry point in the project reaches.

Acceptance criteria

  • A dependency graph from every entry point is attached
  • Configuration, scripts, and test entry points are included as entry points
  • The build and suite pass after deletion
  • Files kept deliberately are listed with a reason

What lands as proof

A dependency graph traced from every entry point, including the ones people forget like scripts and configuration.

Why teams defer it

  • Missing one entry point deletes something live, so the check has to be exhaustive first.
  • Orphaned files are invisible during normal work because nothing ever opens them.

Questions

What does the agent actually change?
The ticket is scoped to one outcome: delete files that no entry point in the project reaches. Work that serves that outcome is in scope, and anything outside it is left for a separate ticket, so the pull request stays reviewable.
How do I know the work is done?
The pull request carries the evidence, not only the diff. Here that means dependency graph attached before and after, so a reviewer can confirm the result without reproducing the work locally.
How much oversight does this need?
None is required before the run starts. Every claim this ticket makes can be checked by machine, so the agent works straight through and a person reviews the finished pull request like any other.

Ready to put the fleet to work?

Contact us for a demo with an expert.