mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
* fix(product-strategy): correct stale RICE reference Fix the misspelled prose reference at product-strategy/references/product-strategy.md:69 to point at the canonical rice-framework.md owned by product-methodology. Add a repository check that scans references/*.md for stale prose backtick references to nonexistent files (the bug class the SKILL.md link-resolution pass cannot see), wired into validate-skills.rb, with a regression test suite proving the stale reference is caught when reintroduced. product-strategy and product-methodology remain grandfathered; no evals manifests are added. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> * fix(validate-references): case-sensitive resolution for stale-reference scan The references scan resolved backtick tokens case-insensitively on hosts with case-insensitive filesystems (default macOS APFS), so a token such as `EVIDENCE-LEDGER.md` matched an existing lowercase `evidence-ledger.md` and escaped detection locally while failing CI's Linux runners. Resolve candidates against exact directory entries so results match CI on every host, and treat neckbeard delivery-packet field names (EVIDENCE-LEDGER, DELIVERY-SPEC, REVIEW, V2-SPEC) as doc-type names rather than file references. Adds regression tests for case-mismatched and exact-case references. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --------- Co-authored-by: username <username> Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>