Update hardcoded year references from 2025 to 2026 (#91)
- Update "current year is 2025" to 2026 in 4 research agents - Update year ranges to 2024-2026 for content searches in deepen-plan and create-agent-skills workflows - Change "currency" to "recency" for clarity in domain expertise skill
This commit is contained in:
@@ -108,7 +108,7 @@ Check:
|
||||
### For Integration Skills
|
||||
WebSearch for recent changes:
|
||||
```
|
||||
"[service name] API changes 2025"
|
||||
"[service name] API changes 2026"
|
||||
"[service name] breaking changes"
|
||||
"[service name] deprecated endpoints"
|
||||
```
|
||||
@@ -188,9 +188,9 @@ which {tool} && {tool} --version
|
||||
```
|
||||
|
||||
**WebSearch patterns:**
|
||||
- Breaking changes: "{service} breaking changes 2025"
|
||||
- Breaking changes: "{service} breaking changes 2026"
|
||||
- Deprecations: "{service} deprecated API"
|
||||
- Current best practices: "{framework} best practices 2025"
|
||||
- Current best practices: "{framework} best practices 2026"
|
||||
</verification_shortcuts>
|
||||
|
||||
<success_criteria>
|
||||
|
||||
Reference in New Issue
Block a user