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
+2 -2
View File
@@ -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.