Skip to content

v1.1.3 — validate-adrs accepts .cs + .rb citations

Latest

Choose a tag to compare

@traviswye traviswye released this 09 Jun 19:25
· 2 commits to main since this release

v1.1.3 — hotfix: validate-adrs accepts .cs + .rb citations

Patch ship. Phase 5.1 surface-inventory missed countSymbolCitations
regex in src/generation/cli-validate-adrs.ts:332 — hardcoded
extension allowlist did not include .cs (C# v1.1) or .rb (Ruby v0.9
pre-existing gap that went unsurfaced).

Surfaced via cohort dogfood at apis repo post-v1.1.2 publish.
/generate-adrs Skill produced 11 ADRs against an 814 .cs file
codebase but had to add .md cross-references as workaround because
.cs citations weren't being counted by validate-adrs.

Fix: regex extension list extended to include mts, cts, rb, cs
(plus existing ts, tsx, js, jsx, py, go, rs, java, cpp, h, hpp, md).

Symbol-citation RESOLUTION (atlas extraction time) does not have
this gap — it uses adapter extensions arrays per ADR-03.

Users on any v1.1.x should upgrade via npm install -g contextatlas@latest. Re-run contextatlas validate-adrs against
existing ADRs that cite .cs or .rb files; previously-failing
ADRs should now pass.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com