docs(policy): align rationale docs with recalibrated severities#9
Merged
Conversation
Update front-matter severity/confidence and the prose restatements for the 12 policy docs whose rules were recalibrated in trustabl-rules (fix/rule-recalibration): loop-bound, error-contract, and the CSDK-102 / OAI-110 / OAI-004 / CSDK-012 / AG2-012 changes. Corrected the unbounded-loop rationale to reflect each framework's finite default and reframed the downgraded severity defenses. POLICY_INDEX regeneration is intentionally deferred: gen_index reads the live rules pack, which is mid schema_version 9 transition (VAI-011 not yet documented on rulebook main), so regenerating here would pull in an unrelated rule. Indexes and the check_rulebook/gen_index gates go green once the v9 network sync lands.
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
Aligns 12 policy rationale docs with the severity/confidence recalibration in
trustabl/trustabl-rules(companion PRfix/rule-recalibration, #12). Front-matterseverity/confidenceupdated to match the rules, prose severity restatements reframed, and the factually-wrong "unbounded loop" rationale corrected to reflect each framework's finite default (VercelstepCountIs(20), LangChainmax_iterations=15, AutoGenmax_consecutive_auto_reply=100).Scope note — indexes & CI
POLICY_INDEX.mdregeneration is intentionally deferred.gen_indexreads the live rules pack, which is midschema_version: 9transition — VAI-011 /has_http_call_without_timeoutshipped to rulesmainbut its rationale doc isn't on rulebookmainyet, so regenerating here would pull that unrelated rule into the indexes. Consequentlycheck_rulebookandgen_index --checkare red on the pre-existing VAI-011 gap, not on this change; they (and the indexes) go green once the v9 network sync lands in the rulebook.Companion PRs:
trustabl/trustabl-rules#12and the engine fixture-mirror PR.