Commit a48c87d
docs: correct MemPalace#976 attribution — PreCompact cap dropped during rebase
@mvalentsev pointed out on MemPalace#1172 that the PR MemPalace#976 description still
claims a `MAX_PRECOMPACT_BLOCK_ATTEMPTS=2` cap, but during the develop
rebase Felipe Truman explicitly dropped that hunk:
- 40d7958 — removed the attempt-cap tests (would always fail because
hook_precompact now mines synchronously and passes through
unconditionally)
- 8df944a — removed the attempt-cap constant (orphaned after rebase)
What actually merged in MemPalace#976 for hooks_cli.py: just the constant
removal. Current hook_precompact() on develop is pure MemPalace#863 logic
(merged 2026-04-15, @mvalentsev): ingest, sync mine, _output({}).
So the right attribution: MemPalace#863 closes MemPalace#1172, not MemPalace#976. Updating the
CHANGELOG and README entries that quoted the unmerged PR description
as if it were merged code. Lesson recorded as a feedback memory.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 78eff99 commit a48c87d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| |||
0 commit comments