Fix critical enhancement hanging bug caused by nil context in content injection

Replace nil context with context.Background() in content.go to prevent database operations from hanging indefinitely. Clean up outdated documentation files and add current project structure analysis.
This commit is contained in:
2025-10-26 21:26:48 +01:00
parent b46f643df7
commit 448b66a974
10 changed files with 1351 additions and 1001 deletions

View File

@@ -15,7 +15,7 @@ server:
- site_id: "blog"
path: "./demos/blog_enhanced"
source_path: "./demos/blog/"
auto_enhance: true
auto_enhance: false
- site_id: "default"
path: "./demos/default_enhanced"
source_path: "./demos/default"