Skip to content

spec 013-acp: several current-state sections still assert outdated agent-client-protocol version #6633

Description

@bug-ops

Description

`specs/013-acp/spec.md` was found during the PR #6629 specs audit to have roughly 15 body locations that still assert `agent-client-protocol 1.0.1` / `schema =1.1.0` as the current state, even though a later changelog entry in the same file records the bump to `1.2.0` / `schema =1.4.0`. This wasn't a single find/replace fix because the file mixes historical-narrative sections (correctly `1.0.1`, describing what shipped at the time) with current-state sections (which should read `1.2.0`), and a careless global replace would corrupt the historical narrative.

Reproduction Steps

  1. `grep -n "1.0.1\|=1.1.0" specs/013-acp/spec.md`
  2. Cross-check each hit against `Cargo.toml`'s pinned `agent-client-protocol` version and the file's own changelog entry recording the `1.2.0` bump
  3. Observe several current-state sections still read the old version

Expected Behavior

Current-state sections consistently reflect the actual pinned `agent-client-protocol` version; historical-narrative sections remain unchanged as an accurate record of what shipped at each point in time.

Actual Behavior

Mixed — some sections correctly updated, most still reference the superseded version.

Environment

Logs / Evidence

See PR #6629 description, "Flagged, not executed" section, item 3.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

P3Research — medium-high complexityacpAgent Client Protocol integrationdocsDocumentation

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions