docs(agents): refresh CI/release section post-GitLab migration (#2605)

This commit is contained in:
k9ert 2026-04-12 10:31:54 +02:00 committed by GitHub
parent 9780d82d70
commit 496f3f5d79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 92 additions and 85 deletions

27
.worktreeinclude Normal file
View file

@ -0,0 +1,27 @@
# Copied into new worktrees created by `claude --worktree` / EnterWorktree.
# Format: .gitignore syntax. Only gitignored files matching these patterns
# are copied (never tracked files).
# Generated version file — avoids re-running setuptools_scm in each worktree.
src/cryptoadvance/specter/_version.py
# Compiled translation catalogs — regenerating requires pybabel and is slow.
src/cryptoadvance/specter/translations/**/messages.mo
# BMad skill installation — copy so new worktrees have skills available without
# reinstalling. Gitignored (see .gitignore) so the main repo stays clean.
_bmad/
# Claude Code project skills + local settings — copy so new worktrees inherit them.
# NOTE: .claude/worktrees/ is deliberately NOT included (that's where worktrees
# themselves live; copying it would recurse).
.claude/skills/
.claude/settings.local.json
# NOT included on purpose (too big and/or not portable; recreate per worktree):
# .env/ — Python venv (402M, absolute paths in scripts)
# .buildenv/ — second Python venv (329M)
# pyinstaller/electron/node_modules/ — npm deps (483M, slow but portable;
# add if you run electron builds in worktrees)
# tests/bitcoin*, tests/elements* — cached regtest node binaries; CI repopulates
# _bmad-output/ — local BMad artifacts; regenerate per worktree