docs(rust): map capability ownership and evidence - #3780
Open
Kerberosmansour (kerberosmansour) wants to merge 1 commit into
Open
docs(rust): map capability ownership and evidence#3780Kerberosmansour (kerberosmansour) wants to merge 1 commit into
Kerberosmansour (kerberosmansour) wants to merge 1 commit into
Conversation
Signed-off-by: kerberosmansour <[email protected]>
Kerberosmansour (kerberosmansour)
requested review from
MohammadHaroonAbuomar and
liamcrumm
as code owners
August 18, 2026 17:59
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
10 tasks
|
🟡 Contributor Check: MEDIUM
Automated check by AGT Contributor Check. |
PR Review Summary
Verdict: AI review comments are untrusted advisory output. The summary reports workflow-generated completion status only, not model-authored pass/fail claims. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Closes #3779
Related umbrella: #3680
Problem & Solution
The package matrix marks the Rust unified CLI unavailable even though the
feature-gated binary implements and tests
check,policy,audit, andtrust. The repository also lacks a source-backed place to distinguishAGT-owned operator work from canonical agent-hooks host semantics and ACS
policy-interceptor semantics.
This documentation-only change adds a Rust capability and ownership manifest,
marks the Rust CLI partial, and links the manifest from the Rust README. The
manifest defines evidence requirements for
shipped,partial,missing,blocked, anddeferred; links current implementation and tests; recordslimitations and trackers; and separates current embedded ACS 0.3.1-beta from
the conditional architecture proposed by #3561.
Impact on Your Work
Rust adopters can now see which operator workflows exist, which remain gaps,
what evidence supports each status, and which repository owns a semantic
change. Existing Rig, official MCP, OpenAI, and OpenTelemetry integrations are
represented rather than duplicated as new work.
Timeline
None.
Alternatives Considered
carry ownership, evidence, limitations, or active blockers.
specifications, schemas, official vectors, and canonical Rust
implementations take precedence. Python remains UX/workflow prior art when
those sources are silent.
has requested changes, and remains blocked on
Publish agent-control-spec through trusted publishing, with repository metadata and an org owner responsibleai/agent-control-spec#24.
Type of Change
Package(s) Affected
Core & runtime:
Governance & security:
Platform & tooling:
CLI plugins:
Shared / other:
Also documents the existing
agent-governance-rustworkspace; no package orruntime source changes.
Testing
Unit Testing
failing-first acceptance probe covered the absent manifest and incorrect
matrix cell before the edit.
Manual Testing
python3 scripts/docs/check_links.py --root .: 293 files and 2,633 links,0 new broken links.
python3 scripts/docs/check_frontmatter.py --root . --strict: 280 files,0 findings.
cargo check -p agentmesh --features cli: passed with four existingdeprecation warnings.
cargo clippy -p agentmesh --features cli --all-targets: passed withexisting warnings.
cargo test -p agentmesh --features cli --test cli: 33 passed.cargo run -p agentmesh --features cli --bin agt -- --help: passed andlisted
check,policy,audit, andtrust.Cargo, lockfile, Rust source, or workflow change.
cargo fmt --all -- --checkreports formatting differences in unchanged Rustfiles on current main. This PR does not modify those paths, so it does not
broaden into an unrelated formatting rewrite.
Specifications and conformance evidence
The manifest does not claim AGT host conformance, certification, compliance,
or production readiness.
Security, compatibility, migration, and rollback
prompts, customer data, or private operational evidence. A high-signal
credential/token scan found no match.
persisted-state, dependency, lockfile, or workflow change.
Checklist
git diff --check)Attribution & Prior Art
Prior art / related projects:
responsibleai/agent-hooksowns the framework-neutral host contract and CTK.responsibleai/agent-control-specowns policy-interceptor semantics and thecanonical Rust runtime.
normative sources are silent.
AI Assistance
Codex assisted with repository inspection, drafting, and verification. The
contributor reviewed the issue, exact diff, evidence, and this PR description
before submission.
IP, Patents, and Licensing