Skip to content

chore: clean up unused imports from 0.3.0#6

Merged
amittell merged 1 commit intomainfrom
chore/lint-cleanup-0.3.0
Apr 21, 2026
Merged

chore: clean up unused imports from 0.3.0#6
amittell merged 1 commit intomainfrom
chore/lint-cleanup-0.3.0

Conversation

@amittell
Copy link
Copy Markdown
Owner

Summary

  • Removes three unused imports left over from iteration on the 0.3.0 approvals feature that broke CI lint on the v0.3.0 release commit.
  • src/approvals.js: drops unused resolveSigningKey import.
  • test/approvals.test.js: drops unused writeFileSync and mkdirSync imports.

No functional change. This is a main-catch-up commit: the v0.3.0 tag on GitHub and @amittell/agentcli@0.3.0 on npm were published from a commit that already has this fix applied (the original release commit was amended during recovery, but force-push to main is protected, so main landed at the pre-fix commit).

Test plan

  • npm run lint clean locally
  • npm test green locally (659/659)
  • CI lint-test passes on this PR

CI lint-test failed on the 0.3.0 release commit due to three unused
imports left over from iteration:
- src/approvals.js: resolveSigningKey
- test/approvals.test.js: writeFileSync, mkdirSync

Removing them. No functional change. The v0.3.0 tag on GitHub and the
@amittell/agentcli@0.3.0 package on npm were published from a commit
that has this fix applied, so this is a main-catch-up commit only.
@amittell amittell merged commit 118ef6e into main Apr 21, 2026
1 check passed
@amittell amittell deleted the chore/lint-cleanup-0.3.0 branch April 21, 2026 17:21
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