data, help: render structured dataset paths and slot formats - #3
Merged
Merged
Conversation
Co-authored-by: Astra <noreply@openai.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
karalabe
added a commit
that referenced
this pull request
Sep 15, 2026
Develop images stamp their publish time when their build starts, not when they are uploaded. The first develop image speaking the new protocol reports 2026-09-15 08:33:55 UTC, four minutes before the cutoff set in #3, so the CLI refuses the very image the cutoff was meant to admit. This lowers the cutoff to that publish time. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
ark data pathsprinted the Ark's generated readme as raw markdown, and--jsonwrapped it in a single string an agent could not query. With darkbio-wire 0.10.0 the Ark replies with structured path entries instead, and each slot carries a format text for whoever fills it. This PR renders both.ark data pathsprints the path patterns as a compact tree. It marks directories, the ones a manifest may grant, and data this Ark lacks, the last only on the topmost entry of a missing subtree.--jsoncarries every field, withdescnameddescriptionas in the slot output. When anything is unavailable, a hint points atark data list.ark data showprints each slot's description and format, andark data list --jsoncarries both.appsnow explains the manifest, data grants and the sandbox,datasetsgains a section on the data paths, andagentspoints atark data paths --jsonfor writing an app.Scenario tests run
data paths,data listanddata showin child processes against invented entries, checking the exact JSON, the reading view within 80 columns, and the hints on stderr.