- Add docs/releasing-worker.md with build and release process - Add pkgs/worker/default.nix template for nix packaging - Add skills/hq/README.md with installation and deployment guide - Update skills/hq/SKILL.md with detailed requirements table - Add hq and review-gate to skills.nix - Add releases/ to .gitignore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
34 lines
283 B
Plaintext
34 lines
283 B
Plaintext
# Skills repository .gitignore
|
|
|
|
# Nix
|
|
.direnv/
|
|
result
|
|
result-*
|
|
|
|
# Editor/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Review gate state (transient)
|
|
.review-state/
|
|
.worker-state/
|
|
releases/
|