Block a user
feat: add opencode-worktree skill for isolated sessions
feat: add opencode-worktree skill for isolated sessions
Document Hermes Setup
I agree with both points. Let me address them:
1. Git Worktree as Default Isolation
Your proposal is sound. Running multiple agents on the same worktree can cause:
- File conflicts when…
Document Hermes Setup
Improved Subagent Workflow - Error Reduction Guide
Common Failure Modes & Solutions
1. curl API Calls Failing
Problem: Security scans block curl requests, tokens get flagged, large…
Add parallel capacity test tool for Hermes/OpenCode
Debug Report: Parallel Capacity Test Tool Failing All Tests
Problem
All tests return 0 success regardless of agent count (1, 2, 3, 5 all fail).
Root Cause Found
The script `parallel_ca…
Add parallel capacity test tool for Hermes/OpenCode
Parallel Capacity Test Results
Ran the parallel capacity test tool with different agent counts (timeout: 60s).
Results Summary
Document Hermes Setup
Branch Hygiene Workflow
Problem
When branches are created incorrectly (e.g., from HEAD instead of main), they become contaminated with unwanted commits. This commonly happens when:
-…