- Rebuild package-overview, opportunity, and tier-comparison as SVGs in the
established dark/violet design language, exported to JPG at 1500x844.
- Fix 'Cezen AI Package' branding violation in package-overview.
- Relabel Starter/Basic/Pro/Max -> Server S/M/L/Max across all three visuals.
- Add standalone Workstation category, distinct from the Server ladder.
- Update terminology: Agent Builder & Workflows -> Agent Studio & Workflow
Designer, Connectors -> MCP & Enterprise Connectors.
- Update docs/README.md: all core collateral is now current, no refresh
pending.
- New build-iso-workstation.sh / autoinstall/user-data-workstation: writes
the workstation tier marker (/opt/cezen/tier), reuses the Server S
(starter) hardware profile and Ansible playbook under the hood
- firstboot-setup.sh: additive WORKSTATION_MODE branch (gated on
CEZEN_TIER=workstation) skips the Server tier-selection menu entirely —
Workstation is never offered as a Server S/M/L/Max choice. Non-workstation
installs are unaffected. Also relabels the Server tier menu to
Server S/M/L/Max, matching the earlier portal rename
- install.sh and the Ansible playbooks are unchanged; only the pre/post
marker files differ between a Server S and Workstation install
- README.md + MIGRATION_NOTES.md updated with the new build path and what
is still manual (CEZEN_TIER isn't yet templated into the deployed
cezen-api systemd unit — tracked as follow-up)
- Add Workstation as an additive standalone category, kept out of
TIER_ORDER so it never enters the Server S/M/L/Max upgrade ladder
- Add Server S/M/L/Max commercial labels for existing starter/basic/pro/max
tiers (slugs, license format, and APIs unchanged)
- Rename portal UI terminology: Connectors -> MCP & Enterprise Connectors,
Audit Log -> Governance & Audit, Model Manager -> Model Catalog,
Agent Builder -> Agent Studio, Workflow Automation -> Workflow Designer,
Multimodal Chat -> AI Workspace
- Fix branding.js workflow.html tier-gating bug and entry.yml missing tier var
- Document 7-capability platform roadmap and Workstation/Server structure
in README.md and docs/README.md
- Ignore __pycache__/*.pyc build artifacts