DB status: ✅ COMPLETE — frontend work remaining
All DB work done. The registry and helpers required by this issue already exist (see #82 for the migration manifest).
Node language update
All API routes at app/api/v1/* that reference architecture_layer must be updated to ecosystem_node. The list_components RPC parameter changed from p_layer (text) to p_node (integer). Update all API route handlers accordingly.
CLI auto-update note
The @nyuchi/design-cli auto-update from mcp_tool_registry (see #81) should reference mcp.nyuchi.dev/design as the MCP server base URL — not design.nyuchi.com/mcp. Update the CLI's MCP server URL constant when implementing the registry-driven endpoints.
DB status: ✅ COMPLETE — frontend work remaining
All DB work done. The registry and helpers required by this issue already exist (see #82 for the migration manifest).
Node language update
All API routes at
app/api/v1/*that referencearchitecture_layermust be updated toecosystem_node. Thelist_componentsRPC parameter changed fromp_layer(text) top_node(integer). Update all API route handlers accordingly.CLI auto-update note
The
@nyuchi/design-cliauto-update frommcp_tool_registry(see #81) should referencemcp.nyuchi.dev/designas the MCP server base URL — notdesign.nyuchi.com/mcp. Update the CLI's MCP server URL constant when implementing the registry-driven endpoints.