feat: robust metric extraction with confidence score and proof snippets
- fixed Year-Prefix Bug in MetricParser - added metric_confidence and metric_proof_text to database - added Entity-Check and Annual-Priority to LLM prompt - improved UI: added confidence traffic light and mouse-over proof tooltip - restored missing API endpoints (create, bulk, wiki-override)
This commit is contained in:
1
company-explorer/frontend/node_modules/tailwindcss/stubs/.npmignore
generated
vendored
Normal file
1
company-explorer/frontend/node_modules/tailwindcss/stubs/.npmignore
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!*
|
||||
1062
company-explorer/frontend/node_modules/tailwindcss/stubs/config.full.js
generated
vendored
Normal file
1062
company-explorer/frontend/node_modules/tailwindcss/stubs/config.full.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
company-explorer/frontend/node_modules/tailwindcss/stubs/config.simple.js
generated
vendored
Normal file
7
company-explorer/frontend/node_modules/tailwindcss/stubs/config.simple.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
content: [],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
6
company-explorer/frontend/node_modules/tailwindcss/stubs/postcss.config.cjs
generated
vendored
Normal file
6
company-explorer/frontend/node_modules/tailwindcss/stubs/postcss.config.cjs
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
6
company-explorer/frontend/node_modules/tailwindcss/stubs/postcss.config.js
generated
vendored
Normal file
6
company-explorer/frontend/node_modules/tailwindcss/stubs/postcss.config.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
2
company-explorer/frontend/node_modules/tailwindcss/stubs/tailwind.config.cjs
generated
vendored
Normal file
2
company-explorer/frontend/node_modules/tailwindcss/stubs/tailwind.config.cjs
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = __CONFIG__
|
||||
2
company-explorer/frontend/node_modules/tailwindcss/stubs/tailwind.config.js
generated
vendored
Normal file
2
company-explorer/frontend/node_modules/tailwindcss/stubs/tailwind.config.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default __CONFIG__
|
||||
3
company-explorer/frontend/node_modules/tailwindcss/stubs/tailwind.config.ts
generated
vendored
Normal file
3
company-explorer/frontend/node_modules/tailwindcss/stubs/tailwind.config.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { Config } from 'tailwindcss'
|
||||
|
||||
export default __CONFIG__ satisfies Config
|
||||
Reference in New Issue
Block a user