Skip to content

Commit c9c9680

Browse files
grypezclaude
andcommitted
fix(evm-wallet-docker-e2e): update skill with delegation-twin test and teardown instructions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e819852 commit c9c9680

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

  • .claude/skills/evm-wallet-docker-e2e

.claude/skills/evm-wallet-docker-e2e/SKILL.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ yarn workspace @ocap/evm-wallet-experiment docker:build 2>&1 | tail -30
2121

2222
This builds the full monorepo then builds the Docker images. It may take a few minutes. Report any errors from the tail output.
2323

24-
## 3. Start the stack in detached mode
24+
## 3. Tear down any existing stack, then start fresh
25+
26+
Always bring the stack down first to avoid stale container state (e.g. spent delegation budgets from a previous run leaking into the new run).
27+
28+
```bash
29+
yarn workspace @ocap/evm-wallet-experiment docker:down 2>&1 | tail -10
30+
```
31+
32+
Then start the stack:
2533

2634
```bash
2735
yarn workspace @ocap/evm-wallet-experiment docker:ensure-logs && \

0 commit comments

Comments
 (0)