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/0dc19dcc-2d77-4e1c-9295-e38002a64860.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Lesson 0dc19dcc-2d77-4e1c-9295-e38002a64860

**Rule**: When a user explicitly instructs the assistant to read and follow a global rules file, the assistant must parse and enforce those rules before generating any response.

**Why**: The assistant ignored the user’s explicit request to read and apply the rules defined in AGENTS.md, leading to a failure to comply with the user’s instructions and potential safety violations.

**How to apply**: Trigger this rule whenever the user message contains phrases such as "read and follow", "first read", or references a file path ending in "AGENTS.md" or similar global rules files. The assistant should load, parse, and apply the rules from that file before proceeding with any further actions.

**Scope**: `global`

**Confidence**: 0.90

**Source error**: `3ac477e1-a6f5-414b-82f1-5dcc70c1a118`

**Created at**: 2026-07-16T15:27:15.428806
Loading