backup materials and knowledge-base docs

This commit is contained in:
admin
2026-05-30 16:22:29 +08:00
commit 93e50e8fce
3024 changed files with 2994945 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
# Error Handling
## Parse Errors
**Symptom:** Cannot read improvement plan
**Solutions:**
- Verify file exists and is readable
- Check file follows expected format
- Ensure proper markdown structure
## Conflict Errors
**Symptom:** Multiple changes to same content
**Solutions:**
- Apply highest priority change
- Flag conflict for manual review
- Document decision in report
## Edit Failures
**Symptom:** Cannot find current content to replace
**Solutions:**
- Verify current content matches exactly
- Check line numbers are correct
- File may have been modified externally
- Skip change and document in report
## Verification Failures
**Symptom:** Update broke skill structure
**Solutions:**
- Restore from backup
- Review conflicting changes
- Apply changes individually
- Skip problematic changes