docs-cache

2026-08-30 浏览 (1)


name: docs-cache description: "Documentation cache helper for agents."

docs-cache

Documentation cache helper for agents.

Cache Directory

~/.claude/cache/rust-docs/
├── docs.rs/{crate}/{item}.json
├── std/{module}/{item}.json
├── releases.rs/{version}.json
├── lib.rs/{crate}.json
└── clippy/{lint}.json

TTL by Source

SourceTTLReason
std/30 daysStable
docs.rs/7 daysCrate updates
releases.rs/365 daysHistorical
lib.rs/1 dayVersion changes
clippy/14 daysRust version updates

Cache Format

{
  "meta": {
    "url": "...",
    "fetched_at": "2025-01-01T00:00:00Z",
    "expires_at": "2025-01-08T00:00:00Z"
  },
  "content": { ... }
}

Skip Cache

Keywords: refresh, force, --force, update docs

你可能感兴趣的文章

clippy-researcher

Rust Daily Reporter

docs-researcher

crate-researcher

layer1-analyzer

std-docs-researcher

rust-changelog

browser-fetcher

layer2-analyzer

layer3-analyzer

  • 所属分类: AI
  • 本文标签: rust
  • 版权声明: 本文链接 https://seaxiang.com/blog/VEh3l37s