Skip to content
v0.12.20MIT

Plan complex Codex work into safe, dependency-aware parallel slices.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

nelosstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/bin/nelos-mcp"
  ],
  "env": {
    "NELOS_PLUGIN_VERSION": "0.12.20",
    "NELOS_RELEASE_BUILD_IDENTITY": "nelos-release-v1:0.12.20"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "nelos",
  "version": "0.12.20",
  "description": "Plan complex Codex work into safe, dependency-aware parallel slices.",
  "author": {
    "name": "Bobby Sayers",
    "url": "https://github.com/virusimmortal00/nelos"
  },
  "homepage": "https://github.com/virusimmortal00/nelos",
  "repository": "https://github.com/virusimmortal00/nelos",
  "license": "MIT",
  "keywords": [
    "orchestration",
    "tasks",
    "coordination"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 2configuration files
  • openai.yaml
  • LICENSE
View on GitHub