feat(ssa): Complete T-test end-to-end testing with 9 bug fixes - Phase 1 core 85% complete. R service: missing value auto-filter. Backend: error handling, variable matching, dynamic filename. Frontend: module activation, session isolation, error propagation. Full flow verified.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-19 20:57:00 +08:00
parent 8137e3cde2
commit 49b5c37cb1
86 changed files with 21207 additions and 252 deletions

View File

@@ -2,6 +2,9 @@
-- 创建 8 张新表用于支持完整的 Agent 功能
-- 日期: 2026-02-07
-- Enable pgvector extension for embedding support
CREATE EXTENSION IF NOT EXISTS vector;
-- CreateTable: iit_skills (Skill 配置存储)
CREATE TABLE "iit_schema"."skills" (
"id" TEXT NOT NULL,