Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/web/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./.next/types/root-params.d.ts";

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
2 changes: 2 additions & 0 deletions apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const workspaceRoot = resolve(fileURLToPath(new URL("../..", import.meta.url)));

/** @type {import('next').NextConfig} */
const nextConfig = {
// Starting a dev server must not create or modify repository agent instructions.
agentRules: false,
// Keep monorepo discovery inside FixMap even when a developer has an unrelated
// package-lock.json in a parent directory (for example after a mistyped `cd`).
outputFileTracingRoot: workspaceRoot,
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@aryam/fixmap-core": "0.9.0",
"@phosphor-icons/react": "^2.1.10",
"next": "16.2.11",
"next": "16.3.4",
"react": "19.2.7",
"react-dom": "19.2.7"
},
Expand All @@ -27,6 +27,6 @@
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.11"
"eslint-config-next": "16.3.4"
}
}
2 changes: 1 addition & 1 deletion docs/assets/fixmap-cli-demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/reports/declines-fabricated-identifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FixMap found 0 context files, 0 impact files, and generated 0 test routes.
- None found

Inspection order: None.
History evidence: 31 eligible commits.
History evidence: 32 eligible commits.

## Test Routes

Expand Down
2 changes: 1 addition & 1 deletion examples/reports/declines-unmatched-terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FixMap found 0 context files, 0 impact files, and generated 0 test routes.
- None found

Inspection order: None.
History evidence: 31 eligible commits.
History evidence: 32 eligible commits.

## Test Routes

Expand Down
2 changes: 1 addition & 1 deletion examples/reports/declines-vague-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FixMap found 0 context files, 0 impact files, and generated 0 test routes.
- None found

Inspection order: None.
History evidence: 31 eligible commits.
History evidence: 32 eligible commits.

## Test Routes

Expand Down
2 changes: 1 addition & 1 deletion examples/reports/workspace-api-discount.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FixMap found 2 context files, 2 impact files, and generated 3 test routes.
- `packages/utils/test/currency.test.ts` (high confidence, impact 13): this file imports packages/utils/src/currency.ts; routed test for packages/utils/src/currency.ts via pnpm --dir packages/utils run test

Inspection order: `apps/api/src/orders.ts` → `packages/utils/src/currency.ts` → `apps/api/test/orders.test.ts` → `packages/utils/test/currency.test.ts`.
History evidence: 67 eligible commits.
History evidence: 68 eligible commits.

## Test Routes

Expand Down
2 changes: 1 addition & 1 deletion examples/reports/workspace-utils-rounding.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FixMap found 1 context file, 1 impact file, and generated 2 test routes.
- `packages/utils/test/currency.test.ts` (high confidence, impact 13): this file imports packages/utils/src/currency.ts; routed test for packages/utils/src/currency.ts via pnpm --dir packages/utils run test

Inspection order: `packages/utils/src/currency.ts` → `packages/utils/test/currency.test.ts`.
History evidence: 67 eligible commits.
History evidence: 68 eligible commits.

## Test Routes

Expand Down
Loading