constructive-architecture
Installation
SKILL.md
Constructive Platform Architecture Overview
Concise reference for agents that need platform details beyond the phase instructions.
Core Model
- Constructive is a PostgreSQL-first app platform with generated GraphQL APIs.
- Users are organizations. A user's personal org is created at sign-up, and
user.idis the org id used by entity-scoped tables. - App developers should work through SDK-level APIs, not raw SQL internals.
Platform Baseline
Before app provisioning begins, the local constructive database must already be a real Constructive platform deployment.
Minimum proof:
metaschema_public.databaseexistshttp://auth.localhost:3000/graphqlresponds as the platform auth endpointhttp://api.localhost:3000/graphqlresponds as the platform API endpoint