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 c7e2200381
commit d9cb096663
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)