Skip to content

Add TypeScript/JavaScript API route miner (#130)#146

Merged
Dimwiddle merged 1 commit intofeature/discovery-layerfrom
codex/130-typescript-api-routes
Mar 6, 2026
Merged

Add TypeScript/JavaScript API route miner (#130)#146
Dimwiddle merged 1 commit intofeature/discovery-layerfrom
codex/130-typescript-api-routes

Conversation

@Dimwiddle
Copy link
Contributor

@Dimwiddle Dimwiddle commented Mar 6, 2026

Description

Add TypeScriptRouteMiner to discover API routes in TypeScript/JavaScript code for:

  • Express member-call routes (app/router + HTTP methods)
  • Next.js App Router file-based routes from app/**/route.ts|route.js with named HTTP exports

The change also wires the miner into default pipeline registration, adds focused unit coverage, and updates discovery feature scenarios/acceptance notes.

Type of Change

  • New feature
  • Tests
  • Documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Testing

  • make lint-fix
  • make lint
  • make test ✅ (490 passed)
  • make pre-commit

Related Issues

Closes #130

@Dimwiddle Dimwiddle linked an issue Mar 6, 2026 that may be closed by this pull request
8 tasks
@Dimwiddle Dimwiddle merged commit 7c38ebc into feature/discovery-layer Mar 6, 2026
1 check 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.

Discovery miner: TypeScript/JavaScript API routes (Express, Next.js)

1 participant