mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
cognitive improvements for all ai prompts
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: check-scripts
|
||||
description: "Audit scripts/*.py and verify Script override contracts (init/title/show) plus ui() output compatibility with run() or process() parameters."
|
||||
description: "Run a phased scripts audit in scripts/*.py: validate Script overrides (init/title/show) first, then verify ui() output compatibility with run() or process() parameters."
|
||||
argument-hint: "Optionally focus on a subset of scripts or only run-vs-ui or process-vs-ui checks"
|
||||
---
|
||||
|
||||
@@ -126,4 +126,4 @@ A full pass requires all of the following across audited `scripts/*.py` classes:
|
||||
- `ui()` output contracts are compatible with `run()` or `process()` args
|
||||
- no blocking arity/signature mismatch remains
|
||||
|
||||
If a class uses highly dynamic argument routing that cannot be proven statically, mark as conditional pass with explicit runtime validation recommendation.
|
||||
If a class uses runtime-determined argument mapping or dynamic method dispatch that cannot be proven statically, mark as conditional pass with explicit runtime validation recommendation.
|
||||
|
||||
Reference in New Issue
Block a user