Skip to content

Update v1.0 references throughout repo to v1.1 #29

@nficano

Description

@nficano

Rust SDK claims v1.0 in multiple places. Update to v1.1:

  • src/lib.rs:54pub const PROTOCOL_VERSION: &str = "1.0";"1.1"
  • src/lib.rs:3 — doc comment "ARCP v1.0[rfc]" → "ARCP v1.1"
  • src/lib.rs:12 — drop "human-in-the-loop" mention (see HITL removal issue)
  • Cargo.toml:7 — description "Agent Runtime Control Protocol (ARCP) v1.0" → "v1.1"
  • README.md:3 — "Rust reference implementation of...ARCP v1.0" → "v1.1"

Verify:

grep -rEn 'v1\.0|"1\.0"' src/ Cargo.toml README.md

returns only intentional refs (e.g., backward-compat notes if any).


Audit reference: ARCP SDK Audit v1.1 (2026-05-19)

Metadata

Metadata

Assignees

No one assigned

    Labels

    hygieneSpec-version refs and deprecation cleanup

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions