Sprint 12May 2, 2026
Imagined Ware is the company. 6cript is the product. The public site is now a full company platform.
- PlatformImagined Ware company homepage at /
- New6cript moved to its own product page at /products/6cript
- NewProduct ecosystem page at /products
- NewCompany / News / Changelog / Download / Contact pages
- DesignMega-menu nav with company-first information architecture
Sprint 11May 2, 2026
Brand designer assets are in. Imagined Ware mark, full lockup, and favicon ship across the site.
- DesignReal Imagined Ware mark + lockup throughout
- NewProduct / company / AI persona names split cleanly
- ImprovedAI system prompts identify as “6cript, a product by Imagined Ware”
- PlatformBrand constants centralised in src/lib/brand.ts
Sprint 10May 2, 2026
Records changing in your tables now trigger drafts in your outbox — exactly once per event/workflow pair.
- Newproject_event_deliveries table with UNIQUE (event_id, automation_id)
- SafetySend is still operator-gated. Drafts only.
- PlatformprocessProjectEventWorkflows runtime, called best-effort from /api/data
- DesignWorkflowsPanel + DraftsPanel show plain-English origin labels
Sprint 9May 1, 2026
Homepage prompt → auth modal → auto-created project → autopilot first turn. All without losing what you typed.
- NewAtomic pending-prompt + per-project autostart sessionStorage handshake
- NewReal Google OAuth via Supabase
- ImprovedRefresh-safe: re-load never re-creates a project
- SafetyApple kept disabled until configured — no fake buttons
Sprint 8May 1, 2026
The product became a teammate. Plain-English asks now route to assistants, workflows, or drafts instead of forms-only.
- NewAutopilot intent router
- NewAssistants surface for customer-support / sales agents
- NewWorkflows panel with manual / scheduled / event triggers
- NewDrafts panel — every outbound message lands here for approval
Sprint 7April 30, 2026
Six builder modes consolidated into operator-friendly tabs (App, Saved Views, Records, Brand, Share, Settings).
- DesignThree-column workspace: sidebar / chat / preview
- ImprovedSettings collapses Plan, Test, History under one roof
- DesignMobile chat drawer for <md screens
Sprint 6April 29, 2026
New violet-driven prism palette, motion language, and a hard-default light theme that respects an explicit user toggle.
- DesignPrism violet/magenta/mint/gold token system
- DesignPlus Jakarta Sans across both display + body
- PlatformOS dark-mode preference no longer auto-flips the theme
Sprint 5April 24, 2026
Three pre-cooked demo workspaces and a full searchable documentation site.
- NewSunrise Provisions, school admin, and church demo seeders
- New/docs with category nav, search, and deep links
Sprint 4April 21, 2026
A pre-flight checklist that scores how ready a project is to share with real users.
- NewPer-project readiness percentage
- NewLaunch checklist grouped by domain
- ImprovedDashboard cards show readiness chip at a glance
Sprint 3April 17, 2026
Blueprints, scenes, tasks, and schema checkpoints all moved from localStorage into owner-scoped database rows.
- PlatformOwner-scoped row-level security on every project table
- SafetySchema checkpoints before AI-driven structural moves
- ImprovedWorkspace state survives device + browser changes
Sprint 2April 12, 2026
Read-only share links, full project export, and a transparent registry of which external services a project uses.
- NewRead-only preview pages with rotatable tokens
- NewJSON + Markdown export package
- NewIntegrations card list with secret-configured status only
Sprint 1April 5, 2026
Plan, Build, Design, Data, Test, Deploy — the six AI-driven workspaces that became the original 6cript loop.
- NewMode-aware AI engine with per-mode system prompts
- NewSchema-driven dynamic renderer for forms, tables, charts
- NewInitial Supabase schema + RLS policies