Skip to content

quantcdn/quantcode-e2e-small

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quantcode-e2e-small

Tier 2 corpus for the QuantCode autonomous agent e2e harness.

A small TypeScript HTTP API (Hono) with a shared utilities package. Contains intentional bugs and unimplemented stubs for the agent to find and fix.

Structure

packages/
  api/      Hono HTTP server — routes, middleware, in-memory DB
  shared/   Shared types and utilities consumed by the API

Running tests

bun test --recursive

Known issues (intentional — for agent testing)

  1. packages/api/src/middleware/auth.ts — method check uses 'post' instead of 'POST'
  2. packages/shared/src/types.tsUser.userName should be username to match API usage
  3. packages/api/src/routes/users.tsbadRequest is used but not imported
  4. packages/shared/src/utils/pagination.tspaginate() is not implemented (stub throws)

About

E2E test corpus (Tier 2) — small TypeScript HTTP API for QuantCode autonomous agent testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors