From 6d8edea9eac20e1556987939e6a0cd92d92605b4 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 28 Jul 2026 02:27:25 +0200 Subject: [PATCH] chore(lint): enable no-new-func --- .oxlintrc.json | 1 + context/map/artifact-1-territory.md | 20 ++++++++++---------- context/map/artifact-2-structure.md | 2 +- context/map/artifact-3-contributors.md | 6 +++--- context/map/repo-map.md | 16 ++++++++-------- 5 files changed, 23 insertions(+), 22 deletions(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index c8f82fe..9f57012 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -5,6 +5,7 @@ "no-console": "off", "no-eval": "error", "no-implied-eval": "error", + "no-new-func": "error", "no-var": "error", "prefer-const": "error", "no-debugger": "error", diff --git a/context/map/artifact-1-territory.md b/context/map/artifact-1-territory.md index bcba317..457339a 100644 --- a/context/map/artifact-1-territory.md +++ b/context/map/artifact-1-territory.md @@ -2,7 +2,7 @@ -> Scan of `d0014dc` (2026-07-28) · window: last 12 months · engine: tools/repo-map +> Scan of `dc6f74d` (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. @@ -10,7 +10,7 @@ | Area | Commits | | --- | --- | -| `context/map` | 82 | +| `context/map` | 86 | | `src/lib` | 75 | | `context/changes` | 53 | | `tests/e2e` | 32 | @@ -23,18 +23,18 @@ | `README.md` | 9 | | `tests/writer.test.ts` | 9 | | `tests/helpers` | 9 | +| `.oxlintrc.json` | 8 | | `tests/smoke` | 8 | -| `.oxlintrc.json` | 7 | ## Most churned files | File | Commits | | --- | --- | | `package.json` | 30 | -| `context/map/artifact-2-structure.md` | 18 | -| `context/map/repo-map.md` | 18 | -| `context/map/artifact-1-territory.md` | 17 | -| `context/map/artifact-3-contributors.md` | 17 | +| `context/map/artifact-2-structure.md` | 19 | +| `context/map/repo-map.md` | 19 | +| `context/map/artifact-1-territory.md` | 18 | +| `context/map/artifact-3-contributors.md` | 18 | | `src/commands/get.ts` | 16 | | `.github/workflows/ci.yml` | 14 | | `tests/get-command.test.ts` | 13 | @@ -42,15 +42,15 @@ | `context/map/graph/coupling.json` | 10 | | `README.md` | 9 | | `tests/writer.test.ts` | 9 | +| `.oxlintrc.json` | 8 | | `src/lib/config.ts` | 8 | -| `.oxlintrc.json` | 7 | | `src/lib/manifest.ts` | 7 | ## Activity trend by quarter (top 5 areas) | Area | 2026-Q2 | 2026-Q3 | | --- | --- | --- | -| `context/map` | 0 | 18 | +| `context/map` | 0 | 19 | | `src/lib` | 34 | 1 | | `context/changes` | 28 | 1 | | `tests/e2e` | 11 | 0 | @@ -68,8 +68,8 @@ Hidden neighbourhoods: these change together even when the folder tree suggests | src/commands + tests/get-command.test.ts | 8 | | src/lib + tests/writer.test.ts | 7 | | src/lib + tests/helpers | 7 | +| .oxlintrc.json + context/map | 6 | | src/commands + tests/helpers | 6 | -| .oxlintrc.json + context/map | 5 | | context/changes + tests/writer.test.ts | 5 | | src/commands + tests/doctor-command.test.ts | 5 | | src/lib + tests/doctor-command.test.ts | 5 | diff --git a/context/map/artifact-2-structure.md b/context/map/artifact-2-structure.md index 637c523..e501596 100644 --- a/context/map/artifact-2-structure.md +++ b/context/map/artifact-2-structure.md @@ -2,7 +2,7 @@ -> Scan of `d0014dc` (2026-07-28) · window: last 12 months · engine: tools/repo-map +> Scan of `dc6f74d` (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 fb3aab8..061f1b2 100644 --- a/context/map/artifact-3-contributors.md +++ b/context/map/artifact-3-contributors.md @@ -2,7 +2,7 @@ -> Scan of `d0014dc` (2026-07-28) · window: last 12 months · engine: tools/repo-map +> Scan of `dc6f74d` (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`). @@ -11,7 +11,7 @@ | Contributor | Commits | | --- | --- | | “mkczarkowski” | 77 | -| Marcin Czarkowski | 11 | +| Marcin Czarkowski | 12 | | psmyrdek | 8 | | Przemek Smyrdek | 2 | @@ -19,7 +19,7 @@ | Area | Ask (commits) | | --- | --- | -| `context/map` | Marcin Czarkowski (8) | +| `context/map` | Marcin Czarkowski (9) | | `src/lib` | “mkczarkowski” (29), psmyrdek (4) | | `context/changes` | “mkczarkowski” (28) | | `tests/e2e` | “mkczarkowski” (8), psmyrdek (3) | diff --git a/context/map/repo-map.md b/context/map/repo-map.md index f69521c..e654c3b 100644 --- a/context/map/repo-map.md +++ b/context/map/repo-map.md @@ -2,13 +2,13 @@ -> Scan of `d0014dc` (2026-07-28) · window: last 12 months · engine: tools/repo-map +> Scan of `dc6f74d` (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`. ## 1. TL;DR -- 10x-cli: 3 source modules; the centre of gravity is **`context/map`** (82 commits in window, 24 files). +- 10x-cli: 3 source modules; the centre of gravity is **`context/map`** (86 commits in window, 24 files). - Work concentrates in a few active areas; most of the tree is comparatively stable. - No import cycles detected in the primary module this run. - Scanned window is **the last 12 months**. @@ -28,7 +28,7 @@ Top active areas (full table in `artifact-1-territory.md`): | Area | Commits | | --- | --- | -| `context/map` | 82 | +| `context/map` | 86 | | `src/lib` | 75 | | `context/changes` | 53 | | `tests/e2e` | 32 | @@ -60,7 +60,7 @@ _No high-risk zones flagged this run._ | Area | Ask | | --- | --- | -| `context/map` | Marcin Czarkowski (8) | +| `context/map` | Marcin Czarkowski (9) | | `src/lib` | “mkczarkowski” (29), psmyrdek (4) | | `context/changes` | “mkczarkowski” (28) | | `tests/e2e` | “mkczarkowski” (8), psmyrdek (3) | @@ -70,10 +70,10 @@ _No high-risk zones flagged this run._ ## 6. First day — read these first - `package.json` — 30 commits in window -- `context/map/artifact-2-structure.md` — 18 commits in window -- `context/map/repo-map.md` — 18 commits in window -- `context/map/artifact-1-territory.md` — 17 commits in window -- `context/map/artifact-3-contributors.md` — 17 commits in window +- `context/map/artifact-2-structure.md` — 19 commits in window +- `context/map/repo-map.md` — 19 commits in window +- `context/map/artifact-1-territory.md` — 18 commits in window +- `context/map/artifact-3-contributors.md` — 18 commits in window - `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