Skip to content
Merged
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this repository. Dates are UTC.
Open problems and known blockers are tracked separately in
[`PROBLEMS.md`](./PROBLEMS.md), using the same date sections.

## [2026-09-14]

### Fixed
- **PR #262** — chore(lint): dropped the unused `import sys` from
`knowledge/scripts/diff_policy.py`, the only unreferenced import left in the file.
Supersedes **#253**, which asked for the same cleanup but branched from an older
59-line snapshot of the file while `main` had moved on to 188 lines — the diff no
longer applied, so it sat `CONFLICTING / DIRTY` as a draft. `import os`, the other
name #253 removed, is not imported on `main` at all. Verified: the file compiles
and an AST pass reports no unused imports beyond `__future__.annotations`.

## [2026-09-13]

### Added
Expand Down
Loading