docs(profile): adopt provable-agent framing, link runnable golden-path (closes #139) - #140
Merged
Merged
Conversation
closes #139) The portal was internally inconsistent: the heading/tagline said "The Trusted Agent OS" while the Projects section already framed WasmAgent as "open infrastructure for provable AI agents". Align the whole page: - heading -> "Open infrastructure for provable AI agents" - tagline drops the "Trusted Agent OS" metaphor, centers on signed / verifiable / auditable evidence - Golden Path now points at the runnable WasmAgent/agent-golden-path repo (public, MIT, bun install && bun test) as the canonical reference, and clarifies the in-repo golden-path/ harness as the WIP cross-repo contract acceptance line Docs-only change to the org portal. No structure/index change.
telleroutlook
added a commit
that referenced
this pull request
Jul 30, 2026
…), symkernel OPA/Cedar, OTel mapping (#141) Aligns the org portal narrative docs with the machine-readable project-index.json (already current) and the code that shipped 2026-07-30. - roadmap.md: Core spine lists agentbom (not archived agent-trust-infra); Trust artifacts layer rewritten around agentbom + CLI; symkernel now notes OPA Rego / AWS Cedar policy import (fail-closed, internal/policyimport); Official tooling reflects @wasmagent/agentbom-cli + agent-golden-path as public; OTel-GenAI ingestion notes the field-level AEP<->OTel mapping landed in wasmagent-protocol. - architecture.md: Trust artifacts layer + mermaid subgraph + data-flow step renamed agent-trust-infra -> agentbom. - evaluation-summary.md: agent-trust-infra -> agentbom (2 refs). - 15-milestones.md: agent-trust-infra/ repo paths -> agentbom/ (archived repo -> successor); no milestone goals added or removed. - profile/README.md: removed the residual Trusted Agent OS self-description (aligns with the provable-framing title from #140); regulatory-compliance row agent-trust-infra -> agentbom; symkernel line notes OPA/Cedar import. No new external links added as markdown links (AEP-OTEL-MAPPING referenced as code path). markdownlint clean on all 5 edited files. Co-authored-by: Claude Bot <bot@wasmagent.dev>
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.
Closes #139.
The org portal was internally inconsistent: the heading/tagline still said "The Trusted Agent OS" while the Projects section already framed WasmAgent as "open infrastructure for provable AI agents". This aligns the whole page:
# WasmAgent — Open infrastructure for provable AI agentsagent-golden-pathrepo (public, MIT,bun install && bun test) as the canonical reference, and clarifies the in-repogolden-path/harness as the WIP cross-repo contract acceptance line — so the page no longer sends visitors to a "not yet runnable" scaffold.Docs-only change to the org portal; no structure/index change.