Extract Krea action climax helpers

This commit is contained in:
2026-06-26 16:18:56 +02:00
parent c08af2c14a
commit f6d6dfffb4
4 changed files with 200 additions and 177 deletions
+7 -4
View File
@@ -278,6 +278,7 @@ Edit targets:
- Krea2 action rewrite orchestration: `krea_formatter.py`.
- Krea2 non-POV position anchors/arrangements: `krea_action_positions.py`.
- Krea2 non-climax item/detail cleanup: `krea_action_details.py`.
- Krea2 climax role/detail cleanup: `krea_action_climax.py`.
- Krea2 non-POV action rewrite: `krea_actions.py`.
- Krea2 POV position rewrite: `krea_pov_actions.py`.
@@ -471,8 +472,9 @@ What each part owns:
- `krea_action_details.py`: normalizes non-climax item/detail text and dedupes
foreplay, outercourse, oral, penetration, toy/double-contact, and anchor
details.
- `krea_actions.py`: rewrites non-POV hardcore action sentences and handles
climax-specific role/detail cleanup.
- `krea_action_climax.py`: rewrites climax role graphs and dedupes aftermath
detail/view clauses.
- `krea_actions.py`: dispatches non-POV hardcore action sentence rewriting.
- `krea_pov_actions.py`: rewrites POV variants with first-person geometry.
Current broad hardcore families:
@@ -562,6 +564,7 @@ Key Krea2 ownership:
- Action context and family predicates: `krea_action_context.py`.
- Non-POV pose anchors and arrangements: `krea_action_positions.py`.
- Non-climax item/detail cleanup: `krea_action_details.py`.
- Climax role/detail cleanup: `krea_action_climax.py`.
- Non-POV hardcore action sentence: `krea_actions.hardcore_action_sentence`.
- POV labels, filtering, and camera/composition support: `krea_pov.py`.
- Detail clause splitting and density limiting: `krea_detail.py`.
@@ -752,8 +755,8 @@ Use these traces to narrow a problem in one pass.
4. If raw `item` differs but Krea output looks identical, inspect
`krea_action_context.py` family predicates first, then
`krea_action_positions.py` pose anchors/arrangements,
`krea_action_details.py` item/detail cleanup, and `krea_actions.py` action
sentence dispatch.
`krea_action_details.py` item/detail cleanup, `krea_action_climax.py`
climax cleanup, and `krea_actions.py` action sentence dispatch.
### POV position is spatially wrong