clean up agent-betraying comments; fix stale test names
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
dcfd8b054e
commit
6b60e0131f
2 changed files with 15 additions and 15 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
"""
|
"""
|
||||||
template — One-Shot YAML Template Generator.
|
template — One-Shot YAML Template Generator.
|
||||||
|
|
||||||
Wandelt den inferierten k-ORE/SORE/CHARE regulären Ausdruck zurück
|
Converts an inferred k-ORE/SORE/CHARE expression back into
|
||||||
in ein menschenlesbares YAML-Skelett für LLM-Prompts.
|
a human-readable YAML skeleton.
|
||||||
|
|
||||||
Der Generator erzeugt:
|
Generates:
|
||||||
- Ein YAML-Grundgerüst mit Platzhaltern
|
- A YAML scaffold with placeholders
|
||||||
- Kommentare mit Kardinalitätshinweisen:
|
- Cardinality annotations:
|
||||||
* # PFLICHT: Genau 1 mal erforderlich
|
* # REQUIRED: Exactly 1
|
||||||
* # PFLICHT: 1 oder mehrmals erforderlich
|
* # REPEATED: 1 or more
|
||||||
* # OPTIONAL: 0 oder 1 mal (darf weggelassen werden)
|
* # OPTIONAL: 0 or 1
|
||||||
* # OPTIONAL: 0 oder mehrmals
|
* # VARIABLE: 0 or more
|
||||||
* # WAHLWEISE: alternatives Modul
|
* # CHOOSE: alternative module
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -393,13 +393,13 @@ def run_all():
|
||||||
test_expr_utils,
|
test_expr_utils,
|
||||||
test_idregex_deterministic,
|
test_idregex_deterministic,
|
||||||
test_complete_koa,
|
test_complete_koa,
|
||||||
test_integration_quartz_deploy,
|
test_integration_linear_sequence,
|
||||||
test_integration_validate_system,
|
test_integration_optional_tasks,
|
||||||
test_integration_docker_detect_branch,
|
test_integration_branching_paths,
|
||||||
test_integration_firewall_gating,
|
test_integration_conditional_tasks,
|
||||||
test_integration_idregex_linear,
|
test_integration_idregex_linear,
|
||||||
test_integration_ikoa_linear,
|
test_integration_ikoa_linear,
|
||||||
test_integration_backup_restic,
|
test_integration_looping_tasks,
|
||||||
]
|
]
|
||||||
passed = 0
|
passed = 0
|
||||||
failed = 0
|
failed = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue