From cf956ab7581c743c7e22d99f9d2a16aa23bf5355 Mon Sep 17 00:00:00 2001 From: Anders Lehmann Pier Date: Fri, 13 Jun 2025 13:33:58 +0200 Subject: [PATCH] Update emergency-recovery.md --- workflow/emergency-recovery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/emergency-recovery.md b/workflow/emergency-recovery.md index 03588ee..f636842 100644 --- a/workflow/emergency-recovery.md +++ b/workflow/emergency-recovery.md @@ -11,7 +11,7 @@ ### Recovery Steps #### 1. Immediate Assessment -``` +```markdown # Emergency Context Recovery Protocol I've lost context about this project's current state. Please help me reconstruct our situation: @@ -201,7 +201,7 @@ git cherry-pick [commit-hash] - Features not integrating well #### Recovery Process -``` +```markdown # Architecture Drift Analysis and Recovery Our current implementation seems to have drifted from our original architectural intentions. Please help analyze and resolve this: @@ -280,4 +280,4 @@ Provide specific, actionable recommendations for resolving architecture uncertai - **Documentation Backup**: Export knowledge base regularly - **Contact Lists**: Maintain list of helpful community members -Remember: Most "emergencies" can be prevented with good daily habits. When they do occur, stay calm and work through recovery procedures systematically. \ No newline at end of file +Remember: Most "emergencies" can be prevented with good daily habits. When they do occur, stay calm and work through recovery procedures systematically.