Releases
v0.2.0
Compare
Sorry, something went wrong.
No results found
Changed
Restructured from 4 plugins to 1 sequenced workflow — replaced disconnected skill plugins (multi-tenant-platform, graduated-auth, neon-multi-tenant, theme-inspired-tokens) with a single webplatform4sync plugin exposing 9 numbered commands
Updated .claude-plugin/marketplace.json to register 1 plugin instead of 4
Added
9 sequenced commands (wp4s1_discover through wp4s9_status) that guide users through Platform4Sync standard stack adoption in order:
wp4s1_discover — Scan project against the standard, write .p4s/status.json
wp4s2_scaffold — Generate project structure (greenfield/brownfield/overlay)
wp4s3_tenant — Set up 3-tier tenant model with RLS
wp4s4_database — Neon branch strategy, Drizzle ORM, Hyperdrive
wp4s5_auth — Firebase identity, Better Auth sessions, graduated auth
wp4s6_tokens — Culturally-grounded design tokens, W3C DTCG, Tailwind 4
wp4s7_deploy — Cloudflare Worker deployment, Doppler, DNS, health checks
wp4s8_validate — Tenant, token, RLS, and contract validation
wp4s9_status — Adoption checklist with next-step recommendation
Persistent state via .p4s/status.json — every command reads and updates this file to track progress across sessions
.claude-plugin/plugin.json — single plugin manifest with 9 command references
Removed
skills/multi-tenant-platform/plugin.json — no longer standalone plugins
skills/graduated-auth/plugin.json — no longer standalone plugins
skills/neon-multi-tenant/plugin.json — no longer standalone plugins
skills/theme-inspired-tokens/plugin.json — no longer standalone plugins
Unchanged
All skills/*/skill.md files remain as reference material loaded by commands
All skills/*/references/ and skills/*/templates/ remain unchanged
shared/ directory (conventions, contracts, validation) unchanged
scaffold/ directory (greenfield, brownfield, overlay) unchanged
You can’t perform that action at this time.