Skip to content

Commit 6c86c74

Browse files
Reflect #43 shipped and #110 blocked on Traverse #620 (#138)
Keep AGENTS.md and README What's Blocked aligned with Project 2 after the SSE refactor merge and the pipeline main-landing gap. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2e33e8d commit 6c86c74

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ gh project item-list 2 --owner traverse-framework --format json --limit 300 \
1313

1414
- **Phase 3 embedded runtime** ([#109](https://github.com/traverse-framework/reference-apps/issues/109)[#118](https://github.com/traverse-framework/reference-apps/issues/118)) — see `docs/embedded-runtime-plan.md`; blocked on a **consumable platform embedder SDK** (Traverse [#553](https://github.com/traverse-framework/Traverse/issues/553) closed via [#578](https://github.com/traverse-framework/Traverse/pull/578) with manifest `execution_mode` only — no web/Swift/etc. embedder package yet)
1515
- **doc-approval multi-capability showcase** ([#111](https://github.com/traverse-framework/reference-apps/issues/111), [#112](https://github.com/traverse-framework/reference-apps/issues/112)) — blocked on Traverse [#538](https://github.com/traverse-framework/Traverse/issues/538) / [#555](https://github.com/traverse-framework/Traverse/issues/555) (`extract` / `recommend` agents)
16+
- **traverse-starter.pipeline showcase** ([#110](https://github.com/traverse-framework/reference-apps/issues/110)) — blocked on Traverse [#620](https://github.com/traverse-framework/Traverse/issues/620) (pipeline execute surface from #600 never landed on `main`; validate/summarize agents are on `main`)
1617
- **Shared embedded host packages** ([#58](https://github.com/traverse-framework/reference-apps/issues/58), [#59](https://github.com/traverse-framework/reference-apps/issues/59), [#72](https://github.com/traverse-framework/reference-apps/issues/72), [#73](https://github.com/traverse-framework/reference-apps/issues/73)) — Swift/Rust wrappers around embeddable host SDK; blocked on Phase 3 SDK
1718

18-
Ready (not blocked): [#43](https://github.com/traverse-framework/reference-apps/issues/43) web SSE refactor; [#110](https://github.com/traverse-framework/reference-apps/issues/110) traverse-starter.pipeline sidecar path. Native platform SSE upgrades can follow #43.
19+
Ready (not blocked): none — [#43](https://github.com/traverse-framework/reference-apps/issues/43) web SSE shipped; native platform SSE upgrades can follow that pattern.
1920

2021
Update this section when a PR changes platform status (see PR template checklist).
2122

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Each app also ships native clients (iOS, macOS, Android, Windows, Linux, CLI) wh
9797

9898
## Platform clients
9999

100-
All clients are **native UI shells** separated from business logic. Phase 1/2 use an HTTP dev sidecar; **Phase 3 embeds the WASM runtime in every app** ([#109](https://github.com/traverse-framework/reference-apps/issues/109)[#118](https://github.com/traverse-framework/reference-apps/issues/118)). SSE upgrade tracked in [#43](https://github.com/traverse-framework/reference-apps/issues/43).
100+
All clients are **native UI shells** separated from business logic. Phase 1/2 use an HTTP dev sidecar; **Phase 3 embeds the WASM runtime in every app** ([#109](https://github.com/traverse-framework/reference-apps/issues/109)[#118](https://github.com/traverse-framework/reference-apps/issues/118)). Web SSE + `sendCommand` shipped in [#43](https://github.com/traverse-framework/reference-apps/issues/43); native platforms can follow that pattern.
101101

102102
### traverse-starter
103103

@@ -173,6 +173,7 @@ Active blockers on [Project 2](https://github.com/orgs/traverse-framework/projec
173173

174174
- **Phase 3 embedded runtime** ([#109](https://github.com/traverse-framework/reference-apps/issues/109)[#118](https://github.com/traverse-framework/reference-apps/issues/118)) — all platform clients must bundle the WASM runtime host; blocked on a **consumable platform embedder SDK** (Traverse [#553](https://github.com/traverse-framework/Traverse/issues/553) closed via [#578](https://github.com/traverse-framework/Traverse/pull/578) with manifest `execution_mode` only). HTTP sidecar is dev-only.
175175
- **doc-approval multi-capability showcase** ([#111](https://github.com/traverse-framework/reference-apps/issues/111), [#112](https://github.com/traverse-framework/reference-apps/issues/112)) — blocked on Traverse [#538](https://github.com/traverse-framework/Traverse/issues/538) / [#555](https://github.com/traverse-framework/Traverse/issues/555) (`extract` / `recommend` agents).
176+
- **traverse-starter.pipeline showcase** ([#110](https://github.com/traverse-framework/reference-apps/issues/110)) — blocked on Traverse [#620](https://github.com/traverse-framework/Traverse/issues/620) (pipeline execute surface never landed on `main`).
176177
- **Embedded runtime client packages** ([#58](https://github.com/traverse-framework/reference-apps/issues/58), [#59](https://github.com/traverse-framework/reference-apps/issues/59), [#72](https://github.com/traverse-framework/reference-apps/issues/72), [#73](https://github.com/traverse-framework/reference-apps/issues/73)) — shared Swift/Rust host wiring for embedded mode; reprioritized from HTTP client extraction.
177178

178-
Unblocked and Ready on Project 2: [#43](https://github.com/traverse-framework/reference-apps/issues/43) (web SSE + command dispatch), [#110](https://github.com/traverse-framework/reference-apps/issues/110) (traverse-starter.pipeline sidecar path).
179+
No Project 2 items are Ready right now.

0 commit comments

Comments
 (0)