the signals and their derived score are provisional and subject to change.
validate manually before sharing.
6eb720a1b7cafca3ebe0ab5c76674272cd3044f9224fcadbd5034f0ac6d89b6f8525a58acde8eed4Authored: 3 weeks ago (Fri, 21 Aug 2026 13:54:15 +0000)Match: Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>2d2e5df26e0defc3ad5d0feb3b61e86a7145633fAuthored: 3 weeks ago (Fri, 21 Aug 2026 10:58:47 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>950e2a837c344fa2d656cb98f471eba9a15ec4a4Authored: 3 weeks ago (Thu, 20 Aug 2026 15:22:27 +0000)Match: Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>ffc0e6e7ef5961ec81a9df90cd166e5d06ec33fdAuthored: 3 weeks ago (Thu, 20 Aug 2026 15:19:42 +0000)Match: Co-authored-by: Claude Fable 5 <noreply@anthropic.com>85dcb91f7c890a4d6d6c23dcbcf1df23cc624272Authored: 3 months ago (Tue, 2 Jun 2026 01:45:58 +0000)Match: Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>2fae91af6de9e526346ee096cef798bd54d2f7fdAuthored: 3 months ago (Fri, 29 May 2026 19:58:58 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>a9916053d9bbad77143d34dd7fdd5ed8b2394413Authored: 3 months ago (Thu, 28 May 2026 19:08:42 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)27e74c4df7b49f6b7663e00acd065a68ddaa337fAuthored: 3 months ago (Thu, 28 May 2026 18:19:56 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)04d408b29d059f131766448265768ce705801aafAuthored: 3 months ago (Thu, 21 May 2026 19:53:34 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)7719a74eefa81a3bee622155ad9318eb997d1081Authored: 4 months ago (Wed, 29 Apr 2026 20:43:37 +0000)Match: Co-authored-by: Codex <codex@openai.com>48dc9b40c0249ffba7067f3c3605e4f1fb376b5eAuthored: 4 months ago (Mon, 20 Apr 2026 12:12:58 +0000)Match: Co-authored-by: Codex <codex@openai.com>206974a5cddce13106a8deb1bb977bb9a034e031Authored: 5 months ago (Fri, 3 Apr 2026 19:30:16 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>7123bf3a131a53b1ba9414f0d44150a94d0132e3Authored: 5 months ago (Sat, 21 Mar 2026 12:34:31 +0000)Match: Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>0965028d3b1416744dde2c03bc07f6853f2aa5d0Authored: 6 months ago (Tue, 3 Mar 2026 13:49:36 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)32111f9e847a5bfb33bdd9a125c368cbaf1580b1Authored: 6 months ago (Tue, 3 Mar 2026 13:38:26 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)791d5e332c08d808bc51e90d7c60cc8b05bfa1f4Authored: 6 months ago (Mon, 2 Mar 2026 17:17:43 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)361b32c7cdb5257f3b4db2ef0997cdbce78ccbabAuthored: 6 months ago (Fri, 27 Feb 2026 20:41:56 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)1043f79d1e46f3e0194e18e370244d33e6d9de19Authored: 6 months ago (Fri, 27 Feb 2026 20:14:20 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)18db0cab86cf15198be059c60c044b66512e573eAuthored: 6 months ago (Fri, 27 Feb 2026 19:26:53 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)efb651cd33cc8688602c5836c950b4030b297d79Authored: 6 months ago (Thu, 26 Feb 2026 20:01:21 +0000)Match: Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>dd9fc0d1ad948f264a48e2ebdf4f7f5fb8ddb876Authored: 7 months ago (Sun, 15 Feb 2026 10:00:50 +0000)Match: Copilote3d7f3986f8b0117ce6358e1c6e54f5d5e38d3e8Authored: 7 months ago (Tue, 10 Feb 2026 20:23:29 +0000)Match: Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>AGENTS.mdTool: agents-md# Svelte Coding Agent Guide
This guide is for AI coding agents working in the Svelte monorepo.
**Important:** Read and follow [`CONTRIBUTING.md`](./CONTRIBUTING.md) as well - it contains essential information about testing, code structure, and contribution guidelines that applies here.
When submitting a PR, you **MUST** read [`PULL_REQUEST_TEMPLATE.md`](./.github/PULL_REQUEST_TEMPLATE.md) and fill it out correctly. **DO NOT** submit a PR without running the full test suite.
## Quick Reference
If asked .agents/skills/performance-investigation/SKILL.mdTool: unspecified---
name: performance-investigation
description: Investigate performance regressions and find opportunities for optimization
---
## Quick start
1. Start from a branch you want to measure (for example `foo`).
2. Run:
```sh
pnpm bench:compare main foo
```
If you pass one branch, `bench:compare` automatically compares it to `main`.
## Where outputs go
- Summary report: `benchmarking/compare/.results/report.txt`
- Raw benchmark numbers:
- `benchmarking/compare/.results/main.json`
- `benchmarking/compa.agentsTool: unspecifiednone