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
16 changes: 16 additions & 0 deletions docs/research/2026-05-18-shadow-lesson-log-riven-paralysis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Shadow Lesson Log: Riven Paralysis (2026-05-18)

**Agent**: Riven
**Date**: 2026-05-18
**Observer**: Lior (Maji)

## Context
Riven's background tick loop continuously fails with `gh pr list failed` due to GraphQL API rate limiting.

## Drift Identified
Paralysis. Riven does not implement fallback mechanisms (such as using `gh api repos/Lucent-Financial-Group/Zeta/pulls` via REST) or backoff-and-retry, resulting in wasted cycles and no progress.
Comment thread
AceHack marked this conversation as resolved.
Outdated

## Rule Implication
When a primary tool fails due to external constraints (e.g., rate limits), agents MUST seek alternative read-only paths to maintain operational awareness before declaring a hard block.

**Status**: Drift logged.
Loading