Skip to content

Commit a26a935

Browse files
Fix stale reference to context7 before possible
1 parent e830438 commit a26a935

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

iterable-android/SKILL.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,10 @@ order.
339339
or "what does this code do?"
340340
2. **Check rules 1–5 above** against whatever the user already has. Many
341341
"the SDK isn't working" reports are rule violations.
342-
3. **Fetch the matching slug from Context7** (snapshot fallback if needed)
343-
before writing code. Each polished doc has its own gotchas section that
344-
supersedes generic advice.
342+
3. **Read the matching slug for the task** before writing code, from whichever
343+
source the "How to use this skill" section marks authoritative (the
344+
`snapshot/` today). Each doc has its own gotchas section that supersedes
345+
generic advice.
345346
4. **For non-obvious traps not covered in the polished doc**, consult
346347
[`PITFALLS.md`](PITFALLS.md).
347348
5. **Version-check.** If the user is on an older SDK version than the doc's

0 commit comments

Comments
 (0)