feat: add oneclaw module for 1Claw MCP integration#845
Open
kmjones1979 wants to merge 2 commits intocoder:mainfrom
Open
feat: add oneclaw module for 1Claw MCP integration#845kmjones1979 wants to merge 2 commits intocoder:mainfrom
kmjones1979 wants to merge 2 commits intocoder:mainfrom
Conversation
Add kmjones1979 namespace and oneclaw module, ported from 1clawAI/1claw-coder-workspace-module. Provides vault-backed secrets and MCP server config for AI coding agents in Coder workspaces. - Namespace: kmjones1979 (avatar from GitHub) - Module: oneclaw with three provisioning modes (terraform-native, shell bootstrap, manual) - Tests: main.tftest.hcl (5 runs) and main.test.ts (5 tests) - Scripts: provision.sh, bootstrap.sh, setup.sh Made-with: Cursor
Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files added
All under
registry/kmjones1979/:README.md,.images/avatar.png(from GitHub)modules/oneclaw/):main.tf,variables.tf,outputs.tf,README.mdscripts/provision.sh,scripts/bootstrap.sh,scripts/setup.shmain.tftest.hcl(5 plan runs),main.test.ts(5 bun tests)No shared repo files were modified.
Test plan
terraform validatepassesterraform testpasses (Terraform 1.14 via Docker)bun test main.test.tspasses (5/5).shfilesbun run fmtappliedGenerated with Cursor using Claude
Made with Cursor