Conversation
## Summary Restricts accepted file formats per verb to match the defined support matrix, rather than allowing all file types for most conversion verbs. <img width="1163" height="284" alt="Screenshot 2026-07-11 at 8 57 22 PM" src="https://github.com/user-attachments/assets/f2aae737-bdfe-42c9-ae14-69bc74e7c517" /> ### Changes **`unitylibs/core/workflow/workflow-acrobat/limits.json`** - Added `allowed-filetypes-no-adobe-design` — all formats from `allowed-filetypes-all` except PSD, AI, and INDD - Added `allowed-filetypes-psd-only` — `image/vnd.adobe.photoshop` only - Added `allowed-filetypes-ai-only` — `application/illustrator` only - Added `allowed-filetypes-indd-only` — `application/x-indesign` only **`unitylibs/core/workflow/workflow-acrobat/action-binder.js`** - `psd-to-pdf`, `ai-to-pdf`, `indd-to-pdf` → each restricted to their own format only (previously accepted all file types) - `jpg-to-pdf`, `png-to-pdf`, `heic-to-pdf`, `image-to-pdf`, `bmp-to-pdf`, `gif-to-pdf`, `tiff-to-pdf`, `word-to-pdf`, `excel-to-pdf`, `ppt-to-pdf` → switched to `allowed-filetypes-no-adobe-design` + `allowed-filetypes-heic` (removes PSD/AI/INDD acceptance, adds HEIC where missing) - `createpdf` (Convert PDF) — unchanged, continues to accept all formats **`test/core/workflow/workflow-acrobat/action-binder.test.js`** - Updated `image-to-pdf verbs onboarding` test block to match new configuration ## Testing - [ ] Unit tests: `npm test` — 846 passed, 0 failed - [ ] Upload a PSD to `psd-to-pdf` — only PSD should be accepted - [ ] Upload an AI file to `ai-to-pdf` — only AI should be accepted - [ ] Upload an INDD file to `indd-to-pdf` — only INDD should be accepted - [ ] Upload a PSD/AI/INDD to any image-to-pdf verb (e.g. `jpg-to-pdf`) — should be rejected - [ ] Upload a HEIC file to `word-to-pdf`, `jpg-to-pdf`, etc. — should be accepted - [ ] Upload any file type to `createpdf` (Convert PDF) — all formats should still be accepted Resolves: [MWPW-NUMBER](https://jira.corp.adobe.com/browse/MWPW-NUMBER) **Test URLs:** - Before: https://main--da-dc--adobecom.aem.live/acrobat/online/jpg-to-pdf?unitylibs=file-format&martech=off - After: https://mwpw-200290--da-dc--adobecom.aem.live/acrobat/online/jpg-to-pdf?unitylibs=file-format&martech=off - Before: https://main--da-dc--adobecom.aem.live/acrobat/online/psd-to-pdf?unitylibs=file-format&martech=off - After: https://mwpw-200290--da-dc--adobecom.aem.live/acrobat/online/psd-to-pdf?unitylibs=file-format&martech=off **Note:** DC PRs for reference adobecom/dc-frictionless#62 and adobecom/da-dc#142 --------- Co-authored-by: Ruchika Sinha <tek10248@Ruchikas-MacBook-Pro.local>
Removing JIRA Epic field from .kodiak/config.yaml Co-authored-by: Gary Tuscany <tuscany@adobe.com>
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
|
Collaborator
|
Done with stage Validation. All looks fine. Test results are in the tasks: MWPW-201632 MWPW-200703 |
sanjayms01
approved these changes
Jul 23, 2026
**Summary** Adds two Claude Code skills for this repo: 1. unity-a11y (accessibility audit/fix/instrument workflow for unitylibs/ components) and unity-jira (Jira ticket triage/classification orchestrator that routes matched tickets to unity-a11y) 2. unity-jira now checks for corp-jira MCP connectivity before fetching a ticket, and prints a full self-service setup guide (clone → build → PAT → .env → register with agent) instead of failing silently when a new user hasn't configured it yet Documents both skills in CLAUDE.md under "Available skills" so they're discoverable from the project root **Changes** 1. .claude/skills/unity-a11y/ — SKILL.md, WCAG checklist, fix-pattern reference, pattern guide, and report/output templates 2. .claude/skills/unity-jira/SKILL.md — ticket fetch → classify → route workflow, skill mapping registry, handoff contract, and the new corp-jira setup-guide preflight step 3. CLAUDE.md — added "Available skills" section describing both --------- Co-authored-by: vipulg <vipulg@adobe.com>
vipu0303
approved these changes
Jul 23, 2026
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.
Test URLs:
Before: https://main--da-dc--adobecom.aem.page/acrobat/online/ai-to-pdf?martech=off
After: https://stage--da-dc--adobecom.aem.page/acrobat/online/ai-to-pdf?martech=off&unitylibs=stage
Before: https://main--dc-frictionless--adobecom.aem.page/heic-to-pdf?martech=off
After: https://stage--dc-frictionless--adobecom.aem.page/heic-to-pdf?martech=off&unitylibs=stage