From 1faa3b388a02af65f3ab804bcca2bfff19d92835 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 28 Jul 2026 02:00:11 +0200 Subject: [PATCH] chore(lint): enable eqeqeq rule --- .oxlintrc.json | 1 + context/map/artifact-1-territory.md | 14 +++++++------- context/map/artifact-2-structure.md | 2 +- context/map/artifact-3-contributors.md | 6 +++--- context/map/graph/coupling.json | 2 +- context/map/repo-map.md | 14 +++++++------- 6 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index 844e04b..adfc2f2 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -3,6 +3,7 @@ "rules": { "no-unused-vars": "warn", "no-console": "off", + "eqeqeq": "error", "unicorn/number-literal-case": "error" }, "ignorePatterns": ["dist", "node_modules", "src/generated"] diff --git a/context/map/artifact-1-territory.md b/context/map/artifact-1-territory.md index 67fc262..a40ceaf 100644 --- a/context/map/artifact-1-territory.md +++ b/context/map/artifact-1-territory.md @@ -2,7 +2,7 @@ -> Scan of `f67d3cc` (2026-07-28) · window: last 12 months · engine: tools/repo-map +> Scan of `a9e4416` (2026-07-28) · window: last 12 months · engine: tools/repo-map **Where the work actually happens.** Git-history activity over the last 12 months, noise filtered (lockfiles, generated files, assets). Activity is a signal of *risk of accidental regression*, not of quality. @@ -11,7 +11,7 @@ | Area | Commits | | --- | --- | | `src/lib` | 75 | -| `context/map` | 54 | +| `context/map` | 58 | | `context/changes` | 53 | | `tests/e2e` | 32 | | `src/commands` | 30 | @@ -34,11 +34,11 @@ | `src/commands/get.ts` | 16 | | `.github/workflows/ci.yml` | 14 | | `tests/get-command.test.ts` | 13 | +| `context/map/artifact-1-territory.md` | 12 | +| `context/map/artifact-2-structure.md` | 12 | +| `context/map/artifact-3-contributors.md` | 12 | +| `context/map/repo-map.md` | 12 | | `src/lib/writer.ts` | 12 | -| `context/map/artifact-1-territory.md` | 11 | -| `context/map/artifact-2-structure.md` | 11 | -| `context/map/artifact-3-contributors.md` | 11 | -| `context/map/repo-map.md` | 11 | | `README.md` | 9 | | `tests/writer.test.ts` | 9 | | `context/map/graph/coupling.json` | 8 | @@ -51,7 +51,7 @@ | Area | 2026-Q2 | 2026-Q3 | | --- | --- | --- | | `src/lib` | 34 | 1 | -| `context/map` | 0 | 11 | +| `context/map` | 0 | 12 | | `context/changes` | 28 | 1 | | `tests/e2e` | 11 | 0 | | `src/commands` | 23 | 0 | diff --git a/context/map/artifact-2-structure.md b/context/map/artifact-2-structure.md index 9c0f143..6b9a57f 100644 --- a/context/map/artifact-2-structure.md +++ b/context/map/artifact-2-structure.md @@ -2,7 +2,7 @@ -> Scan of `f67d3cc` (2026-07-28) · window: last 12 months · engine: tools/repo-map +> Scan of `a9e4416` (2026-07-28) · window: last 12 months · engine: tools/repo-map **How it is built.** Static import graph of `src` plus a file inventory of every module. Folders show where the code is; the graph shows what actually depends on what. diff --git a/context/map/artifact-3-contributors.md b/context/map/artifact-3-contributors.md index 70968ab..963620f 100644 --- a/context/map/artifact-3-contributors.md +++ b/context/map/artifact-3-contributors.md @@ -2,7 +2,7 @@ -> Scan of `f67d3cc` (2026-07-28) · window: last 12 months · engine: tools/repo-map +> Scan of `a9e4416` (2026-07-28) · window: last 12 months · engine: tools/repo-map **Who to ask before you change something.** Bots and AI agents (Claude, Codex, Copilot, dependabot…) are filtered out — this is about humans who hold undocumented context. Answers "who has context on this area", not "who changed this line" (that is `git blame`). @@ -12,7 +12,7 @@ | --- | --- | | “mkczarkowski” | 77 | | psmyrdek | 8 | -| Marcin Czarkowski | 5 | +| Marcin Czarkowski | 6 | | Przemek Smyrdek | 2 | ## Who to ask, per active area @@ -20,7 +20,7 @@ | Area | Ask (commits) | | --- | --- | | `src/lib` | “mkczarkowski” (29), psmyrdek (4) | -| `context/map` | Marcin Czarkowski (2) | +| `context/map` | Marcin Czarkowski (3) | | `context/changes` | “mkczarkowski” (28) | | `tests/e2e` | “mkczarkowski” (8), psmyrdek (3) | | `src/commands` | “mkczarkowski” (19), psmyrdek (4) | diff --git a/context/map/graph/coupling.json b/context/map/graph/coupling.json index 4b135b6..b81152d 100644 --- a/context/map/graph/coupling.json +++ b/context/map/graph/coupling.json @@ -1,5 +1,5 @@ { - "generatedFor": "cb4b636", + "generatedFor": "a9e4416", "root": "src", "folders": [ { diff --git a/context/map/repo-map.md b/context/map/repo-map.md index d1baf41..16062e5 100644 --- a/context/map/repo-map.md +++ b/context/map/repo-map.md @@ -2,7 +2,7 @@ -> Scan of `f67d3cc` (2026-07-28) · window: last 12 months · engine: tools/repo-map +> Scan of `a9e4416` (2026-07-28) · window: last 12 months · engine: tools/repo-map > > Operational map of the territory, built from cheap deterministic signals (git history + import graph), synthesized for decisions — not an essay. A new developer should know in ~15 min where things live, what is dangerous, and where to start. Refresh with `npm run repo-map`. @@ -29,7 +29,7 @@ Top active areas (full table in `artifact-1-territory.md`): | Area | Commits | | --- | --- | | `src/lib` | 75 | -| `context/map` | 54 | +| `context/map` | 58 | | `context/changes` | 53 | | `tests/e2e` | 32 | | `src/commands` | 30 | @@ -61,7 +61,7 @@ _No high-risk zones flagged this run._ | Area | Ask | | --- | --- | | `src/lib` | “mkczarkowski” (29), psmyrdek (4) | -| `context/map` | Marcin Czarkowski (2) | +| `context/map` | Marcin Czarkowski (3) | | `context/changes` | “mkczarkowski” (28) | | `tests/e2e` | “mkczarkowski” (8), psmyrdek (3) | | `src/commands` | “mkczarkowski” (19), psmyrdek (4) | @@ -73,10 +73,10 @@ _No high-risk zones flagged this run._ - `src/commands/get.ts` — 16 commits in window - `.github/workflows/ci.yml` — 14 commits in window - `tests/get-command.test.ts` — 13 commits in window -- `src/lib/writer.ts` — 12 commits in window -- `context/map/artifact-1-territory.md` — 11 commits in window -- `context/map/artifact-2-structure.md` — 11 commits in window -- `context/map/artifact-3-contributors.md` — 11 commits in window +- `context/map/artifact-1-territory.md` — 12 commits in window +- `context/map/artifact-2-structure.md` — 12 commits in window +- `context/map/artifact-3-contributors.md` — 12 commits in window +- `context/map/repo-map.md` — 12 commits in window ## 7. Limitations — what this map does NOT say