Initialize new Insites project with modules
EXECUTION MODE: STRICTLY SEQUENTIAL
This file defines a strict, non-interpretable execution process. You MUST execute every step exactly as written, in order, without omission, substitution, optimization, or commentary.
Constraints
.insites file in the current directory: PROJECT_ROOT=$(find "$(pwd)" -maxdepth 1 -name ".insites" -type f | head -n 1 | xargs dirname)
insites-cli env list
Initialize Insites project structure:
insites-cli init
Verify that the following directories exist under app/:
app/views/pages/app/views/partials/app/views/layouts/app/lib/commands/app/lib/queries/app/graphql/app/schema/app/migrations/Create missing directories only if absent. Do not add extras.
Deploy the project to staging:
cd <PROJECT_ROOT> && insites-cli deploy staging
Inspect staging logs for errors:
cd <PROJECT_ROOT> && insites-cli logsv2 staging
Any errors in logs constitute failure.
Confirm all items below:
insites-cli init completed successfullyEXECUTE IMMEDIATELY