feat(iit): harden QC pipeline consistency and release artifacts

Implement IIT quality workflow hardening across eQuery deduplication, guard metadata validation, timeline/readability improvements, and chat evidence fallbacks, then synchronize release and development documentation for deployment handoff.

Includes migration/scripts for open eQuery dedupe guards, orchestration/status semantics, report/tool readability fixes, and updated module status plus deployment checklist.

Made-with: Cursor
This commit is contained in:
2026-03-08 21:54:35 +08:00
parent ac724266c1
commit a666649fd4
57 changed files with 28637 additions and 316 deletions

View File

@@ -44,3 +44,4 @@ WHERE EXISTS (SELECT 1 FROM information_schema.tables WHERE table_name = 'genera
SELECT 'general_messages表已创建' AS status
WHERE EXISTS (SELECT 1 FROM information_schema.tables WHERE table_name = 'general_messages');