docs(lemonade-router-builder): clarify Mode A trace reading and example scope - #151
Open
AMD-melliott wants to merge 2 commits into
Open
docs(lemonade-router-builder): clarify Mode A trace reading and example scope#151AMD-melliott wants to merge 2 commits into
AMD-melliott wants to merge 2 commits into
Conversation
…le scope Three fixes verified against Lemonade Server 11.5.2 on a Strix Halo host: - SKILL.md: the Step 4 silent-fallback warning had no matching detection instruction at the tracing step. Point readers at `default_used` and note that an empty `rationale` alone is not a fallback signal. - reference.md: document Mode A trace shape - synthetic `__route_N` rule ids (one per candidate, in declaration order), the empty-`rationale`-on-success case, and the unambiguous three-field fallback signature. - examples.md: state that the bundled examples are shape references, not runnable policies. They name models a given host may not have, and `scripts/validate.py` cannot check model existence, so registering one unmodified fails at the server with `400 Collection component not registered`.
Collaborator
|
@AMD-melliott Thanks for creating this PR! |
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.
Description
Verified against Lemonade Server 11.5.2 on a Strix Halo host.
This PR:
SKILL.md: the Step 4 silent-fallback warning had no matchingdetection instruction at the tracing step. Points readers at
default_usedand notes that an emptyrationalealone is not afallback signal.
reference.md: documents the Mode A trace shape — synthetic__route_Nrule ids (one per candidate, in declaration order), theempty-
rationale-on-success case, and the unambiguous three-fieldfallback signature.
examples.md: states that the bundled examples are shape references,not runnable policies. They name models a given host may not have, and
scripts/validate.pycan't check model existence, so registering oneunmodified fails at the server with
400 Collection component not registered.