title: "DevForge & Plux Ecosystem Capture Walkthrough"
version: "2026-07-13.1"
status: "execution guide - devforge namespaces secured"
DevForge & Plux Ecosystem Capture Walkthrough
Read first: This runbook outlines the deployment steps used to capture the DevForge Turborepo to the
@kaaterskillsawmillorganization, and secure the namespaces for QBits, DCoop, and Plux.
1. DevForge Namespace Preparation
All internal DevForge workspace packages were successfully scoped to ensure they deploy under the correct organization.
packages/cli/package.json->@kaaterskillsawmill/devforge-clipackages/sdk/package.json->@kaaterskillsawmill/devforge-sdkpackages/types/package.json->@kaaterskillsawmill/devforge-typespackages/registry/package.json->@kaaterskillsawmill/devforge-registrypackages/web/package.json->@kaaterskillsawmill/devforge-web
2. Publish Workflow Setup
The OIDC-authenticated publish.yml was successfully injected into .github/workflows/publish.yml, mirroring the high-security posture established by the DevLuxe claim.
3. The Claim Execution Path
Generate NPM Token
Create a temporary GitHub secret to authenticate the publish workflow.
gh secret set NPM_TOKEN -R katterskillsawmill/devforge --env npm-publish
Dispatch the Publish Workflow
Execute the GitHub Action to claim the 5 newly-scoped packages.
gh workflow run publish.yml -R katterskillsawmill/devforge -f target=npm
Verify DevForge Claim
Test the global availability of the CLI package to ensure the namespaces are secure.
npx @kaaterskillsawmill/devforge-cli --help
4. Next Targets: Plux & DCoop
Once DevForge is validated, we immediately pivot to reserving the following npm organizations:
- @dcoop (Core proprietary MANGOS and BigBrain orchestration)
- @plux (The flagship future chat/research/coder agent)
Reminder: Do not attempt to claim the root openclaw namespace, as it belongs to external OSS maintainers. Any bridges should be scoped as @dcoop/openclaw-bridge.
Artifact Maintenance Checklist
- [x] Source Markdown exists in
walkthroughs/. - [x] Publishing engine generated Markdown, HTML, DOCX, PDF, manifest JSON, and SHA256 sums.
- [x] Generated HTML passed the tutorial verifier.
- [x] Portal walkthrough index links to the generated HTML, PDF, DOCX, Markdown, manifest, and SHA sums.