Skip to content

Commit 205b942

Browse files
Merge branch 'main' into reduce-index
2 parents 0b7d606 + e23dff8 commit 205b942

107 files changed

Lines changed: 456948 additions & 2007 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/py-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
install-server: 'false'
100100

101101
- name: Run Static Checks
102+
# basedpyright is configured with `pythonVersion = "3.10"` (the lowest
103+
# supported version) so type-checking results are identical across the
104+
# 3.10/3.11/3.12 matrix. Run on the lowest version only to avoid
105+
# redundant work and keep the baseline file deterministic.
106+
if: matrix.py-version == '3.10'
102107
run: |
103108
source env/bin/activate
104109
cd ingestion

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,7 @@ ingestion/.claude/agents
202202
.claude/scheduled_tasks.lock
203203
.claude/plans/
204204

205+
# Serena MCP language-server cache — local tooling, not committed
206+
.serena/
207+
205208
test-results/

0 commit comments

Comments
 (0)