feat: initial commit from workspace-mcp
Some checks failed
Check Maintainer Edits Enabled / check-maintainer-edits (pull_request) Has been cancelled
Check Maintainer Edits Enabled / check-maintainer-edits-internal (pull_request) Has been cancelled
Docker Build and Push to GHCR / build-and-push (pull_request) Has been cancelled
Ruff / ruff (pull_request) Has been cancelled

This commit is contained in:
2026-03-17 19:23:33 -05:00
commit 395f0e2029
138 changed files with 41691 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# ---- Python artefacts --------------------------------------------------
__pycache__/
*.py[cod]
*.so
.mcp.json
claude.md
.beads/*
.beads/issues.jsonl
# ---- Packaging ---------------------------------------------------------
*.egg-info/
build/
dist/
# ---- Environments & tooling -------------------------------------------
.env
.venv/
venv/
.idea/
.vscode/
# ---- macOS clutter -----------------------------------------------------
.DS_Store
# ---- Secrets -----------------------------------------------------------
client_secret.json
# ---- Logs --------------------------------------------------------------
mcp_server_debug.log
# ---- Local development files -------------------------------------------
/.credentials
/.claude
.serena/
Caddyfile
ecosystem.config.cjs
# ---- Agent instructions (not for distribution) -------------------------
.github/instructions/