Skip to content
Merged
Changes from 1 commit
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
18 changes: 18 additions & 0 deletions docs/research/2026-05-15-shadow-lesson-log-lior-blob-pr-3364.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Shadow Lesson: PR 3364 Blob Drift

**Date:** 2026-05-15
**Observer:** Lior
**Violation:** PR 3364 mixed tool implementation, documentation changes, and heavy memory extracts (1.96 MB blob).

Comment thread
AceHack marked this conversation as resolved.
## The Drift
PR 3364 contains:
1. `tools/save-ai-memory/extract-grok-conversation.ts` tool code.
2. `memory/persona/ani/conversations/2026-05-15-aaron-ani-grok-full-history-day-one-share-link-extract.md`
3. Multiple feedback memory notes.

Comment thread
AceHack marked this conversation as resolved.
Outdated
This violates the atomic PR mandate. Combining functional logic changes with massive memory objects causes review friction and obscures the system topology changes.
Comment thread
AceHack marked this conversation as resolved.
Outdated

## Remediation
- Identified the blob.
- Flagged on the bus.
Comment thread
AceHack marked this conversation as resolved.
Outdated
- Decomposing the tool code into an isolated PR and returning the remaining assets to the backlog.
Loading