docs: update My Pages auth UI, custom domain plan entitlement, and 2026-09-03 changelog - User-Guide:-My-Pages.md: add web console UI steps for Basic Auth (PR #5557 added the UI; previously only MCP tools were available). Remove the Current Limitations entry that said auth was MCP-only. - User-Guide:-Custom-Domains.md: clarify that custom domains are available on all paid plans including Basic (PR #5566 removed the isPaidPlan gate). - Platform-Changelog.md: add 2026-09-03 section covering osaas-app v8.2.0, osaas-ai v8.2.0, and osaas-deploy-manager v8.0.1.
docs: add My Pages Basic Auth and update platform changelog - User-Guide:-My-Pages: add Password-Protecting a Site section documenting set-my-page-auth / remove-my-page-auth MCP tools (osaas-ai#1821); add MCP example snippet; note web console limitation in Current Limitations - Platform-Changelog: add 2026-09-02 entries (osaas-app v8.0.2, osaas-ai v8.1.0 with auth tools and create-service-instance fix) and 2026-09-01 entries (osaas-app v7.111.0 param-store and migration fixes); trim entries older than 90 days Co-Authored-By: Claude <noreply@anthropic.com>
docs(my-pages): document two new MCP upload tools and Manage icon - Expand the three-step agent flow description to mention all three upload variants: upload-my-page-files, upload-my-page-files-from-url, and get-my-page-upload-urls - Add dedicated sections for both new tools: URL-sourced upload and presigned upload targets for programmatic/client-side use - Add note about the Manage icon button (arrow-out-of-box) on the My Pages list row, linking to the site detail view (PR #5516) Sources: osaas-ai PR #1815, #1816, #1817; osaas-app PR #5516 Co-Authored-By: Claude <noreply@anthropic.com>
docs(my-pages): document custom domain management (PR #5514)
docs: document My Pages CLI integration (osc web publish) - User-Guide:-My-Pages.md: add 'Publishing via the OSC CLI' section documenting 'osc web publish <name> <dir>' (shipped in @osaas/cli v4.33.1, EyevinnOSC/client-ts#153), plus a v1 Current Limitations section (no custom domain/CDN, no SPA fallback, no custom headers, no redirect rules, no cache-control tuning), and tightened the page name rule (3-52 chars, must start/end with a letter or digit) - Developer-Guide:-Hosting-a-static-website.md: replace the stale 'web publish -s <name> <dir>' / MinIO-bucket walkthrough (removed in client-ts#153) with the current My Pages-backed command and output; kept the MinIO/CDN path as an explicit 'Option B' for users who need custom domains or per-object storage control - User-Guide:-Publish-Web-Application.md: fix Method 1 Step 5/6, which described the old MinIO bucket + CDN URL/config flow that no longer applies now that 'web publish' always targets My Pages - User-Guide:-OSC-CLI.md: add 'web publish' to the Command Reference - URL-Patterns.md: add the '{name}.pages.osaas.io' pattern - Platform-Changelog.md: add 2026-08-31 entry for @osaas/cli v4.33.1 Note: the docs prompt for this change also asserted a '{name}.pages.liivo.io' URL for Liivo-branded tenants. Verified against osaas-deploy-manager's src/apps/mypage.ts (pagesDomainSuffix/ buildPageUrl) that this is NOT implemented; the Liivo brand suffix is explicitly out of scope pending an unresolved Route53 write-access question. Left undocumented rather than publishing an inaccurate URL. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
docs: 2026-08-31 daily docs review - Add visibility control (Draft/Published/Unlisted) to Feature:-Skills-and-Prompts - Create User-Guide:-My-Pages for the new top-level My Pages dashboard feature - Update Developer-Guide:-Hosting-a-static-website with My Pages update flow and link to new guide - Update Platform-Changelog with osaas-app v7.109.0 and osaas-ai v7.89.0 releases