docs(network): add the missing VAI-011 rationale doc#10
Closed
jhumel-code wants to merge 1 commit into
Closed
Conversation
rules main and the released v0.1.3 engine both ship VAI-011 (vercel_ai/network.yaml, 'Vercel AI tool HTTP call has no timeout', high/0.6), but the rulebook never carried its rationale doc, so check_rulebook flagged the gap. Adds docs/Policy/vercel_ai/network.md (front-matter matches the rule: high / 0.6 / tool, refs LLM10+LLM06) and regenerates the root + vercel POLICY_INDEX to include VAI-011. Both rulebook gates pass.
Collaborator
Author
|
Closing as a duplicate. PR #8 (cf/frosty-curie-e45239 -> main, MERGEABLE/CLEAN) already adds the VAI-011 rationale doc AND the OAI-016 structural retrofit + index updates — it is the complete rulebook side of the v9 network work. Merge #8 to close the VAI-011 documentation gap; this PR was a redundant subset I created before noticing #8 was open. |
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.
What
Adds the missing
docs/Policy/vercel_ai/network.mdrationale doc for VAI-011 (Vercel AI tool HTTP call has no timeout) and regenerates the root + vercelPOLICY_INDEXto include it.Why
rules
mainand the released v0.1.3 engine both ship VAI-011 (it uses thehas_http_call_without_timeoutpredicate added in schema 9), but the rulebook never carried its rationale doc — socheck_rulebookfailed onmainwith "rule VAI-011 has no rationale doc." This closes that gap. The doc is the one authored on the v9 network branch (cf/frosty-curie-e45239); its front-matter (high/0.6/tool, refsLLM10,LLM06) matches the rule exactly.Verification
check_rulebook.py --strictandgen_index.py --checkboth pass against rulesmain(165 rules).