Skip to content

[runtime] remove stale cleanup artifacts#25

Merged
GsCommand merged 1 commit intomainfrom
codex/cleanup-orphaned-files-and-dependencies
Mar 20, 2026
Merged

[runtime] remove stale cleanup artifacts#25
GsCommand merged 1 commit intomainfrom
codex/cleanup-orphaned-files-and-dependencies

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Remove unreferenced maintenance helpers that clutter the repo and increase upkeep cost.
  • Clean up a duplicated comment block in server.mjs so the source reads clearly without changing behavior.
  • Drop truly unused dependencies to keep package.json and the lockfile coherent and minimal.

Description

  • Deleted orphaned helper scripts tools/patch-catch.mjs, tools/patch-sign-order.mjs, and tools/patch-smoke.mjs because they are not referenced by scripts, docs, CI, or runtime codepaths.
  • Removed the duplicated /verify comment banner in server.mjs without altering any endpoint logic.
  • Removed dotenv and node-fetch from dependencies in package.json and refreshed package-lock.json to reflect those removals.

Testing

  • Ran npm run check which performs node --check server.mjs and the syntax check completed successfully.
  • Ran npm test (unit tests + smoke) and all tests passed, including the unit TAP suite and the smoke checks.
  • Verified the repo remains buildable and runtime behavior unchanged by exercising the code paths covered by the test suite.

Codex Task

…o buildable by dropping unreferenced patch helpers and unused dependencies while cleaning duplicated comments.\nContract impact: none
@GsCommand GsCommand merged commit 5e55d26 into main Mar 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant