Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .claude/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ until CI ran.
Sunday 07:17 UTC full re-scan. Uploads SARIF per-language category
to Code Scanning.
- `.github/codeql/codeql-config.yml`: companion config file with
`paths-ignore` for `target/**`, `docs/site/**`, and the three
Poetry-manifest files under `docs/` (`poetry.lock`,
`pyproject.toml`, `.python-version`).
`paths-ignore` for `target/**` and `docs/site/**` (the generic
generated-output exclusions). No Python-adjacent paths — since
`python` isn't in the workflow's language matrix, the analyzer
never looks at the Poetry manifests in `docs/`, so explicit
exclusions there would be dead weight sending a misleading "we
still configure for Python" signal.

### Why
Phase 1 (`.claude/CHANGELOG.md` 2026-04-22 19:45) deleted the `tools/`
Expand Down
4 changes: 0 additions & 4 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ paths-ignore:
- target/**
# MkDocs build output.
- docs/site/**
# Docs build dependencies — Poetry manifests, not source code.
- docs/poetry.lock
- docs/pyproject.toml
- docs/.python-version
Loading