You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/dogfood/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,6 @@ Read current CLI guidance:
22
22
agent-device help dogfood
23
23
```
24
24
25
-
Loop: open named session -> snapshot -i + screenshot -> explore flows -> capture evidence per issue -> close.
25
+
Loop: open app -> snapshot -i + screenshot -> explore flows -> capture evidence per issue -> close.
26
26
27
27
Target app is required; infer platform or ask. Findings must come from runtime behavior, not source reads. Let `help dogfood` provide exact report shape, evidence commands, and current workflow guidance.
return`agent-device attempted to clean stale daemon metadata automatically, but ${paths.lockPath} still exists without ${paths.infoPath}. Retry with --debug; if this persists, remove ${paths.lockPath}after confirming no agent-device daemon process is running.`;
1790
+
return`agent-device attempted to clean stale daemon metadata automatically, but ${paths.lockPath} still exists without ${paths.infoPath}. Retry with --debug; if this persistsafter confirming no agent-device daemon process is running, run: ${cleanupCommand}`;
1788
1791
}
1789
1792
if(state.hasLock&&state.hasInfo){
1790
-
return`agent-device attempted to clean stale daemon metadata automatically, but ${paths.infoPath} and ${paths.lockPath} still remain. Retry with --debug; if this persists, remove both files after confirming no agent-device daemon process is running.`;
1793
+
return`agent-device attempted to clean stale daemon metadata automatically, but ${paths.infoPath} and ${paths.lockPath} still remain. Retry with --debug; if this persistsafter confirming no agent-device daemon process is running, run: ${cleanupCommand}`;
1791
1794
}
1792
-
return`agent-device did not observe reachable daemon metadata after retrying. Stale metadata was cleaned automatically when safe; retry with --debug and check daemon diagnostics logs.`;
1795
+
if(state.hasInfo){
1796
+
return`agent-device did not observe reachable daemon metadata after retrying, and ${paths.infoPath} still remains. Stale metadata was cleaned automatically when safe; retry with --debug. If this persists after confirming no agent-device daemon process is running, run: ${cleanupCommand}`;
1797
+
}
1798
+
return`agent-device did not observe reachable daemon metadata after retrying. Stale metadata was cleaned automatically when safe; retry with --debug and check daemon diagnostics logs. If stale metadata returns after confirming no agent-device daemon process is running, run: ${cleanupCommand}`;
0 commit comments