| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 0 | 0 | — |
| Commands | 3 | 0 | 1 | 75% |
| Section tags | 3 | 0 | 0 | 100% |
What each file covers
Sections
neither file has anyCommands
3 shared · 0 only in A · 1 only in B- + git commit --no-verify
- pnpm harness jest ...
- pnpm harness
- pnpm start
Section tags
3 shared · 0 only in A · 0 only in B- test
- git-pr
- security
Line diff
firecrawl/firecrawl · AGENTS.md
@@ −17 @@
17 - The full test suite takes a long time to run, so you should try to only execute the relevant tests locally, and let CI run the full test suite.
184. Push to a branch, open a PR, and let CI run to verify your win condition.
19Keep these steps in mind while building your TODO list.
firecrawl/firecrawl · CLAUDE.md
@@ +17 @@
17 - The full test suite takes a long time to run, so you should try to only execute the relevant tests locally, and let CI run the full test suite.
184. Push to a branch, open a PR, and let CI run to verify your win condition.
19Keep these steps in mind while building your TODO list.
20
21Never bypass `knip` failures (e.g. with `git commit --no-verify`). If the pre-commit `knip` check fails, fix the reported unused exports/files — even if they predate your change — before committing.
@@ −17 +17 @@
1717 - The full test suite takes a long time to run, so you should try to only execute the relevant tests locally, and let CI run the full test suite.
1818 4. Push to a branch, open a PR, and let CI run to verify your win condition.
1919 Keep these steps in mind while building your TODO list.
20+
21+Never bypass `knip` failures (e.g. with `git commit --no-verify`). If the pre-commit `knip` check fails, fix the reported unused exports/files — even if they predate your change — before committing.
