temps-best-practices
Installation
SKILL.md
Temps Best Practices
Best practices for application code that runs on Temps. This skill owns the runtime contract and production observability; use temps-cli for platform operations.
Required workflow
- For any deployable application, read references/runtime-contract.md.
- When any telemetry or replay is enabled, read references/telemetry-hygiene.md.
- Read only the reference for each observability pillar in scope.
- Determine the deployment source. For repository builds, inspect and merge
.temps.yaml; for image/static deployments, inspect the deployment health-path override because no repository config is available. - Run the runtime and telemetry verification checklists before considering the work complete.
Runtime contract summary
Every web application should expose a dedicated health endpoint. Repository builds configure it in .temps.yaml under the project's effective Temps Root Directory / Docker build context: