refactor: centralize compact date formatting
This commit is contained in:
@@ -159,6 +159,9 @@ def build() -> dict[str, Any]:
|
||||
{"function": "finite_number", "path": "backend/data/numbers.py"},
|
||||
{"function": "non_nan_number", "path": "backend/data/numbers.py"},
|
||||
],
|
||||
"date_formatting": [
|
||||
{"function": "display_compact_date", "path": "backend/bootstrap/config.py"},
|
||||
],
|
||||
"llm_entrypoints": [
|
||||
{"function": "stream_with_mentor", "path": "backend/features/mentor/agent.py"},
|
||||
{"function": "interpret_heaven", "path": "backend/features/heaven/agent.py"},
|
||||
|
||||
Reference in New Issue
Block a user