konstapukarifastnetfi
8b24f63ede
fix: refresh stale technical content in agents, rules, and skills ( #2168 )
...
Several published examples contained APIs that no longer exist, code that
does not run, or model versions that drifted from reality:
- agents/performance-optimizer.md used the web-vitals v3 API
(getCLS/getFID/getLCP/getFCP/getTTFB) and reported FID. web-vitals v4
renamed the imports to onCLS/onINP/onLCP/onFCP/onTTFB and FID was
replaced by INP (target < 200ms)
- rules/common/performance.md pinned stale model versions in the
model-selection guidance; refresh to the versions the repo itself uses
(agent.yaml pins claude-opus-4-6) and add the PowerShell variant for
MAX_THINKING_TOKENS next to the bash export
- skills/python-patterns/SKILL.md: both get_value examples referenced
default_value without declaring the parameter (NameError); add
default_value: Any = None to the EAFP and LBYL signatures
- skills/frontend-patterns/SKILL.md: the custom useQuery example rebuilt
refetch whenever callers passed inline fetchers/options, re-triggering
the effect after every state update (infinite fetch loop). Keep the
latest fetcher/options in refs so refetch stays referentially stable.
The PASS-labelled useMemo example mutated its input with in-place sort;
copy before sorting
- skills/coding-standards/SKILL.md repeated the same PASS-labelled
in-place-sort-in-useMemo example; same fix
- rules/typescript/security.md used a vendor-specific OPENAI_API_KEY in
generic guidance; switch to a neutral API_KEY
Every hand-maintained copy of the affected content is synced in the same
change: locale mirrors (ja-JP, ko-KR, pt-BR, tr, zh-CN, zh-TW - each only
where it carries the affected file) and the .agents/.kiro/.cursor harness
mirrors. Two structural divergences are left alone and noted here:
.kiro/steering/performance.md has no extended-thinking control list to
carry the PowerShell variant, and docs/zh-TW/rules/performance.md keeps an
older condensed thinking section without the budget-cap line.
rules/zh/performance.md is intentionally untouched - the rules/zh tree is
being retired in a separate change
2026-06-07 13:26:01 +08:00
..
2026-04-30 00:21:13 -04:00
2026-05-11 22:16:11 -04:00
2026-03-21 18:10:05 -07:00
2026-03-04 14:48:06 -08:00
2026-04-05 20:10:54 -07:00
2026-05-11 20:55:21 -04:00
2026-04-05 17:36:37 -07:00
2026-03-04 14:48:06 -08:00
2026-05-11 22:16:11 -04:00
2026-03-04 14:48:06 -08:00
2026-03-29 21:21:18 -04:00
2026-03-10 20:53:39 -07:00
2026-05-11 19:38:21 -04:00
2026-04-08 15:40:26 -07:00
2026-02-23 19:00:57 +03:00
2026-03-20 00:20:25 -07:00
2026-04-02 15:45:19 -07:00
2026-04-05 16:31:26 -07:00
2026-04-30 09:39:54 -04:00
2026-03-21 18:10:05 -07:00
2026-05-11 05:03:34 -04:00
2026-03-29 21:21:18 -04:00
2026-05-25 14:02:05 -04:00
2026-05-18 04:11:31 -04:00
2026-03-10 19:23:00 -07:00
2026-04-01 19:41:03 -07:00
2026-03-28 20:06:42 -04:00
2026-03-16 14:03:40 -07:00
2026-05-15 02:06:46 -04:00
2026-03-29 21:21:18 -04:00
2026-05-11 08:33:00 -04:00
2026-04-01 16:09:54 -07:00
2026-06-07 13:25:58 +08:00
2026-03-22 15:40:55 -07:00
2026-03-29 21:21:18 -04:00
2026-04-05 15:42:58 -07:00
2026-03-20 00:20:20 -07:00
2026-06-07 13:26:01 +08:00
2026-03-10 20:53:39 -07:00
2026-05-14 21:37:28 -04:00
2026-04-02 02:51:24 -07:00
2026-04-02 15:45:19 -07:00
2026-02-23 19:00:57 +03:00
2026-03-29 21:21:18 -04:00
2026-03-29 21:21:18 -04:00
2026-05-11 03:35:42 -04:00
2026-06-07 13:25:29 +08:00
2026-02-23 19:00:57 +03:00
2026-05-12 14:23:46 -04:00
2026-04-05 15:27:54 -07:00
2026-02-23 19:00:57 +03:00
2026-03-03 12:32:35 -08:00
2026-04-02 15:45:19 -07:00
2026-04-02 17:48:43 -07:00
2026-04-01 02:37:42 -07:00
2026-03-29 21:21:18 -04:00
2026-04-02 17:48:43 -07:00
2026-04-08 15:40:26 -07:00
2026-03-16 13:35:44 -07:00
2026-05-25 14:02:05 -04:00
2026-03-22 15:40:53 -07:00
2026-05-11 05:03:34 -04:00
2026-04-30 09:39:54 -04:00
2026-02-23 19:00:57 +03:00
2026-03-28 20:06:42 -04:00
2026-05-12 13:20:33 -04:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-03-29 21:21:18 -04:00
2026-03-21 18:10:05 -07:00
2026-02-23 19:00:57 +03:00
2026-03-16 14:03:40 -07:00
2026-04-02 17:48:43 -07:00
2026-06-04 21:45:13 +08:00
2026-02-23 19:00:57 +03:00
2026-05-11 21:09:20 -04:00
2026-04-05 15:19:56 -07:00
2026-04-05 16:31:26 -07:00
2026-03-29 21:21:18 -04:00
2026-03-04 14:48:06 -08:00
2026-05-11 22:16:11 -04:00
2026-03-04 14:48:06 -08:00
2026-04-05 16:12:42 -07:00
2026-05-11 05:03:34 -04:00
2026-05-11 05:03:34 -04:00
2026-05-11 07:44:26 -04:00
2026-04-05 16:31:26 -07:00
2026-05-11 01:51:24 -04:00
2026-03-20 06:40:28 -07:00
2026-02-24 14:39:25 +09:00
2026-05-25 14:09:14 -04:00
2026-05-12 14:44:17 -04:00
2026-06-07 13:26:01 +08:00
2026-06-07 13:01:21 +08:00
2026-05-11 21:43:17 -04:00
2026-03-31 22:57:48 -07:00
2026-04-30 11:26:15 -04:00
2026-03-29 21:21:18 -04:00
2026-04-05 13:30:55 -07:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-04-01 02:37:42 -07:00
2026-03-27 04:02:44 +00:00
2026-03-27 04:02:44 +00:00
2026-03-29 00:04:36 -04:00
2026-03-27 04:02:44 +00:00
2026-04-28 22:10:04 -04:00
2026-04-02 17:09:21 -07:00
2026-04-05 16:10:05 -07:00
2026-05-11 13:24:05 -04:00
2026-05-11 08:00:24 -04:00
2026-05-12 21:20:53 -04:00
2026-05-12 21:20:53 -04:00
2026-05-12 21:20:53 -04:00
2026-04-05 13:30:55 -07:00
2026-03-29 21:21:18 -04:00
2026-02-27 05:50:23 -08:00
2026-04-02 15:45:19 -07:00
2026-05-11 01:51:24 -04:00
2026-03-29 21:21:18 -04:00
2026-05-25 14:02:05 -04:00
2026-05-25 14:02:05 -04:00
2026-05-25 14:02:05 -04:00
2026-05-25 14:02:05 -04:00
2026-05-12 09:30:26 -04:00
2026-06-07 13:25:45 +08:00
2026-02-23 19:00:57 +03:00
2026-04-05 13:30:55 -07:00
2026-03-10 20:53:39 -07:00
2026-03-10 21:25:52 -07:00
2026-03-10 21:25:52 -07:00
2026-03-10 21:25:52 -07:00
2026-03-12 23:53:23 -07:00
2026-06-07 13:25:41 +08:00
2026-03-16 13:35:23 -07:00
2026-03-28 20:41:45 -04:00
2026-03-16 13:35:23 -07:00
2026-03-16 13:35:23 -07:00
2026-03-28 20:06:42 -04:00
2026-05-25 14:02:05 -04:00
2026-04-02 02:51:24 -07:00
2026-02-24 14:39:25 +09:00
2026-04-05 16:12:42 -07:00
2026-03-29 21:21:18 -04:00
2026-05-12 14:44:17 -04:00
2026-04-01 19:41:03 -07:00
2026-02-27 05:50:23 -08:00
2026-05-25 14:10:35 -04:00
2026-04-06 14:21:28 -07:00
2026-04-05 16:31:26 -07:00
2026-05-11 18:11:05 -04:00
2026-05-12 01:47:05 -04:00
2026-05-12 01:47:05 -04:00
2026-05-12 01:47:05 -04:00
2026-05-11 22:16:11 -04:00
2026-05-11 09:14:33 -04:00
2026-03-04 14:48:06 -08:00
2026-04-02 18:27:51 -07:00
2026-05-11 08:33:00 -04:00
2026-05-11 08:33:00 -04:00
2026-05-11 08:00:24 -04:00
2026-05-11 08:00:24 -04:00
2026-05-25 14:08:41 -04:00
2026-04-05 16:12:42 -07:00
2026-03-21 18:10:05 -07:00
2026-03-20 04:44:31 -07:00
2026-05-11 02:33:29 -04:00
2026-03-31 14:06:23 -07:00
2026-05-25 14:02:05 -04:00
2026-03-10 20:42:54 -07:00
2026-03-10 20:42:54 -07:00
2026-03-10 20:42:54 -07:00
2026-05-11 20:40:39 -04:00
2026-03-21 18:10:05 -07:00
2026-03-03 12:32:35 -08:00
2026-05-25 14:02:05 -04:00
2026-05-25 14:02:05 -04:00
2026-05-14 21:37:28 -04:00
2026-04-05 16:58:02 -07:00
2026-04-05 16:59:54 -07:00
2026-05-11 08:57:53 -04:00
2026-03-29 21:21:18 -04:00
2026-04-01 02:37:42 -07:00
2026-05-12 09:30:26 -04:00
2026-06-07 13:26:01 +08:00
2026-02-23 19:00:57 +03:00
2026-03-19 20:49:34 -07:00
2026-03-29 21:21:18 -04:00
2026-05-11 21:58:52 -04:00
2026-05-11 21:58:52 -04:00
2026-05-11 21:58:52 -04:00
2026-05-11 21:58:52 -04:00
2026-03-04 14:48:06 -08:00
2026-05-28 07:32:52 -04:00
2026-05-28 07:32:52 -04:00
2026-05-28 07:32:52 -04:00
2026-05-16 03:30:30 -04:00
2026-05-25 14:02:05 -04:00
2026-05-11 05:31:12 -04:00
2026-02-23 19:00:57 +03:00
2026-04-02 17:09:21 -07:00
2026-03-28 20:29:51 -04:00
2026-04-05 16:31:26 -07:00
2026-03-29 21:21:18 -04:00
2026-03-29 21:21:18 -04:00
2026-03-20 00:29:17 -07:00
2026-03-16 13:34:25 -07:00
2026-03-28 20:06:42 -04:00
2026-03-22 15:41:04 -07:00
2026-05-11 08:16:35 -04:00
2026-05-11 11:43:35 -04:00
2026-05-11 11:43:35 -04:00
2026-05-11 08:16:35 -04:00
2026-05-11 08:16:35 -04:00
2026-05-11 05:03:34 -04:00
2026-04-05 16:13:53 -07:00
2026-05-11 05:03:34 -04:00
2026-02-23 19:00:57 +03:00
2026-04-05 15:46:01 -07:00
2026-05-11 05:31:12 -04:00
2026-05-12 14:23:46 -04:00
2026-05-11 02:33:29 -04:00
2026-04-02 02:51:24 -07:00
2026-06-07 13:25:45 +08:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-02-23 19:00:57 +03:00
2026-05-17 23:06:35 -04:00
2026-02-23 19:00:57 +03:00
2026-02-24 14:39:25 +09:00
2026-02-23 19:00:57 +03:00
2026-02-17 17:04:31 +02:00
2026-03-29 21:21:18 -04:00
2026-06-04 21:45:13 +08:00
2026-03-31 14:05:20 -07:00
2026-04-05 16:31:26 -07:00
2026-05-14 21:18:19 -04:00
2026-03-29 00:20:04 -04:00
2026-04-01 02:25:42 -07:00
2026-05-11 06:07:46 -04:00
2026-05-17 21:48:05 -04:00
2026-04-05 15:33:26 -07:00
2026-02-23 19:00:57 +03:00
2026-03-12 14:49:05 -07:00
2026-03-29 21:21:18 -04:00
2026-03-29 21:21:18 -04:00
2026-05-11 05:31:12 -04:00
2026-05-15 08:11:30 -04:00
2026-04-01 02:37:42 -07:00
2026-05-11 05:03:34 -04:00