diff --git a/implementation-plans/_index.md b/implementation-plans/_index.md index 67739ee..bb1b243 100644 --- a/implementation-plans/_index.md +++ b/implementation-plans/_index.md @@ -3,4 +3,4 @@ | Issue | Title | Status | Plan | | ----- | ------------------------------------------------------ | ------------ | ---------------------------- | | #1 | Project scaffolding: SvelteKit + Tailwind + TypeScript | COMPLETED | [issue-001.md](issue-001.md) | -| #2 | Proto codegen pipeline for TypeScript gRPC-Web stubs | IMPLEMENTING | [issue-002.md](issue-002.md) | +| #2 | Proto codegen pipeline for TypeScript gRPC-Web stubs | COMPLETED | [issue-002.md](issue-002.md) | diff --git a/implementation-plans/issue-002.md b/implementation-plans/issue-002.md index c6ed2e3..e3d21b8 100644 --- a/implementation-plans/issue-002.md +++ b/implementation-plans/issue-002.md @@ -3,7 +3,7 @@ # Issue #2: Proto codegen pipeline for TypeScript gRPC-Web stubs -**Status:** IMPLEMENTING +**Status:** COMPLETED **Issue:** https://git.shahondin1624.de/llm-multiverse/llm-multiverse-ui/issues/2 **Branch:** `feature/issue-2-proto-codegen`