## Phase 8: Enterprise Extractor Improvements ✅ - 14 security extractors (TLS, JWT, SQL injection, XSS, etc.) - 10 framework-specific extractors (Spring, Django, Rails, etc.) - Config file security detection (YAML, TOML) ## Phase 9: Autonomous Extractor Generation ✅ - Shadow mode executor with TP/FP tracking - Graduation pipeline with confidence thresholds - Auto-rollback on regression detection - Cross-project pattern syncing ## UAT Suite Complete (14 scripts, 90 tests) - test-core-detection.sh (6 tests) - test-declarative-extractors.sh (5 tests) - test-domain-frameworks.sh (5 tests) - test-domain-unreal.sh (3 tests) - test-llm-extraction.sh (6 tests) - test-eval-harness.sh (5 tests) - test-cross-language.sh (3 tests) - test-precommit-performance.sh (4 tests) - test-output-formats.sh (8 tests) - test-drift-detection.sh (6 tests) - test-exit-codes.sh (12 tests) + 3 more scripts ## Other Changes - Updated roadmap to mark Phase 8-9 complete - Added .gitignore entries for build artifacts - Updated pre-commit: 800 line limit, exclude tests/data/cmd Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
32 lines
1008 B
JSON
32 lines
1008 B
JSON
{
|
|
"name": "video-renderer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Remotion video renderer for pitch and marketing videos",
|
|
"scripts": {
|
|
"studio": "remotion studio --port 24042",
|
|
"render": "remotion render ExpertConversation",
|
|
"render:pitch": "remotion render PitchVideo --output out/stemedb-pitch.mp4",
|
|
"render:pitch:preview": "remotion render PitchVideo --output out/stemedb-pitch-preview.mp4 --quality 50",
|
|
"render:api": "tsx src/render.ts",
|
|
"render:pitch:api": "tsx src/render-pitch.ts"
|
|
},
|
|
"dependencies": {
|
|
"@remotion/bundler": "4.0.373",
|
|
"@remotion/media-utils": "4.0.373",
|
|
"@remotion/renderer": "4.0.373",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"remotion": "4.0.373"
|
|
},
|
|
"devDependencies": {
|
|
"@remotion/cli": "4.0.373",
|
|
"@remotion/tailwind-v4": "4.0.373",
|
|
"@tailwindcss/postcss": "^4.1.0",
|
|
"@types/react": "^19.0.0",
|
|
"tailwindcss": "^4.1.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "~5.7.2"
|
|
}
|
|
}
|