We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e819852 commit c9c9680Copy full SHA for c9c9680
1 file changed
.claude/skills/evm-wallet-docker-e2e/SKILL.md
@@ -21,7 +21,15 @@ yarn workspace @ocap/evm-wallet-experiment docker:build 2>&1 | tail -30
21
22
This builds the full monorepo then builds the Docker images. It may take a few minutes. Report any errors from the tail output.
23
24
-## 3. Start the stack in detached mode
+## 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:
33
34
```bash
35
yarn workspace @ocap/evm-wallet-experiment docker:ensure-logs && \
0 commit comments