feat(onboarding): Project-archive PLC format + auto-detect from extension #179

Merged
sharang merged 1 commits from feat/projectarchive-format-option into main 2026-07-16 20:05:06 +00:00
Owner

Demo follow-up: the PLC format dropdown only offered PLCopen XML / Structured Text, which is confusing when uploading a CODESYS .projectarchive. Adds PlcFormat::ProjectArchive + a "Project archive (.projectarchive)" dropdown option, and auto-selects the format from the chosen file's extension. Tracker #167.

🤖 Generated with Claude Code

Demo follow-up: the PLC format dropdown only offered PLCopen XML / Structured Text, which is confusing when uploading a CODESYS `.projectarchive`. Adds `PlcFormat::ProjectArchive` + a **"Project archive (.projectarchive)"** dropdown option, and **auto-selects** the format from the chosen file's extension. Tracker #167. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
sharang added 1 commit 2026-07-16 19:56:48 +00:00
feat(onboarding): "Project archive" PLC format + auto-detect from extension
CI / Check (pull_request) Successful in 5m16s
CI / Detect Changes (pull_request) Has been skipped
CI / Deploy Agent (pull_request) Has been skipped
CI / Deploy MCP (pull_request) Has been skipped
CI / Deploy Dashboard (pull_request) Has been skipped
CI / Deploy Docs (pull_request) Has been skipped
ac7d09a77e
A .projectarchive is neither PLCopen XML nor Structured Text, but the wizard's
format dropdown only offered those two — confusing when uploading a CODESYS
archive (found live during the demo).

- add PlcFormat::ProjectArchive (metadata only; processing is content-driven).
- wizard: add the "Project archive (.projectarchive)" option, and auto-select the
  format from the chosen file's extension (.projectarchive/.project → archive,
  .xml → PLCopen XML, .st/.exp/.scl → Structured Text).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
sharang merged commit b7406eca15 into main 2026-07-16 20:05:06 +00:00
sharang deleted branch feat/projectarchive-format-option 2026-07-16 20:05:06 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sharang/compliance-scanner-agent#179