13 Commits
Author SHA1 Message Date
SantiagoandVyctor H. Brzezowski 6617e8e4a6 fix: emit plain Markdown in generated skill cards (#3385)
Fixes #3384.

Generated skill cards now use plain Markdown instead of HTML-only line-break tags while retaining compatibility normalization for existing cards.

Co-authored-by: Vyctor H. Brzezowski <hi@vyctor.com.br>
2026-08-04 13:53:08 -03:00
Vincent Koc 00dd3c3055 fix: prevent worker artifact directory collisions (#3392)
* fix(workers): share verified artifact materialization

* fix(ci): restore prepublication batch limit
2026-08-04 14:21:00 +08:00
Vincent Koc f96ae4a54e fix(workers): harden ClawHub background retries (#2924) 2026-06-28 11:13:37 -07:00
Patrick Erichsen 6a18bea576 fix: update codex worker cli pin 2026-06-26 21:05:50 -07:00
Vincent Koc a5c7888937 fix(ci): give skill card worker Convex fallback
Fix Skill Card Worker to use the same production Convex fallback URL as the security worker and dataset snapshot workflows.\n\nEvidence:\n- Failed run 28269571442 had CONVEX_URL empty in all worker shards.\n- PR CI run 28270423479 passed: 14/14 jobs.\n- Local targeted workflow test passed.
2026-06-27 07:20:35 +08:00
Vincent Koc e299cbed1e fix(ci): pin skill card worker dependencies 2026-06-26 14:55:55 -07:00
Vincent Koc a5e6bc1aac fix(ci): require explicit skill card Convex config 2026-06-26 14:55:55 -07:00
Vincent Koc ec47d7e728 fix(ci): allow skill card worker runs to queue 2026-06-26 14:55:55 -07:00
Jesse Merhi 2deb1b75e9 Harden worker secret logging (#2784)
* fix: redact scan worker artifact errors

* fix: harden worker secret logging

* fix: keep worker claim failures failing

* fix: scan diagnostics as files

* fix: pin diagnostics scanner image

* fix: narrow worker redaction boundary

* fix: avoid custom worker secret patterns

* fix: centralize worker transport redaction

* fix: redact persisted worker failure secrets

* fix: fail security worker on claim outages

* fix: redact structured diagnostic secret fields

* fix: harden worker failure redaction boundaries

* fix: cover bracketed worker secret values

* test: enforce worker workflow secret references

* fix: redact quoted worker secret values

* fix: redact diagnostic artifact path labels

* test: cover claim failure redaction

* fix: simplify worker redaction boundary

* test: prove worker logger emits structured events
2026-06-25 11:47:39 +10:00
Vincent Koc 503a2bf022 fix(ci): reduce ClawHub worker fanout (#2770) 2026-06-22 12:41:56 +08:00
Vyctor H. Brzezowski 74aa61086e fix: gate local Codex workers (#2472) 2026-06-03 12:26:20 -07:00
Patrick Erichsen a920323a86 ci: fan out skill card worker (#2419) 2026-05-27 14:50:18 -05:00
Patrick Erichsen b62d8ca813 feat: generate nvidia-style skill cards (#2382)
* feat: generate nvidia-style skill cards

* fix: harden skill card verification

* fix: use version-specific skill card evidence

* fix: close skill card verification gaps

* fix: refresh stale skill cards

* fix: protect skill card provenance fingerprints

* fix: close skill card review gaps

* fix: harden skill card trust boundaries

* fix: isolate skill card renderer

* fix: harden skill card workflows
2026-05-25 16:53:25 -07:00