99- http
1010depends_on :
1111- 191-rust-http-api-test-suite
12+ - 194-api-contract-test-suite
1213created_at : 2025-12-19T06:36:15.644825Z
13- updated_at : 2025-12-19T06:36:24.895108Z
14+ updated_at : 2025-12-20T07:13:38.535108Z
1415---
1516
1617# Backend API Parity: Rust HTTP Server Feature Completion
@@ -36,14 +37,14 @@ updated_at: 2025-12-19T06:36:24.895108Z
3637
3738### Missing Endpoints (Priority Order)
3839
39- | Endpoint | Purpose | Impact | Est. Time |
40- | ----------| ---------| --------| -----------|
41- | PATCH ` /api/specs/{spec}/metadata ` | Update spec metadata | ** CRITICAL** - Blocks editing | 2 days |
42- | POST ` /api/local-projects/discover ` | Scan for LeanSpec projects | ** HIGH** - Blocks onboarding | 1 day |
43- | POST ` /api/local-projects/list-directory ` | Browse directories | ** HIGH** - Blocks project creation | 1 day |
44- | GET ` /api/context ` | List context files | ** MEDIUM** - Context page | 0.5 days |
45- | GET ` /api/context/{file} ` | Get context file content | ** MEDIUM** - Context viewer | 0.5 days |
46- | POST ` /api/projects/{id}/validate ` | Validate project | ** LOW** - Nice to have | 0.5 days |
40+ | Endpoint | Purpose | Impact | Est. Time |
41+ | ----------------------------------------- | -------------------------- | ---------------------------------- | --------- |
42+ | PATCH ` /api/specs/{spec}/metadata ` | Update spec metadata | ** CRITICAL** - Blocks editing | 2 days |
43+ | POST ` /api/local-projects/discover ` | Scan for LeanSpec projects | ** HIGH** - Blocks onboarding | 1 day |
44+ | POST ` /api/local-projects/list-directory ` | Browse directories | ** HIGH** - Blocks project creation | 1 day |
45+ | GET ` /api/context ` | List context files | ** MEDIUM** - Context page | 0.5 days |
46+ | GET ` /api/context/{file} ` | Get context file content | ** MEDIUM** - Context viewer | 0.5 days |
47+ | POST ` /api/projects/{id}/validate ` | Validate project | ** LOW** - Nice to have | 0.5 days |
4748
4849** Total Estimate** : ~ 5.5 days
4950
0 commit comments