Three targeted docs fixes per issue #309:
1. remote-workspaces-faq.md:
- Remove 6 fabricated CLI commands that do not exist in the codebase:
`molecule login`, `curl|bash` installer, `molecule workspace init`,
`molecule update`, `molecule logs`, `molecule auth status`, `molecule restart`
- Replace Onboarding section with accurate SDK-based flow:
`pip install molecule-ai-sdk` + `RemoteAgentClient` Python example
matching the real onboarding path in docs/guides/remote-workspaces.md
- Replace fabricated CLI troubleshooting commands with SDK-accurate
alternatives: `curl` health check, heartbeat API call, manual restart
2. staging-environment.md:
- Update status from "Planned" to "In Progress"
- Add "CI Image Pipeline" section documenting the live pipeline:
`:staging-<sha>` (per-commit, immutable) and `:staging-latest`
ECR tags from `.gitea/workflows/publish-workspace-server-image.yml`
3. canvas-design-system-v1.md:
- Add explicit WCAG 2.4.7 Focus Visible documentation to section 5.1
- Document focus-visible vs :focus distinction (keyboard vs mouse)
- Note that ring appears for keyboard users only, not mouse/touch users