Skip to content

Docs for Apps improvements#23

Open
krokicki wants to merge 5 commits into
mainfrom
apps-improvements
Open

Docs for Apps improvements#23
krokicki wants to merge 5 commits into
mainfrom
apps-improvements

Conversation

@krokicki

@krokicki krokicki commented Jul 21, 2026

Copy link
Copy Markdown
Member

Documentation updates covering the Apps improvements shipped on the apps-improvements code branch, plus the broader apps/authoring doc refresh.

Highlights

  • repo_url same-repo behavior: document 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. (Covers the bug where a bare repo_url on a non-default branch pulled the job to the default branch.)
  • working_dir options: the old repo option (runs from the manifest's directory) is renamed to manifest — now the default for non-container runnables — and a new repo option always runs from the clone root. Documented in the execution and manifest-reference pages.
  • Job page label: "Version" → "Commit", matching the UI.
  • Add App dialog: the optional Revision field (tag/branch) and commit pinning.
  • Refreshed authoring reference (parameters, services, execution, auto-detection, server config) and the Apps & Jobs workflow guide to match current behavior.

Files

  • authoring/overview.mdx, authoring/manifest-reference.mdxrepo_url same-repo caveat; working_dir options
  • authoring/execution.mdxworking_dir manifest/repo/work behavior
  • workflows/apps-and-jobs.mdx — Version→Commit, revision/pinning, UX updates
  • authoring/{parameters,services,execution,auto-detection,server-config}.mdx — reference refresh

🤖 Generated with Claude Code

krokicki and others added 5 commits July 6, 2026 14:27
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant