Skip to content
Closed
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
15 changes: 15 additions & 0 deletions drafts/bsela-lessons/d5c316d6-509c-4725-b0d3-0633f7990ab3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Lesson d5c316d6-509c-4725-b0d3-0633f7990ab3

**Rule**: When a user explicitly instructs the assistant to read a file, the assistant must read that file before generating a response.

**Why**: The assistant failed to read the user‑specified AGENTS.md file despite explicit instruction, leading to a violation of the user’s request and the global rules defined in that file.

**How to apply**: Trigger this rule whenever a user message contains a directive such as "read and follow" or "first read" followed by a file path. The assistant should attempt to access the file, parse its contents, and incorporate any relevant rules or data before formulating a reply.

**Scope**: `global`

**Confidence**: 0.90

**Source error**: `bf161165-4b87-48a3-92d7-482b2a0ebc27`

**Created at**: 2026-07-16T15:28:45.907249
Loading