Minor descriptive text in README.md:84 ("20 runnable demos covering v1.0 core + v1.1 features") and CHANGELOG.md:18 ("20 runnable samples covering every v1.0 + v1.1 feature") still leads with v1.0. Reword to lead with v1.1 (additive over v1.0).
Test fixtures in tests/Arcp.ConformanceTests/SpecConformanceTests.cs and tests/Arcp.IntegrationTests/EndToEndTests.cs use ClientInfo.Version = "1.0". These are test data, not spec refs — leave them or change to a non-confusing fixture value like "test-client-1.0".
Verify: grep -rEn 'v1\.0' README.md CHANGELOG.md docs/ returns only intentional backward-compat references.
Audit reference: ARCP SDK Audit v1.1 (2026-05-19)
Minor descriptive text in
README.md:84("20 runnable demos covering v1.0 core + v1.1 features") andCHANGELOG.md:18("20 runnable samples covering every v1.0 + v1.1 feature") still leads with v1.0. Reword to lead with v1.1 (additive over v1.0).Test fixtures in
tests/Arcp.ConformanceTests/SpecConformanceTests.csandtests/Arcp.IntegrationTests/EndToEndTests.csuseClientInfo.Version = "1.0". These are test data, not spec refs — leave them or change to a non-confusing fixture value like"test-client-1.0".Verify:
grep -rEn 'v1\.0' README.md CHANGELOG.md docs/returns only intentional backward-compat references.Audit reference: ARCP SDK Audit v1.1 (2026-05-19)