Extract character slot policy

This commit is contained in:
2026-06-27 08:30:41 +02:00
parent 3f251a6bb7
commit e9cc75bd5f
7 changed files with 484 additions and 244 deletions
+4 -4
View File
@@ -10,6 +10,7 @@ try:
character_body_choices,
character_descriptor_detail_choices,
character_eye_color_choices,
character_figure_choices,
character_hair_color_choices,
character_hair_length_choices,
character_hair_style_choices,
@@ -23,11 +24,10 @@ try:
character_profile_choices,
load_character_profile_json,
)
from .character_slot import build_character_slot_json
from .prompt_builder import (
build_character_profile_json,
build_character_slot_json,
character_ethnicity_choices,
character_figure_choices,
character_hardcore_clothing_state_choices,
character_hardcore_clothing_values,
character_softcore_outfit_source_choices,
@@ -41,6 +41,7 @@ except ImportError: # Allows local smoke tests from the repository root.
character_body_choices,
character_descriptor_detail_choices,
character_eye_color_choices,
character_figure_choices,
character_hair_color_choices,
character_hair_length_choices,
character_hair_style_choices,
@@ -54,11 +55,10 @@ except ImportError: # Allows local smoke tests from the repository root.
character_profile_choices,
load_character_profile_json,
)
from character_slot import build_character_slot_json
from prompt_builder import (
build_character_profile_json,
build_character_slot_json,
character_ethnicity_choices,
character_figure_choices,
character_hardcore_clothing_state_choices,
character_hardcore_clothing_values,
character_softcore_outfit_source_choices,