rules: add shared agent-consumers policy (closes #7) - #8
Merged
Conversation
…aries Adds rules/common/agent-consumers.md distilling the enforcement patterns proven in tenferro-rs (PRs #1625, #1632-#1635): bundled downstream-usage skills with a pre-PR freshness gate, remedy clauses in error messages, pre-publish package-index metadata checks, and verified llms.txt indexes. Links the file from rules/index.md and extends the loading policy. Closes #7 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
shinaoka
enabled auto-merge (squash)
August 8, 2026 18:08
17 tasks
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
Adds
rules/common/agent-consumers.md: shared policy for the repository work that serves downstream users and coding agents of user-facing tensor4all libraries, per #7. Also links it fromrules/index.mdand extends the loading policy.The four policies are distilled from the implementations that landed in tenferro-rs (tensor4all/tenferro-rs#1625, tensor4all/tenferro-rs#1632, tensor4all/tenferro-rs#1633, tensor4all/tenferro-rs#1634, tensor4all/tenferro-rs#1635), so each one is stated with the check that guards it rather than as aspiration:
<what failed>; <what to do>when one documented remediation exists, with the explicit counter-rule not to invent remedies for open-ended failures (wording follows tenferro's REPOSITORY_RULES.md).A fifth section cross-references the existing source-blind build test in
docs-and-tests.mdas the validation method, per the issue's acceptance criteria.Consumer repos with open counterpart work: tensor4all/tensor4all-rs#573, tensor4all/tensor4all-rs#577-580.
Closes #7
🤖 Generated with Claude Code