RFC 011: ARD-backed catalog discovery for portable environments - #1093
Open
thegovind wants to merge 5 commits into
Open
RFC 011: ARD-backed catalog discovery for portable environments#1093thegovind wants to merge 5 commits into
thegovind wants to merge 5 commits into
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. |
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 executable code or configuration behavior changes.
Overview
Adds draft RFC 011 and indexes it under a new Discovery & Distribution section in
rfcs/README.md. No runtime, CLI, or manifest changes ship in this PR.The RFC defines a read-only, metadata-first path to find unfamiliar OpenEnv environments by task: a versioned producer maps authoritative source metadata into ARD entries carrying an experimental
application/vnd.openenv.environment-card+jsonpayload, and a reference consumer searches/inspects versioned catalog snapshots while preserving provider, repo URI, environment path, and revision. It explicitly separates discovery from execution (no install, pull, wake, reset/step, or tool calls) and from RFC 008 validation unless a claim is marked validated.Notable revision choices in the new text: acceptance is inventory/correctness/identity/complete-card/read-only/lifecycle—not a mandatory semantic ranker or 0.10 nDCG@5 gate; basic discovery does not block on RFC 008 reports;
requires_explicit_trustis removed; card fields distinguishmanifest_spec_versionandframework_requirementfrom protocol guarantees; the Echo example is pinned to public GitHubenvs/echo_envat commitb9d8c1f9with illustrativeexample.orgpublication authority.Reviewed by Cursor Bugbot for commit 80ef761. Bugbot is set up for automated code reviews on this repo. Configure here.