Commit Graph

7 Commits

Author SHA1 Message Date
Hunter B b1794f8881 chore(release): prepare Codewhale 0.9.0
Promote the expanded underwater release from the 0.8.68 candidate number to 0.9.0 across Cargo, npm, generated facts, changelogs, current docs, and the authoritative release ledger.\n\nDocument the final runtime, Operate, Fleet, motion, Inkling, community, and deferred-work cutlines without rewriting historical fixtures. Version and release-helper checks pass.
2026-07-15 17:28:12 -07:00
Hunter B 6b14f3e529 fix(catalog): keep automation validate-only
Update the catalog automation docs and tests to reflect the final dry-run-only design after CodeQL triage. Also preserve the already-merged #3985 feature-intro auth guard so this PR does not regress main.
2026-07-08 14:42:24 -07:00
Hunter B 435a00e89e fix(catalog): make catalog automation validate-only
Drop disk writes entirely so CodeQL clear-text-storage does not fire.
Automation still fetches/prints Models.dev stats, validates the offline
seed with snapshot --check, and scrubs credential-shaped keys in-memory.

Signed-off-by: CodeWhale Agent <codewhale-agent@hmbown.local>
2026-07-08 14:25:47 -07:00
Hunter B 35afe33039 fix(catalog): only write local Models.dev documents to disk
Network-fetched catalogs stay dry-run; disk writes require
CODEWHALE_MODELS_DEV_PATH so CodeQL clear-text storage does not fire on
remote JSON. OpenRouter listing remains inspect-only.

Signed-off-by: CodeWhale Agent <codewhale-agent@hmbown.local>
2026-07-08 14:23:21 -07:00
Hunter B 580d8e4bfe fix(catalog): annotate public catalog write for CodeQL
Document that write_json only receives projected public metadata and
add a CodeQL suppression for clear-text storage on that path.

Signed-off-by: CodeWhale Agent <codewhale-agent@hmbown.local>
2026-07-08 14:20:59 -07:00
Hunter B ce301b0a0f fix(catalog): project public-only fields in catalog automation
Rebuild Models.dev/OpenRouter cache documents from allowlisted keys so
CodeQL does not treat network JSON as clear-text secret storage.

Signed-off-by: CodeWhale Agent <codewhale-agent@hmbown.local>
2026-07-08 14:10:25 -07:00
Hunter B 9f168cdaae feat(catalog): add Models.dev refresh/snapshot automation (#4117)
Add scripts/catalog_models_dev.py for secret-free Models.dev catalog
refresh and snapshot validation, plus OpenRouter public /models listing
with sort/limit. Offline unit tests cover scrubbing and seed checks.

Signed-off-by: CodeWhale Agent <codewhale-agent@hmbown.local>
2026-07-08 14:07:26 -07:00