Editors restructure
ArcMark Studio v0.6.0 reorganizes the project so people understand which editor lives where: the Mac-native SwiftUI editor now lives under editors/Mac, and a new dependency-free Node.js web editor lives under editors/NodeJS.
Highlights
- Project restructure —
editors/Mac(Swift app, sources, tests, plist) andeditors/NodeJS(web editor, server, public assets, macOS quick-access launcher). README, SPECIFICATION, and build instructions updated to match. - Node.js web editor — author ArcMark Standard v1.1.0
.arcdocuments in the browser. Draggable canvas, directed relationships, owner/creator-id metadata, live render preview via@caraveo/arcmark-viewer. macOS quick-access viaArcMark Editor.command. - All existing Swift tests and npm tests continue to pass from the new locations.
ArcMark Standard
- ArcMark Standard: v1.1.0
- XML declaration: v1.0 / UTF-8
- Document extension:
.arc - Schema: bundled
arcmark.xsd
Included
ArcMarkStudio-v0.6.0-macos.zip contains the signed standalone ArcMark Studio.app bundle for macOS.
Verification
The release bundle was built in production mode, code-signed, validated with plutil, and launch-checked before publishing.