@melson/sdlc-mcp 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/dist/cli.js +46314 -0
- package/instructions.md +16 -0
- package/package.json +25 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# SDLC MCP for Codex
|
|
2
|
+
|
|
3
|
+
Install and connect the governed SDLC workflow to Codex with one command:
|
|
4
|
+
|
|
5
|
+
```powershell
|
|
6
|
+
npx -y @melson/sdlc-mcp install
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
The installer opens a short-lived GitHub pairing page, stores a device-specific credential on the local machine, adds the `sdlc` MCP server to Codex, and installs the workflow instructions. Restart Codex after installation, open an existing Git checkout, enter Plan mode, and describe the feature or bug normally.
|
|
10
|
+
|
|
11
|
+
No repository clone, `.env` file, personal access token, or shared administrator credential is required.
|