Skip to content

[Release] Stage to Main#859

Merged
Ruchika4 merged 5 commits into
mainfrom
stage
Jul 23, 2026
Merged

[Release] Stage to Main#859
Ruchika4 merged 5 commits into
mainfrom
stage

Conversation

Ruchika4 and others added 3 commits July 16, 2026 10:42
## 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>
@aem-code-sync

aem-code-sync Bot commented Jul 23, 2026

Copy link
Copy Markdown

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run all PSI checks
  • Re-run failed PSI checks
  • Re-sync branch
Commits

@aem-code-sync

aem-code-sync Bot commented Jul 23, 2026

Copy link
Copy Markdown
Page Scores Audits Google
📱 /acrobat/online/ai-to-pdf?martech=off&unitylibs=stage Lighthouse returned error: NOT_HTML. The page provided is not HTML (served as MIME type text/plain). PSI
🖥️ /acrobat/online/ai-to-pdf?martech=off&unitylibs=stage Lighthouse returned error: NOT_HTML. The page provided is not HTML (served as MIME type text/plain). PSI
📱 /heic-to-pdf?martech=off&unitylibs=stage Lighthouse returned error: NOT_HTML. The page provided is not HTML (served as MIME type text/plain). PSI
🖥️ /heic-to-pdf?martech=off&unitylibs=stage Lighthouse returned error: NOT_HTML. The page provided is not HTML (served as MIME type text/plain). PSI

@asonnalagi

Copy link
Copy Markdown
Collaborator

Done with stage Validation. All looks fine. Test results are in the tasks: MWPW-201632 MWPW-200703
MWPW-200945

**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>
@Ruchika4
Ruchika4 merged commit dc245ae into main Jul 23, 2026
10 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants