For the complete documentation index, see llms.txt.

Documentation

Repository docs

This route renders the repository README and markdown under docs/ .

Source: docs/GLOSSARY.md

Rendered document

docs/GLOSSARY.md

Parsed server-side (markdown to HTML in the app). Same bytes you get from the checkout.

Glossary

TermDefinition
BlueprintVisual preview of the deploy pipeline before anything runs
Build verificationSD Artifacts step that test-builds the Railpack plan during scan
CodeBuildAWS service that runs the Docker/static build during deploy
Deploy briefingMarkdown summary produced at end of Smart Analysis
Deploy shapeScan classification: static, static_build, server, multi, existing_docker
Deploy unitOne buildable unit in a scan (name, root path, Railpack plan, port)
Deployment AgentRead-only AI that inspects deployments via tools (list, details, history, health)
Deployment event bridgeHTTP path from the ECS deployment runner back to the WebSocket worker for live deploy:log / deploy:steps events
Deployment launcherLambda function triggered by SQS that starts the ECS deployment runner task
Deployment queueSQS FIFO queue that buffers deploy runs before execution
Deployment runnerShort-lived ECS Fargate task (deployment-runner.js) that executes the deploy pipeline for one run
Deployment targetecs (Fargate container) or static_s3 (static hosting)
ECS FargateAWS serverless containers used for Railpack and Dockerfile deploys
Failure codeStructured deploy failure identifier (for example DEPLOYMENT_VERIFICATION_FAILED)
Failure classificationSummary, likely cause, evidence, and retryable flag for a failed run
Hosted subdomainUser-chosen hostname label on the platform domain
Improve scanFeedback flow to SD Artifacts to fix scan/build plan after failures
MiseRuntime/toolchain manager used inside Railpack builds
Package pathRepo-relative directory scoped for a service scan (for example apps/web)
RailpackBuild system generating plans and container images from repo analysis
Railpack planJSON build spec (steps, deploy.startCommand) used as CodeBuild input
Release artifactStored ECR image or S3 path metadata for a successful deploy
Runtime healthOngoing probes of app HTTP, ECS, and ALB after deploy succeeds
SD ArtifactsBackend service for scan, Railpack, build verification, and improve-scan
Service catalogList of detected deployable services on a repo page
Smart AnalysisUser-facing name for the repo scan / analyze stream
Verify stepPost-deploy HTTP probes until app responds or timeout
WebSocket workerLong-lived process for real-time UI, Deployment Agent, runtime health, and relaying live deploy logs from ECS tasks