Skip to content

docs: retire 'coordination agent' from Python docstrings (closes #2458) - #2928

Open
sei-ahouseholder wants to merge 1 commit into
mainfrom
task/2458-docstrings-capability-vocab
Open

docs: retire 'coordination agent' from Python docstrings (closes #2458)#2928
sei-ahouseholder wants to merge 1 commit into
mainfrom
task/2458-docstrings-capability-vocab

Conversation

@sei-ahouseholder

Copy link
Copy Markdown
Contributor

Summary

Retire two substantive uses of the deprecated "coordination agent" term
from Python docstrings, replacing them with canonical capability-taxonomy
vocabulary per ADR-0024. Three ADR file-path references are intentionally
left unchanged (the ADR file was not renamed, per AC-2).

Changes

  • vultron/core/behaviors/call_out/nodes.py: "no wired-in coordination agent yet" → "no wired-in capability implementation yet"
  • vultron/adapters/driving/mcp_server.py: "coordination agents can drive trigger use cases" → "capability implementations can drive trigger use cases"

Verification

  • All 7915 unit tests pass, 33 xfailed (pre-existing)
  • All 1248 integration tests pass, 2 xfailed (pre-existing)
  • Black, flake8, mypy, pyright clean

Replace two substantive uses of the deprecated term with canonical
capability-taxonomy vocabulary per ADR-0024. ADR file-path references
are intentionally left unchanged (the ADR file was not renamed).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@sei-ahouseholder sei-ahouseholder added the size:S ≤50 diff lines or 1-2 ACs label Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S ≤50 diff lines or 1-2 ACs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: update Python docstrings to use 'capability' vocabulary (retire 'coordination agent')

2 participants