|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [1.0.0] - 2026-03-28 |
| 4 | + |
| 5 | +### Added |
| 6 | +- **Full-stack audit engine** — comprehensive cross-stack analysis with health scoring |
| 7 | +- **API contract verification** — phantom calls, dead endpoints, method & field mismatches |
| 8 | +- **Issue tracer** — bug attribution across frontend, backend, and cross-stack layers |
| 9 | +- **Dependency mapper** — frontend-to-backend connection graph with orphan detection |
| 10 | +- **Environment analyzer** — cross-references .env files against frontend & backend usage |
| 11 | +- **Health scoring** — 0-100 score across 6 dimensions (contracts, errors, security, performance, data flow, environment) |
| 12 | +- **Project detector** — auto-detects frameworks, monorepos, ORMs, and layer boundaries |
| 13 | +- **Frontend scanner** — finds fetch, axios, SWR, React Query, and server action calls |
| 14 | +- **Backend scanner** — finds Next.js (App + Pages router), Express, and server action handlers |
| 15 | + |
| 16 | +### Supported Frameworks |
| 17 | +- **Frontend**: Next.js (App Router, Pages Router), React, Vue, Svelte, Angular |
| 18 | +- **Backend**: Next.js API Routes, Next.js Server Actions, Express, Fastify, tRPC, GraphQL |
| 19 | +- **ORM**: Prisma, Drizzle, TypeORM, Sequelize |
| 20 | +- **Package Managers**: npm, yarn, pnpm, bun |
| 21 | + |
| 22 | +### Tools (9) |
| 23 | +- `full_stack_audit` — comprehensive analysis with health score |
| 24 | +- `health_check` — quick pulse check with top 5 issues |
| 25 | +- `check_contracts` — API contract verification |
| 26 | +- `trace_issue` — bug attribution and root cause analysis |
| 27 | +- `map_dependencies` — frontend ↔ backend dependency graph |
| 28 | +- `scan_frontend` — frontend-only API call analysis |
| 29 | +- `scan_backend` — backend-only route analysis |
| 30 | +- `check_env` — environment variable cross-referencing |
| 31 | +- `detect_project` — project structure detection |
0 commit comments