dify/cli/test/fixtures/dify-mock
GareArc 4111751bdf
refactor(openapi/cli): split app usage-face from studio-app build-face
Squash of PR #37641 (worktree-fix+app-abstraction-noun).

Introduces two app nouns:
- app: usage face (run/get/describe/resume), dual-subject account + external-SSO
- studio-app: build face (export/import), account-only

Backend: split read routes by subject with token-type-restricted guards;
shared public projection builder (build_app_describe_response); drop
author/tags from describe to prevent cross-tenant identity leak.
CLI: selectAppReader subject dispatch (account vs permitted-external),
AppReader strategy, studio-app export/import, refreshed help/guides.
2026-06-21 19:48:22 -07:00
..
scenarios.ts feat: support import / export dsl in CLI (#37232) 2026-06-10 09:51:40 +00:00
server.test.ts fix: run ci properly on pr (#37233) 2026-06-09 10:06:55 +00:00
server.ts refactor(openapi/cli): split app usage-face from studio-app build-face 2026-06-21 19:48:22 -07:00