Docs for Apps improvements#23
Open
krokicki wants to merge 5 commits into
Open
Conversation
Covers the new associations field on file/directory/path parameters: extension matching, capability manifest references (a separate standard resolved at manifest load), matching rules where capabilities are authoritative for Zarr datasets, and the Compatible apps panel in the file browser that prefills the launch form. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Clarify that repo_url only triggers separate-tool-repo handling when it names a different owner/repo; pointing it at the manifest's own repository is ignored and the job runs from the manifest's branch and pinned commit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Matches the UI rename of the Job page field from "Version" to "Commit". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rename the old "repo" option (runs from the manifest's directory) to "manifest", and document the new "repo" option that always runs from the clone root. Update the default (now "manifest" for non-container runnables) and the bind-mount note. Co-Authored-By: Claude Opus 4.8 <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.
Documentation updates covering the Apps improvements shipped on the
apps-improvementscode branch, plus the broader apps/authoring doc refresh.Highlights
repo_urlsame-repo behavior: document thatrepo_urlonly triggers separate-tool-repo handling when it names a differentowner/repo; pointing it at the manifest's own repository is ignored, and the job runs from the manifest's branch and pinned commit. (Covers the bug where a barerepo_urlon a non-default branch pulled the job to the default branch.)working_diroptions: the oldrepooption (runs from the manifest's directory) is renamed tomanifest— now the default for non-container runnables — and a newrepooption always runs from the clone root. Documented in the execution and manifest-reference pages.Files
authoring/overview.mdx,authoring/manifest-reference.mdx—repo_urlsame-repo caveat;working_diroptionsauthoring/execution.mdx—working_dirmanifest/repo/work behaviorworkflows/apps-and-jobs.mdx— Version→Commit, revision/pinning, UX updatesauthoring/{parameters,services,execution,auto-detection,server-config}.mdx— reference refresh🤖 Generated with Claude Code