chore: initial import

This commit is contained in:
2026-07-24 21:37:03 +02:00
commit 6b4ed9bc36
111 changed files with 95131 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
"""Shared constants for the versioned plan/tracker contract."""
PLAN_SCHEMA_VERSION = 3
CONTRACT_VERSION = 2
TRACKER_SCHEMA_VERSION = 7
RESULT_DATA_VERSION = 2
PROMPT_VERSION = 5
ANALYSIS_SCHEMA_VERSION = 3
PROGRESSION_NORMALIZATION_VERSION = 5