feat(explorer): implement v0.7.0 quantitative potential analysis (cascade logic & metric extraction)

This commit is contained in:
2026-01-20 16:38:05 +00:00
parent 76d801c1d6
commit 103287c12b
6 changed files with 483 additions and 417 deletions

View File

@@ -10,7 +10,7 @@ try:
class Settings(BaseSettings):
# App Info
APP_NAME: str = "Company Explorer"
VERSION: str = "0.6.1"
VERSION: str = "0.7.0"
DEBUG: bool = True
# Database (Store in App dir for simplicity)