Commit 7d86747
{Documentation} Project Aria Plugins - Add mandatory troubleshooting gates to client-sdk and mps skills
Summary:
Agents tend to ignore official troubleshooting documentation when encountering errors, instead trying to debug from first principles or training data. This leads to misdiagnosis of Aria-specific issues like sandbox blocks, cert mismatches, thermal shutdowns, and health check rejections.
Added mandatory troubleshooting gates to both client-sdk and mps skills using the same proven MANDATORY + anti-pattern format from the Client SDK pre-flight checklist. Each gate requires the agent to consult the troubleshooting section and official docs before attempting its own diagnosis, with explicit anti-patterns to prevent rationalization.
Also linked the correct official troubleshooting pages: client-sdk to https://facebookresearch.github.io/projectaria_tools/gen2/ark/support/sdk, mps to https://facebookresearch.github.io/projectaria_tools/gen2/ark/support/mps (previously mps had the wrong URL pointing to the sdk page).
___
Differential Revision: D106732348
fbshipit-source-id: bd1dfa22cf3d220db8413ecaeead7b2f8a5ba30c1 parent a407f80 commit 7d86747
2 files changed
Lines changed: 24 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
117 | | - | |
| 118 | + | |
118 | 119 | | |
119 | | - | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
121 | 130 | | |
122 | 131 | | |
123 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
80 | 91 | | |
81 | 92 | | |
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
85 | | - | |
| |||
0 commit comments