Mercury Genesys Token Calculator
This commit is contained in:
@@ -28,6 +28,7 @@ REPO = Path(__file__).resolve().parent.parent
|
||||
# full check set, including the tagged-cell taxonomy.
|
||||
NOTEBOOK_FIRST = {
|
||||
"assessments/CX_Discovery_Workshop/notebooks/cx_discovery.ipynb",
|
||||
"calculators/Genesys_Token_Calculator/notebooks/genesys_token_calculator.ipynb",
|
||||
}
|
||||
|
||||
# Structural tier only, each with its recorded reason (see CLAUDE.md,
|
||||
@@ -63,7 +64,7 @@ UNIQUE_TAGS = ("topic-bank", "engagement-data", "gate", "data-appendix")
|
||||
def discover() -> list[str]:
|
||||
"""Every notebook on disk under the master roots (repo-relative)."""
|
||||
found: list[str] = []
|
||||
for base in ("studies", "assessments", "template"):
|
||||
for base in ("studies", "assessments", "calculators", "template"):
|
||||
root = REPO / base
|
||||
if not root.is_dir():
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user