chore: add SEP-2640 requirement-traceability YAML (Skills Extension)#330
Draft
panyam wants to merge 3 commits into
Draft
chore: add SEP-2640 requirement-traceability YAML (Skills Extension)#330panyam wants to merge 3 commits into
panyam wants to merge 3 commits into
Conversation
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.
Adds
src/seps/sep-2640.yaml, the requirement-traceability file for the Skills ExtensionSEP. Floats the requirement model out for Skills Over MCP Working Group review ahead of
scenario implementation. No scenarios in this PR.
Motivation and Context
SEP-2640 introduces a
skill://resource convention for serving Agent Skills over MCP. Asan Extensions Track SEP, it needs conformance coverage before review under SEP-2133. Landing
the requirement extraction first lets the Skills Over MCP Working Group sanity-check which
normative obligations the harness will assert versus which are excluded as host-internal
policy or UI affordances, before any scenario design starts.
The yaml also carries a leading provenance comment (
spec_sourcecommit ref +extracted_atdate) so future SEP drift is detectable from the file alone, withoutrebuilding the extraction.
How Has This Been Tested?
No runtime behavior in this change. Validation performed:
check:rows + 8excluded:rows (33 total).Test,Code Formatting) passes on each commit.Implications) are accounted for.
MAY/OPTIONALsentences are intentionally dropped perthe conformance-repo convention.
End-to-end conformance against the reference SDK will follow in a later PR once scenarios
exist.
Breaking Changes
None. The file is additive metadata. Existing SEP yamls, scenarios, and the traceability
manifest are untouched.
traceability.jsonwill pick up the new check IDs the next time itis regenerated against a suite run.
Types of changes
Checklist
Additional context
Two requirement merges to flag for reviewers:
host-no-unverified-content(MUST NOT) is folded intohost-verify-digest. They statethe same obligation as positive and negative; one row keeps both halves linked.
host-archive-safetycollapses the Discovery-section and Security-Implicationsrestatements of the archive-safety rule into a single row.
Excluded categories and reasoning:
ordering).
logic between
mimeTypeand URL suffix).Planned followups (separate PRs):
src/scenarios/{server,client}/skills.ts, registered insrc/scenarios/index.ts.against the everything-server / everything-client.