更改项目名为NebulaShell

This commit is contained in:
Falck
2026-05-02 08:30:31 +08:00
parent d16e28ab17
commit 2c2ec60a2b
233 changed files with 298 additions and 276 deletions

View File

@@ -1,4 +1,4 @@
# @FutureOSS/nodejs-adapter
# @NebulaShell/nodejs-adapter
**Pure Node.js Runtime Adapter Service**
@@ -33,7 +33,7 @@ In your plugin's `manifest.json`:
{
"name": "@MyOrg/my-web-plugin",
"dependencies": {
"adapters": ["@FutureOSS/nodejs-adapter"]
"adapters": ["@NebulaShell/nodejs-adapter"]
}
}
```

View File

@@ -1,5 +1,5 @@
"""
Node.js Runtime Adapter for FutureOSS
Node.js Runtime Adapter for NebulaShell
=====================================
This plugin acts as a pure service provider (Adapter). It does NOT contain its own business logic or pkg.
Instead, it exposes standard interfaces for OTHER plugins to execute Node.js/npm commands

View File

@@ -1,8 +1,8 @@
{
"name": "@FutureOSS/nodejs-adapter",
"name": "@NebulaShell/nodejs-adapter",
"version": "1.0.0",
"description": "Pure Node.js runtime adapter service. Provides execution context for other plugins to run Node.js/npm commands in their own ./pkg directories.",
"author": "FutureOSS Team",
"author": "NebulaShell Team",
"license": "MIT",
"type": "adapter",
"main": "main.py",