cognitive improvements for all ai prompts

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-13 11:27:06 +02:00
parent e1dcc0ef5d
commit a2ca7fe944
21 changed files with 157 additions and 176 deletions
+8 -1
View File
@@ -20,7 +20,7 @@ Use this skill to implement, edit, review, and prepare pull-request-ready change
1. Keep behavior explicit, minimal, and inference-focused.
2. Match existing diffusers architecture and code patterns.
3. Preserve numerical behavior unless a behavior change is explicitly required.
3. Preserve numerical behavior unless a behavior change is explicitly documented in the task requirements.
4. Produce change sets that are clean, reviewable, and PR-ready.
## Hard Rules
@@ -35,6 +35,13 @@ Use this skill to implement, edit, review, and prepare pull-request-ready change
## Code Structure Rules
Apply these grouped checks in priority order:
1. Model-level structure and forward-path clarity.
2. Attention and processor integration consistency.
3. Pipeline runtime behavior and inference API expectations.
4. Scheduler config and mixin conformance.
### Models
- Use ModelMixin patterns and register constructor args with register_to_config.