docs(rules): capture session-learning rules (PAL mechanics, never-fabricate ids)#331
Merged
Conversation
From the softmax-rung consults (2026-07): model_used in chat response metadata can mislabel the model (verify independence via provider_used; pal-mcp-server#68), and registry models can be retired upstream while still listed (gemini-3-pro-preview 404) - pick a same-provider fallback before dispatching and re-send the identical brief. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QKLFNBBLRGSmx6z3B9EDzR
Capture the 2026-07 Reddit .json probe failure: a fabricated thread URL returned 403 and was misread as an IP block when the resource never existed. Rule: obtain identifiers from the system (list before get) and always run a known-good control before concluding access is denied. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015ARaC2rDebsKVACxYBVDv8
Contributor
|
| Status | Count |
|---|---|
| 🔍 Total | 170 |
| ✅ Successful | 160 |
| ⏳ Timeouts | 0 |
| 🔀 Redirected | 0 |
| 👻 Excluded | 9 |
| ❓ Unknown | 0 |
| 🚫 Errors | 1 |
Errors per input
Errors in exact_dot_claude/docs/prds/daily-catchup.PRD.md
- [404] https://docs.anthropic.com/claude-code/commands | Failed: Network error: Not Found
Full Github Actions output
Please fix the broken links before merging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two session-learning rules for
~/.claude/rules/:multi-model-delegation.md— two new PAL mechanics:model_usedinchatresponse metadata can mislabel the model (verify independence viaprovider_used; pal-mcp-server#68), and registry models can be retired upstream while still listed bylistmodels(gemini-3-pro-preview 404) — pick a same-provider fallback before dispatching and re-send the identical brief.never-fabricate-test-identifiers.md(new) — obtain identifiers from the system before probing (list before get); a fabricated Reddit thread URL returned 403 and was misread as an IP block when the resource never existed. Always run a known-good control before concluding access is denied.Both land under
exact_dot_claude/(chezmoi source for~/.claude/);chezmoi apply -v ~/.claudesyncs them.Testing
Pre-commit (trailing-whitespace, doc-reference check, gitleaks, conventional-commit) passed locally.
🤖 Generated with Claude Code
https://claude.ai/code/session_015ARaC2rDebsKVACxYBVDv8