-
Notifications
You must be signed in to change notification settings - Fork 89
Remove unused files #1591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: simplify-autotypetable
Are you sure you want to change the base?
Remove unused files #1591
Conversation
🦋 Changeset detectedLatest commit: c651266 The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @dimaMachina's task —— View job Code Review: Remove unused files
|
| File | Purpose | Removal Justification | Risk |
|---|---|---|---|
.opencode/plugin/notification.js |
OpenCode IDE notifications | ✅ IDE-specific, not core functionality | Low |
agents-api/src/__tests__/manage/utils/cleanup.ts |
Test utilities | ✅ Likely unused test helper | Low |
agents-api/workflow-bootstrap.ts |
Workflow setup | Medium | |
agents-cli/src/commands/pull-v3/__tests__/test-introspect-cli.ts |
Manual CLI test | ✅ Manual test script, not automated test | Low |
vitest.config.ci.ts |
CI-specific test config | 🚨 Still referenced in agents-cli | High |
agents-docs/src/lib/analytics/posthog-*.ts |
PostHog analytics | ✅ No references found in codebase | Low |
packages/agents-sdk/example-project.ts |
SDK examples | ✅ Example code, likely moved to cookbook | Low |
scripts/generate-badge.mjs |
Badge generation | Medium |
Recommended Actions
- IMMEDIATE: Fix the breaking vitest import in
agents-cli/vitest.config.ts - IMMEDIATE: Update or remove the
coverage:badgesscript reference - CONSIDER: Downgrade changeset from
minortopatchfor most packages (unless APIs are affected) - OPTIONAL: Validate the knip configuration catches genuinely unused files without being overly broad
Test Strategy Validation
The PR should be tested by:
- Running
pnpm buildacross all packages to catch import issues - Running
pnpm testto ensure test configurations work - Running
pnpm coverage:badgesto verify script references - Running the new knip configuration to ensure it works as expected
|
@claude verify pr from scratch |
|
Claude finished @dimaMachina's task in 4m 10s —— View job PR Verification CompleteTodo List
Verification Results🚨 Critical Issues Found1. Broken Import in agents-cli/vitest.config.ts
2. Missing Script File Referenced in package.json
|

No description provided.