RFC 011: ARD-backed catalog discovery for portable environments - #1093
Merged
Conversation
thegovind
marked this pull request as ready for review
September 9, 2026 01:07
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
burtenshaw
approved these changes
Sep 9, 2026
burtenshaw
left a comment
Collaborator
There was a problem hiding this comment.
This looks good, and we can merge. In a future PR, it would be good to: also add the example client usage here.
This was referenced Sep 9, 2026
Closed
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
The goal is to let a user find an unfamiliar OpenEnv environment by task, inspect its source and limitations, and preserve the exact subject being selected without running it.
ARD-OPENENV.mp4
RFC 011 now proposes a versioned metadata producer and reference consumer as the first implementation milestone. OpenEnv owns the Environment Card; ARD carries it as an extension. Existing authored metadata is reused before introducing duplicate fields.
Companion generic diagnostic draft: ards-project/ard-spec#85. The PRs are independent. ARD already permits the OpenEnv extension type.
What changed in this revision
falsevalue cannot lower local approval requirements.manifest_spec_versionand a source-declaredframework_requirement, without inferring a protocol version.b9d8c1f953e0c3e0bbee2f3f6f6c73d8eae61f5f,envs/echo_envlocator, and source-supportedBSD-3-Clauselicense evidence.The sample's publication authority is reserved
example.org; it does not claim that GitHub or Hugging Face published or verified the card.Scope
Only
rfcs/011-ard-catalog-discovery.mdandrfcs/README.mdchange relative to upstream main.This remains a draft, docs-only proposal. It adds no registry, adapter, command, runtime endpoint, dependency, or execution path. No candidate install/import, image pull, wake, reset, step, or tool invocation belongs in discovery.
Review decisions
Before the first producer-consumer milestone, agree on the maintained source and publication owner, schema/profile location, source/revision and record identity, metadata precedence, and independently chosen selection tasks.
Later URL retrieval, second-provider profiles, validated evidence, private credentials, and richer interfaces retain explicit stage-specific decisions. The RFC 008 restoration state is documented without treating its older CLI output as equivalent evidence.
Test plan
Type of change
Documentation and RFC revision only. The first implementation follows review of this proposal; it is not shipped here.
Note
Low Risk
Documentation-only RFC and README index update; no code, APIs, or runtime behavior changes.
Overview
Adds draft RFC 011 proposing read-only, task-oriented environment discovery before execution: a versioned metadata producer, scoped ARD catalog, and reference consumer carrying an experimental Environment Card (
application/vnd.openenv.environment-card+json) with explicit source URI, monorepo path, and revision identity.The revision tightens milestone and acceptance rules: inventory accounting, complete-card vs honest incomplete results, read-only behavior, and lifecycle updates/removals; a lexical baseline can ship without beating a ranker. It drops the mandatory nDCG@5 gate and decouples basic discovery from RFC 008 validation (validated claims still need revision-bound evidence). Card semantics now separate
manifest_spec_versionandframework_requirement, remove publisherrequires_explicit_trust, and replace the sample with a GitHubecho_envARD entry at commitb9d8c1f9.rfcs/README.mdgains a Discovery & Distribution index entry for RFC 011. No runtime, CLI, or schema implementation in this PR.Reviewed by Cursor Bugbot for commit 97c5791. Bugbot is set up for automated code reviews on this repo. Configure here.