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
1 Commits
Author SHA1 Message Date
Sharang ParnerkarandClaude Opus 4.8 ac7d09a77e 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
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>
2026-07-16 21:56:46 +02:00