feat: add dev container with E0L workspace config mounting#32
Closed
exitzerolabs-admin wants to merge 1 commit into
Closed
feat: add dev container with E0L workspace config mounting#32exitzerolabs-admin wants to merge 1 commit into
exitzerolabs-admin wants to merge 1 commit into
Conversation
Adds .devcontainer/ to geo-spot, kinnections, and threat-forge so each repo can be opened in isolation (VS Code, Codespaces) while still having access to the full E0L workspace config (.ai/, .claude/, .github/). Pattern (same across all repos): - devcontainer.json mounts ../../.ai, .claude, .github into /workspace-config/ - on-create.sh detects empty mounts (standalone clone) and clones config repos from GitHub as fallback - .e0l symlink at repo root → /workspace-config/ (gitignored) - CLAUDE.md and AGENTS.md @-include .e0l/.ai/AI.md for workspace context Per-repo customizations: - geo-spot: pnpm monorepo, SvelteKit extension - kinnections: npm, Prisma extension, ports 3300/3301 - threat-forge: Rust base image, Tauri system deps (webkit2gtk, etc.), rust-analyzer + tauri extensions, cargo build in on-create - scrixx: AGENTS.md fix: 'Dark mode default' → 'Light mode default' Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Already added in a different manner. |
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
Adds
.devcontainer/so the threat-forge repo can be opened in VS Code or Codespaces while retaining access to E0L workspace config.How it works
../../.ai,../../.claude,../../.github→/workspace-config/on-create.shdetects empty mount, clones config repos from GitHubIn both cases:
.e0lsymlink →/workspace-config/,CLAUDE.md@-includes.e0l/.ai/AI.md.Customizations
devcontainers/rust:1-1-bookworm) — Tauri backend needs Rust toolchaincargo buildruns during on-create for faster first dev startChanges
.devcontainer/devcontainer.json— Container config.devcontainer/on-create.sh— Setup script (ports 1420/3000).gitignore— Added.e0lCLAUDE.md— Added workspace context include