| 1 | # Scribe — History |
| 2 | |
| 3 | ## Core Context |
| 4 | - Maintains decisions, histories, and orchestration records for the squad. |
| 5 | |
| 6 | ## Learnings |
| 7 | - Documentation should preserve durable outcomes and discard transient coordination chatter. |
| 8 | - When a team-wide operating pattern stabilizes, it belongs in `.squad/skills/` rather than repeated across multiple history files. |
| 9 | |
| 10 | ## 2026-06-01 Decisions Archive & Inbox Processing |
| 11 | - Archived 863 lines (entries older than 7 days) from decisions.md to decisions-archive.md |
| 12 | - Merged leela-pr-review.md from inbox into Active Decisions section |
| 13 | - decisions.md reduced from 55,132 bytes to 14,288 bytes (archive triggered by >= 51,200 threshold) |
| 14 | - All inbox files cleaned up; decisions.md now contains only active decisions (2026-05-25 and later) |
| 15 | |
| 16 | ## 2026-06-05 Crawler Improvement Analysis Session |
| 17 | - Merged 4 inbox decisions from Bender, Farnsworth, Fry, Leela into decisions.md |
| 18 | - decisions.md size: 25,779 → 36,240 bytes (no archive needed; oldest entries 2026-05-25, 11 days old) |
| 19 | - No history.md files exceeded 15KB summarization threshold |
| 20 | - Created orchestration logs for Bender, Farnsworth, Fry, Leela |
| 21 | - Created session log: crawler-improvement-analysis |
| 22 | - Outcome: GitHub issue #237 created; squad decision on bounded in-process RSS topology with deterministic merge-before-analyze flow |