Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ unticked items are planned or in progress. This document mirrors

### Project home ✅

- ✅ `.github` — org profile, public ledgers, and shared org docs.
- ✅ `.github` — org profile, public ledgers, shared org docs, and the
source of truth for the full roadmap and project list.
- ✅ `wasmagent` — public landing page that directs readers to `.github` for
the full roadmap and project list.

### Ops ✅

Expand Down
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Protect agent runs. Record evidence. Audit claims. Train only from trusted trace

| Repository | Role |
| --- | --- |
| [wasmagent](https://github.com/WasmAgent/wasmagent) | **Project home** · Public project home and roadmap for the WasmAgent organization |
| [wasmagent](https://github.com/WasmAgent/wasmagent) | **Project home** · Public landing page that directs readers to [`.github`](https://github.com/WasmAgent/.github) for the full roadmap and project list |
| [wasmagent-js](https://github.com/WasmAgent/wasmagent-js) | **Runtime** · Embedded agent runtime — WASM sandbox, MCP firewall, capability manifests, signed AEP event emitter |
| [bscode](https://github.com/WasmAgent/bscode) | **Workload** · Reference coding-agent workload on Cloudflare Workers; AEP evidence export |
| [trace-pipeline](https://github.com/WasmAgent/trace-pipeline) | trace-to-training backend / data factory |
Expand Down
Loading