## 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>
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "disputed",
|
|
"displayName": "Disputed - Your Knowledge Graph, Always Listening",
|
|
"description": "Extract and track claims from audio and text",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"author": "Orchard9",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "cargo tauri",
|
|
"tauri:dev": "cargo tauri dev",
|
|
"tauri:build": "cargo tauri build",
|
|
"lint": "eslint src --max-warnings 0",
|
|
"typecheck": "tsc --noEmit",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,css,md}\"",
|
|
"format:check": "prettier --check \"src/**/*.{ts,tsx,css,md}\"",
|
|
"check": "npm run lint && npm run typecheck && npm run format:check"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.4.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
|
|
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
|
|
"@tauri-apps/plugin-log": "^2.4.0",
|
|
"@tauri-apps/plugin-notification": "^2.0.0",
|
|
"@tauri-apps/plugin-os": "^2.2.1",
|
|
"@tauri-apps/plugin-shell": "^2.2.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.563.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@tauri-apps/cli": "^2.4.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.0",
|
|
"prettier": "^3.4.2",
|
|
"tailwindcss": "^4.0.0",
|
|
"terser": "^5.46.0",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.54.0",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|