Uh oh!
There was an error while loading. Please reload this page.
chore: add CI step for validating contributor READMEs - #1
Conversation
| # Coder | ||
| Coder provisions cloud development environments via Terraform, supporting Linux, macOS, Windows, X86, ARM, Kubernetes and more. |
There was a problem hiding this comment.
This hasn't come up in any of the conversations yet, but I think that it's safe to give developers the freedom to throw whatever they want in the body. We'll just make sure the code always ignores it
Uh oh!
There was an error while loading. Please reload this page.
f0ssel
left a comment
There was a problem hiding this comment.
Mainly just code styling changes, but overall this looks like a great start for validation.
| --- | ||
| display_name: Nataindata | ||
| bio: Data engineer | ||
| github: nataindata | ||
| website: https://www.nataindata.com | ||
| status: partner | ||
| --- |
There was a problem hiding this comment.
If it's not a lot of work, could you drop a screenshot or mock of what the page should looks like with just the bare minimum frontmatter filled out?
There was a problem hiding this comment.
Are they a partner? Shouldn't this be like community or something?
There was a problem hiding this comment.
Yeah, updated the field, and I'll make a quick mockup tomorrow morning.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
## Summary Adds an Omnigent Docker template under the personal `matifali` namespace, combining Omnigent, Claude Code, Codex, Coder AI Gateway, and a shallow clone of `github.com/coder/coder`. This was extracted from #925 so the reusable Omnigent module and the opinionated Docker template can be reviewed independently. ## Changes - Add the template under `registry/matifali/templates/omnigent-docker`. - Add the `matifali` contributor profile and link the hosted Omnigent module and Docker template. - Configure Claude Code and Codex through Coder AI Gateway. - Use compatible module constraints so minor and patch releases are selected automatically. - Install shared dependencies required by the AI tools on the Ubuntu-based image. - Coordinate repository cloning, AI tool setup, and Omnigent startup with `coder exp sync`. - Add the Omnigent registry icon. ## Validation - `terraform fmt -check -recursive registry/matifali/templates/omnigent-docker` - Imported the exact PR template as Coder template version `e77335c8-2899-449e-8fb6-fa7e4c516b99`. - Terraform initialized and planned successfully, resolving: - `matifali/omnigent` `0.0.1` - `coder/git-clone` `2.0.2` - `coder/claude-code` `5.2.0` - `coder-labs/codex` `5.3.0` - Created workspace `test-omnigent-docker-pr-1022` from the imported template. - Workspace build #1 succeeded with 16 resources created and reached `ready`. - Verified: - Omnigent app health is `healthy`. - `GET /health` returns `{ "status": "ok" }`. - The Coder repository was cloned successfully. - Claude Code `2.1.215`, Codex CLI `0.144.6`, and Omnigent `0.5.1` are installed. - Omnigent server and host processes are running. - The Omnigent host is connected to the local server. - All startup scripts completed successfully. Continuation of #925 > 🤖 This PR was created with the help of Coder Agents, and needs a human review. 🧑💻
Closescoder/internal#530
Changes made
Notes