docs: add resolve-production-issue command workflow#256
Conversation
Add a dedicated Cursor command for production incident handling that mirrors resolve-issue principles while enforcing the hotfix path: preprod validation, hotfix-to-master promotion, and mandatory downstream merges to staging and dev. Made-with: Cursor
|
🍹 The Update for mottych/purposepath-coaching-api/preprod (at a6b50d1) was successful. ✨ Neo ExplanationThis update deploys a new version of the coaching API to the preprod environment by swapping the Lambda function to a freshly built Docker image. No infrastructure changes are involved — only the application code running inside the container is being updated.Root Cause AnalysisA new version of the coaching API Docker image has been built and is being deployed to the preprod environment. The build was triggered with a fresh Dependency ChainA new Docker image ( Risk analysisNo stateful resources are being replaced or deleted. This is a straightforward Lambda container image swap in preprod, with 21 resources unchanged. Resource Changes Name Type Operation
~ coaching-api aws:lambda/function:Function update
~ coaching-image docker:index/image:Image update
|
Summary
.cursor/commands/resolve-production-issue.mdresolve-issue.mdand adapt to production hotfix flowhotfix -> master -> staging -> devpromotion sequenceValidation