Overview
| Store |
SDK ver |
Source files |
Tests |
Test ratio |
CI workflows |
Compliance |
D1 migrations |
Stage |
| FAS |
0.14.11 |
194 |
81 |
0.42 |
11 |
20 |
~10 |
Production |
| PAS |
1.16.10 |
293 |
98 |
0.33 |
11 |
42 |
27 |
Production |
| FGS |
0.14.0 |
119 |
31 |
0.26 |
4 |
38 |
— |
Post-beta |
| FWS |
— |
103 |
192 |
1.87 |
7 |
— |
— |
Production |
| PWS |
— |
135 |
398 |
2.95 |
2 |
— |
— |
Production (pivoting) |
| FAGS |
0.1.0 |
354 |
60 |
0.17 |
6 |
9 |
— |
Early beta |
| PAGS |
0.1.0 |
79 |
19 |
0.24 |
4 |
6 |
9 |
Early beta |
| PGS |
0.1.0 |
112 |
31 |
0.28 |
4 |
— |
— |
Scaffold |
By dimension
Test discipline (test ratio = tests / source files)
- PWS: 2.95 (exceptional)
- FWS: 1.87 (strong)
- FAS: 0.42 (adequate)
- PAS: 0.33 (adequate)
- PGS: 0.28 (minimal)
- FGS: 0.26 (minimal)
- PAGS: 0.24 (weak)
- FAGS: 0.17 (weak — worst ratio, largest codebase)
CI/CD maturity (workflow count)
- FAS: 11 (deploy per-service, smoke, quality, publish, e2e, deprecate)
- PAS: 11 (same pattern)
- FWS: 7 (per-service deploys + smoke)
- FAGS: 6 (deploy-agents, deploy-store, deploy-host, deploy-mcp, ci, publish)
- FGS: 4 (ci, publish, quality, prod-smoke) — companion repos have own CI
- PGS: 4 (ci, prod-smoke, publish, quality)
- PAGS: 4 (ci, deploy-api, deploy-host, publish)
- PWS: 2 (ci + deploy — compensated by test coverage)
Compliance enforcement
- PAS: 42 checks
- FGS: 38 checks
- FAS: 20 checks
- FAGS: 9 checks (agent-specific)
- PAGS: 6 checks
- FWS: 0 (baked into agent, not extracted)
- PWS: 0
- PGS: 0
Database schema maturity (D1 migrations)
- PAS: 27 migrations (users, subscriptions, apps, listings, payouts, domains, webhooks, analytics, services)
- FAS: ~10 migrations (users, apps, kv, routes, logs, webhooks, roles, invitations)
- PAGS: 9 migrations (agents, instances, keys, profiles, notifications, analytics)
- PGS: 0 (auth worker has schema.sql but no migrations in platform)
- FGS/FWS/PWS/FAGS: manage schema differently (DOs, KV, or separate repos)
Maturity tiers
Tier 1: Production (shipping, stable, iterated)
- FAS — flagship, 11 CI workflows, 20 compliance checks, real apps live
- PAS — most mature SDK (1.16.10), 42 compliance checks, Stripe live
- FWS — high test coverage, 108 templates, live AI agent
Tier 2: Production with caveats
- PWS — exceptional tests but mid-architecture-pivot
- FGS — 50+ games live but SDK components untested
Tier 3: Early beta (deployed, working, first users)
- FAGS — 53 agents live but weak test coverage
- PAGS — marketplace backend works but 0.1.0 SDK
Tier 4: Scaffold (broken or incomplete)
- PGS — CLI fails, no host worker, missing infrastructure